gpt4 book ai didi

linux - Flume 在 Linux 中运行失败

转载 作者:塔克拉玛干 更新时间:2023-11-02 23:30:28 68 4
gpt4 key购买 nike

当我将 flume 安装到 Linux 中时,我在运行 flume 时收到了一些警告我按照这个过程安装了一个水槽。

>> sudo tar -xvf flume-ng-1.1.0-cdh4.0.1\(1\).tar.gz
>> export PATH=/home/hduser/downloads/flume-1.1.0- cdh4.0.1/bin:$PATH
>> $ sudo cp conf/flume-conf.properties.template conf/flume.conf

为了运行水槽,我使用了这个命令

>> $ bin/flume-ng agent -n agent -f conf/flume.conf

但是它显示了一些警告

hadoopmaster@HadoopMaster:/home/hduser/downloads/flume-ng$ sudo bin/flume-ng agent -n agent -f conf/flume.conf
Warning: No configuration directory set! Use --conf <dir> to override.
Warning: JAVA_HOME not set!
+ exec /usr/bin/java -Xmx20m -cp '/home/hduser/downloads/flume-ng/lib/*' -Djava.library.path= org.apache.flume.node.Application -n agent -f conf/flume.conf
log4j:WARN No appenders could be found for logger (org.apache.flume.lifecycle.LifecycleSupervisor).
log4j:WARN Please initialize the log4j system properly.
log4j:WARN See http://logging.apache.org/log4j/1.2/faq.html#noconfig for more info.

最佳答案

如果您想从 log4j appender 获取输出,则需要将 -c conf 添加到命令行。例如:

export JAVA_HOME=... # recommended to set JAVA_HOME properly
./bin/flume-ng agent -c conf -f conf/flume.conf -n agent

关于linux - Flume 在 Linux 中运行失败,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/12280403/

68 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com