Erik Holstad wrote:
Hi!
We are writing a MR job and want to store some intermediate result directly
into a HDFS file instead of HBase.
There is nothing that I know of preventing your doing this. Just get
the filesystem instance and use it to do a file open. Would it be a
file per map? One file shared by all maps is not possible as far as I
know -- not till HADOOP-1700 goes in at least.
Is there an easy way of doing this or do
you have to run a script from inside the java file?
Sorry Erik. I don't follow.
St.Ack