You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@tez.apache.org by "Bikas Saha (JIRA)" <ji...@apache.org> on 2013/11/26 20:40:35 UTC

[jira] [Updated] (TEZ-637) [MR Support] Add all required info into JobConf for MR related I/O/P

     [ https://issues.apache.org/jira/browse/TEZ-637?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Bikas Saha updated TEZ-637:
---------------------------

    Description: 
As per mapreduce tutorial, the following need to be set into JobConf:

mapred.job.id	String	The job id
mapred.jar	String	job.jar location in job directory
job.local.dir	 String	 The job specific shared scratch space
mapred.tip.id	 String	 The task id
mapred.task.id	 String	 The task attempt id
mapred.task.is.map	 boolean	Is this a map task
mapred.task.partition	 int	The id of the task within the job
map.input.file	 String	 The filename that the map is reading from
map.input.start	 long	 The offset of the start of the map input split
map.input.length	long	The number of bytes in the map input split
mapred.work.output.dir	 String	The task's temporary output directory
mapreduce.task.output.dir String The task's output dir

  was:
As per mapreduce tutorial, the following need to be set into JobConf:

mapred.job.id	String	The job id
mapred.jar	String	job.jar location in job directory
job.local.dir	 String	 The job specific shared scratch space
mapred.tip.id	 String	 The task id
mapred.task.id	 String	 The task attempt id
mapred.task.is.map	 boolean	Is this a map task
mapred.task.partition	 int	The id of the task within the job
map.input.file	 String	 The filename that the map is reading from
map.input.start	 long	 The offset of the start of the map input split
map.input.length	long	The number of bytes in the map input split
mapred.work.output.dir	 String	The task's temporary output directory



> [MR Support] Add all required info into JobConf for MR related I/O/P
> --------------------------------------------------------------------
>
>                 Key: TEZ-637
>                 URL: https://issues.apache.org/jira/browse/TEZ-637
>             Project: Apache Tez
>          Issue Type: Bug
>            Reporter: Hitesh Shah
>
> As per mapreduce tutorial, the following need to be set into JobConf:
> mapred.job.id	String	The job id
> mapred.jar	String	job.jar location in job directory
> job.local.dir	 String	 The job specific shared scratch space
> mapred.tip.id	 String	 The task id
> mapred.task.id	 String	 The task attempt id
> mapred.task.is.map	 boolean	Is this a map task
> mapred.task.partition	 int	The id of the task within the job
> map.input.file	 String	 The filename that the map is reading from
> map.input.start	 long	 The offset of the start of the map input split
> map.input.length	long	The number of bytes in the map input split
> mapred.work.output.dir	 String	The task's temporary output directory
> mapreduce.task.output.dir String The task's output dir



--
This message was sent by Atlassian JIRA
(v6.1#6144)