Britt Cyr created OOZIE-862:
-------------------------------

             Summary: In Map-only Streaming (reducer=NONE), oozie runs reducer 
along with mapper(s).
                 Key: OOZIE-862
                 URL: https://issues.apache.org/jira/browse/OOZIE-862
             Project: Oozie
          Issue Type: Improvement
            Reporter: Britt Cyr
            Priority: Minor
         Attachments: mapOnlyStreaming.patch

Oozie runs map-only streaming job with reducer, which is not intended.

It always creates reducer when I give any of the following in *workflow.xml*
--------------------------------------------
<streaming>
    <mapper>mule_perm.pl</mapper>
    <reducer>NONE</reducer>
</streaming>
--------------------------------------------
Or
--------------------------------------------
<streaming>
    <mapper>mule_perm.pl</mapper>
</streaming>
--------------------------------------------


No reducer is created only when, I give following in *workflow.xml* as
configuration. (which is not intuitive/matching with hadoop jar streaming
command).
------------------------------------------
    <configuration>
        <property>
            <name>mapred.reduce.tasks</name>
            <value>0</value>
        </property>
    ...
------------------------------------------


--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to