Is writing to a local mount even possible in map reduce? AFAIK it all ends up in HDFS.
> Hi > > Can you explain how you tried to save raw html obtained during a crawl to a > local drive? I am not entirely sure what you mean here and why you would > want to do so given that we already have an array of alternative options > available. Can you please expand on this. > > Thank you > > On Wed, Aug 24, 2011 at 5:24 AM, dyzc <[email protected]> wrote: > > Hi, > > > > > > I am using nutch within hadoop distributed computing environment. I tried > > saving html source to a local drive (not HDFS) via absolute filepath, but > > I can't find the saved contents on either master node or datanodes. > > > > > > How can I achieve this? > > > > > > Thanks!

