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

Adam Kawa commented on OOZIE-2102:
----------------------------------

Thanks Harsh! 

Just one note - when using these settings, my MR streaming action failed due to 
_variable [oozie] cannot be resolved_. When, I specified my mapper and reducer 
explicitely, then it worked fine e.g.:

{code}
<property>
<name>stream.map.streamprocessor</name>
<value>cat</value>
</property>

<property>
<name>stream.reduce.streamprocessor</name>
<value>wc -l</value>
</property>
{code}

> Streaming actions are broken cause of incorrect method signature
> ----------------------------------------------------------------
>
>                 Key: OOZIE-2102
>                 URL: https://issues.apache.org/jira/browse/OOZIE-2102
>             Project: Oozie
>          Issue Type: Bug
>          Components: action
>    Affects Versions: trunk
>            Reporter: Harsh J
>            Assignee: Harsh J
>            Priority: Blocker
>             Fix For: trunk
>
>         Attachments: OOZIE-2102.patch, OOZIE-2102.patch
>
>
> OOZIE-1954 changed the submitJob(Configuration) signature to 
> submitJob(JobConf), but this change was not caught and made in the 
> StreamingMain class cause it did not use an Override annotation.
> Streaming jobs no longer succeed on trunk as a result. Pipe jobs still do as 
> the change was made in it instead.



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

Reply via email to