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 Pedro Costa <ps...@gmail.com> on 2011/02/08 13:04:42 UTC

Shared files in Hadoop MR cluster

Hi,

In hadoop MR exists the property "mapred.system.dir" to set a relative
directory where shared files are stored during a job run. What are
these shared files?

-- 
Pedro

Re: Shared files in Hadoop MR cluster

Posted by Harsh J <qw...@gmail.com>.
AFAIK, a Job's JobInfo representation is saved inside a job directory
under mapred.system.dir (actually, it is more a JobTracker's system
directory than others'), along with a job.jar for job recovery
purposes.

On Tue, Feb 8, 2011 at 5:34 PM, Pedro Costa <ps...@gmail.com> wrote:
> Hi,
>
> In hadoop MR exists the property "mapred.system.dir" to set a relative
> directory where shared files are stored during a job run. What are
> these shared files?
>
> --
> Pedro
>



-- 
Harsh J
www.harshj.com