Cannot run Flume because of JAR conflict
问题 I've installed Flume and Hadoop manually (I mean, not CDH) and I'm trying to run the twitter example from Cloudera. In the apache-flume-1.5.0-SNAPSHOT-bin directory, I start the agent with the following command: bin/flume-ng agent -c conf -f conf/twitter.conf -Dflume.root.logger=DEBUG,console -n TwitterAgent My conf/twitter.conf file uses the logger as the sink. The conf/flume-env.sh assigns to CLASSPATH the flume-sources-1.0-SNAPSHOT.jar that contains the definition of the twitter source.