Hi All,
I am new to flume. I tried writing to HDFS through following command from
command line and was able to successfully write in to HDFS:
flume node_nowatch -1 -s -n dump -c 'dump: text("/etc/services") |
dfs("hdfs://localhost:8020/home/dservices.txt");'
To try out the collector, I tried the following commands from multiconfig
area of web interface :
localhost: text("/etc/services") | agentSink("localhost",35853);
localhost: collectorSource(35853) |
dfs("hdfs://localhost:8020/home/dservices11.txt");
I might be missing something basic in between.
But, I am unable to write into HDFS, though the web interface displays the
command has been "SUCCEEDED".
Please guide, I wish to move data [ like plain text, PDF ] from a node to
HDFS.
Thanks!
--
Dipesh Kr. Singh