Hello all, I normally upload files into hadoop via bin/hadoop fs -put file dest.
However, is there a way to somehow stream data into Hadoop? For example, I'd love to do something like this: zcat xxx >> HADOOP_HDFS_DESTINATION This would save me a ton of time since I don't have to first unpack the .tgz file and upload the raw file into HDFS. Is this possible with Hadoop 0.19? Thanks, Ryan
