Error: Could not find or load main class org.apache.flume.node.Application - Install flume on hadoop version 1.2.1
问题 I have built a hadoop cluster which 1 master-slave node and the other is slave. And now, I wanna build a flume to get all log of the cluster on master machine. However, when I try to install flume from tarball and I always get: Error: Could not find or load main class org.apache.flume.node.Application So, please help me to find the answer, or the best way to install flume on my cluster. many thanks! 回答1: It is basically because of FLUME_HOME.. Try this command $ unset FLUME_HOME 回答2: I know