On Mon, Nov 12, 2007 at 12:56:16PM -0500, Derek Gottfrid wrote:
>I want to have the default fs defined dynamically by the job that
>runs - hence not necessarily from the xml config file.
>It looks like this might be possible if I set the Path input/output
>correctly no ? Are there any examples of this? How do I control the
>temp space? Suggestions?
>
Yes, that should work.
Assuming your default fs is hdfs://<host1>:<port1>/ you should be able to set
you input/output paths to hdfs://<host2>:<port2>/{in|out}.
If it does not, please file a bug. Thanks!
Arun
>sorry if this isn't clear.
>
>derek