I am trying to stream real time twitter data into HDFS using Apache flume. And when i run the command ./flume-ng agent -c /usr/local/apache-flume-1.4.0-bin/conf/ -f /usr/local/apache-flume-1.4.0-bin/conf/flume.conf -n TwitterAgent it gives me a SLF4j exception. It does not allow the program to run further. Any suggestions to solve this issue would be of immense help
Asked
Active
Viewed 46 times
0
-
1That is only a warning and is not stopping the flume agent. Add `-Dflume.root.logger=DEBUG,console` to the flume command to see the logs in console. – franklinsijo Mar 06 '17 at 05:50
-
can you share the error log – siddhartha jain Mar 06 '17 at 07:42