[ 
https://issues.apache.org/jira/browse/OOZIE-2158?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14341002#comment-14341002
 ] 

Purshotam Shah commented on OOZIE-2158:
---------------------------------------

Minor comment.
{code}
        value = jobConf.get("stream.addenvironment", "");
        if (value.length() > 0) {
            value = value + " ";
        }
{code}

stream.addenvironment is never set, so it will be always empty.  We can replace 
this with value="";


> Overrides in action conf in streaming action do not work
> --------------------------------------------------------
>
>                 Key: OOZIE-2158
>                 URL: https://issues.apache.org/jira/browse/OOZIE-2158
>             Project: Oozie
>          Issue Type: Bug
>            Reporter: Rohini Palaniswamy
>            Assignee: Rohini Palaniswamy
>             Fix For: trunk
>
>         Attachments: OOZIE-2158-1.patch, OOZIE-2158-2.patch
>
>
> User setting in action config like 
> mapred.input.format.class=org.apache.hadoop.mapred.SequenceFileInputFormat 
> does not take effect any more and is broken due to OOZIE-2102



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to