Could you share your configuration with us? Your class path is quite bare, and remember that Hadoop does not ship with Flume. Can you take a look at the logs and see if you notice any errors?
Note that Flume "not printing" stuff is quite normal - flume is not exactly interactive. You should look for logs - it does not print stuff on the console. It will print to the console, only the exec command it uses to start up flume - which is what you are seeing. The logs should give you more details. Did you check the logs to make sure Flume is not working at all?
Hari
--
Hari Shreedharan
On Wednesday, August 8, 2012 at 9:49 AM, Patrick Wendell wrote:
Jagadish,If you use the new page and it still doesn't work, can you send me the output of jstack against the flume pid? I've noticed some similar issues in the past (silent startup failures) and I'm also trying to debug.- PatrickOn Wed, Aug 8, 2012 at 12:49 AM, alo alt <[email protected]> wrote:HI,
This page is outdated. Please follow:
http://flume.apache.org/FlumeUserGuide.html#setup
Since you haven't attached logs or error messages it's hard to say what happen.
best
- Alex
Jagadish Bihani wrote:*bin/flume-ng agent --conf ./conf/ -f conf/flume.conf -n agent1
Hi
I have downloaded the tarball of latest flume-ng 1.2.0.
I have JAVA_HOME properly set.
To begin with I have followed the instructions in "
https://cwiki.apache.org/FLUME/getting-started.html"
as it is. And even for that basic example:
My flume agent stucks printing the following output and then nothing
happens:
conf/flume.conf -n agent1*
+ exec /usr/java/jdk1.6.0_12/bin/java -Xmx20m -cp
'/root/flume/apache-flume-1.2.0/conf:/root/flume/apache-flume-1.2.0/lib/*'
-Djava.library.path= org.apache.flume.node.Application -f
Please guide me what might be the cause.
Regards,
Jagadish
Hi
I have downloaded the tarball of latest flume-ng 1.2.0.
I have JAVA_HOME properly set.
To begin with I have followed the instructions in " https://cwiki.apache.org/FLUME/getting-started.html"
as it is. And even for that basic example:
My flume agent stucks printing the following output and then nothing happens:
bin/flume-ng agent --conf ./conf/ -f conf/flume.conf -n agent1
+ exec /usr/java/jdk1.6.0_12/bin/java -Xmx20m -cp '/root/flume/apache-flume-1.2.0/conf:/root/flume/apache-flume-1.2.0/lib/*' -Djava.library.path= org.apache.flume.node.Application -f conf/flume.conf -n agent1
Please guide me what might be the cause.
Regards,
Jagadish
--
Alexander Alten-Lorenz
http://mapredit.blogspot.com
German Hadoop LinkedIn Group: http://goo.gl/N8pCF

