This should answer your questions: <http://wiki.apache.org/hadoop/MountableHDFS>
Alex On Mon, Dec 8, 2008 at 2:19 PM, Ryan LeCompte <[EMAIL PROTECTED]> wrote: > 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 >
