[
https://issues.apache.org/jira/browse/OOZIE-2874?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15998198#comment-15998198
]
Peter Cseh commented on OOZIE-2874:
-----------------------------------
Thanks for the contribution!
Some nit-picking:
# There is a ActionExecutor.CONF_PREFIX with the value "oozie.action". Please
use that in the constants.
# I generally like to hard-code the constants in the tests so it the value of a
constant changes, things break.
# I think the name {{oozie.action.launcher.mapreduce.input.format.classname}}
would fit Oozie's current property-naming scheme better.
> Make the Launcher Mapper map-only job's InputFormat class pluggable
> -------------------------------------------------------------------
>
> Key: OOZIE-2874
> URL: https://issues.apache.org/jira/browse/OOZIE-2874
> Project: Oozie
> Issue Type: Improvement
> Affects Versions: 4.3.0
> Reporter: Andras Piros
> Assignee: Andras Piros
> Attachments: OOZIE-2874.001.patch, OOZIE-2874.002.patch
>
>
> In order to prepare for YARN's [*rack-schedulable AM feature*|YARN-6050], and
> [*its MapReduce counterpart*|MAPREDUCE-6871], let's have the possibility of
> making the Launcher Mapper map-only job's
> [{{InputFormat}}|https://github.com/apache/hadoop/blob/trunk/hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-core/src/main/java/org/apache/hadoop/mapred/InputFormat.java]
> class pluggable in order to provide alternative implementations that can
> behave differently from
> [{{OozieLauncherInputFormat}}|https://github.com/apache/oozie/blob/master/sharelib/oozie/src/main/java/org/apache/oozie/action/hadoop/OozieLauncherInputFormat.java]
> that does not request any HDFS resources.
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)