You are viewing a plain text version of this content. The canonical link for it is here.
Posted to mapreduce-user@hadoop.apache.org by John Lilley <jo...@redpoint.net> on 2013/07/02 21:25:50 UTC

HDFS temporary file locations

Is there any convention for clients/applications wishing to use temporary file space in HDFS?  For example, my application wants to:

1)      Load data into some temporary space in HDFS as an external client

2)      Run an AM, which produces HDFS output (also in the temporary space)

3)      Read the data out of the HDFS temporary space

4)      Remove the temporary files
Thanks
John