Why is nutch writing files in /tmp?

View: New views
2 Messages — Rating Filter:   Alert me  

Why is nutch writing files in /tmp?

by Paul Tomblin :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Why is nutch writing /tmp/hadoop-[userid] files, and how can I stop it
doing that?


--
http://www.linkedin.com/in/paultomblin
http://careers.stackoverflow.com/ptomblin

Re: Why is nutch writing files in /tmp?

by Julien Nioche-4 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

see hadoop-site.xml

<property>
  <name>hadoop.tmp.dir</name>
  <value>/tmp/hadoop-${user.name}</value>
</property>

http://wiki.apache.org/hadoop/GettingStartedWithHadoop

J.

--
DigitalPebble Ltd
http://www.digitalpebble.com

2009/11/3 Paul Tomblin <ptomblin@...>

> Why is nutch writing /tmp/hadoop-[userid] files, and how can I stop it
> doing that?
>
>
> --
> http://www.linkedin.com/in/paultomblin
> http://careers.stackoverflow.com/ptomblin
>