[
https://issues.apache.org/jira/browse/HADOOP-4027?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12627317#action_12627317
]
Owen O'Malley commented on HADOOP-4027:
---------------------------------------
I believe the mapper and reducer both default to Identity functions. So the
error is the missing input and output directories.
> When streaming utility is run without specifying mapper/reducer/input/output
> options, it returns 0.
> ---------------------------------------------------------------------------------------------------
>
> Key: HADOOP-4027
> URL: https://issues.apache.org/jira/browse/HADOOP-4027
> Project: Hadoop Core
> Issue Type: Bug
> Components: contrib/streaming
> Affects Versions: 0.18.0
> Reporter: Ramya R
> Priority: Minor
> Fix For: 0.19.0
>
>
> When the below command is run i.e without specifying any of the streaming
> options, it returns 0 whereas a user would expect it to return a non-zero
> value:
> $ $HADOOP_HOME/bin/hadoop [--config dir] jar $HADOOP_HOME/hadoop-streaming.jar
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.