当前位置:网站首页>Download and install flume
Download and install flume
2022-06-26 00:55:00 【Prosperity is like love】
Get into Flume Official website https://flume.apache.org/download.html

After downloading, put it in linux Any directory in 
I put the compressed package in /tmp Under the table of contents
stay /tmp Unzip the package under the directory , And specify that the extracted file be placed in /opt Under the table of contents
tar -xvf apache-flume-1.10.0-bin.tar.gz /opt

rename mv apache-flume-1.10.0-bin flume110

Find the installation first jdk route echo $JAVA_HOME Copy /usr/local/java/jdk1.8.0_151 , Your may be different

modify Flume To configure
[[email protected] opt]# cd /opt/flume110/conf
[[email protected] conf]# mv flume-env.sh.template flume-env.sh

modify flume-env.sh file
vi flume-env.sh
stay flume-env.sh add to
export JAVA_HOME=/usr/local/java/jdk1.8.0_151

Configure environment variables
vi /etc/profile
FLUME_HOME=/opt/flume110
export PATH=$JAVA_HOME/bin:$PATH:$FLUME_HOME/bin
export HADOOP_HOME ZOOKEEPER_HOME FLUME_HOME

Refresh environment variable
source /etc/profile
test , Input flume-ng version
边栏推荐
- Kylin
- WordPress
- Explain from a process perspective what happens to the browser after entering a URL?
- What are the red lines of open source that should not be trodden on?
- Preordered clue binary tree
- Megacli common command collation
- FPGA notes -- implementation of FPGA floating point operation
- DPVS fullnat mode kept
- C#另外一个new类的方式Ico?以及App.config的使用
- Understanding of prototypes and prototype chains
猜你喜欢
![[image detection] vascular tracking and diameter estimation based on Gaussian process and Radon transform with matlab code](/img/1d/511dceb9decd73976d577af991afc9.png)
[image detection] vascular tracking and diameter estimation based on Gaussian process and Radon transform with matlab code

Penetration tool -burpsuite

Comprehensive introduction to Simulink solver

统一网关Gateway

ciscn_2019_en_2

“Method Not Allowed“,405问题分析及解决

1-9Vmware中网络配置
![Chapter VI exercises (678) [microcomputer principles] [exercises]](/img/20/b02bccebfb245d4710f6f48dd0f5e4.png)
Chapter VI exercises (678) [microcomputer principles] [exercises]

Binary sort tree

Example: use C # Net to teach you how to develop wechat official account (21) -- using wechat to pay online collection: H5 method
随机推荐
安卓缓存使用工具类
Qt之自定义带游标的QSlider
How to design the product roadmap?
Spark log analysis
1-9Vmware中网络配置
【系统架构】-什么是MDA架构、ADL、DSSA
ciscn_2019_en_2
Chapter V exercises (124, 678, 15, 19, 22) [microcomputer principles] [exercises]
Chapter VI exercises (678) [microcomputer principles] [exercises]
C IO stream (I) basic concept_ Basic definition
jarvisoj_level2_x64
Cloud rendering and Intel jointly create the "core" era of cloud rendering
Methods to realize asynchrony
Unknown device ID does not appear on the STM32 st-link utility connection! Causes and Solutions
AD20(Altium Designer) PCB 高亮网络
Login interceptor
Atlas200dk brush machine
Idea kotlin version upgrade
C#线程池控制Semaphore
【图像检测】基于高斯过程和Radon变换实现血管跟踪和直径估计附matlab代码