> I want to copy my local data to hdfs using flume in a single machine which > isrunning hadoop, How can I do that, please help me. > > What is this "local data" ?
If it's just files, why not use the hadoop fs copy command instead? If you want to play around with flume, take a look at the spool directory source or the exec source and you should be able to put something together that'll push data through flume to hadoop. -- Sharninder
