You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-dev@hadoop.apache.org by "Arun C Murthy (JIRA)" <ji...@apache.org> on 2007/10/26 05:54:51 UTC

[jira] Issue Comment Edited: (HADOOP-1952) Streaming does not handle invalid -inputformat (typo by users for example)

    [ https://issues.apache.org/jira/browse/HADOOP-1952?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12537822 ] 

acmurthy edited comment on HADOOP-1952 at 10/25/07 8:53 PM:
-----------------------------------------------------------------

bq. I think the better fix would be in StreamUtil.goodClassOrNull method, which checks if the class is specified and when it is not found, logs it at info level and throws an exception. It should not silently ignore and continue.

+1

      was (Author: acmurthy):
    .bqI think the better fix would be in StreamUtil.goodClassOrNull method, which checks if the class is specified and when it is not found, logs it at info level and throws an exception. It should not silently ignore and continue.

+1
  
> Streaming does not handle invalid -inputformat  (typo by users for example)
> ---------------------------------------------------------------------------
>
>                 Key: HADOOP-1952
>                 URL: https://issues.apache.org/jira/browse/HADOOP-1952
>             Project: Hadoop
>          Issue Type: Bug
>          Components: contrib/streaming
>    Affects Versions: 0.14.1
>            Reporter: lohit vijayarenu
>            Assignee: lohit vijayarenu
>            Priority: Minor
>             Fix For: 0.16.0
>
>         Attachments: CatchInvalidInputFormat.patch
>
>
> Hadoop Streaming does not handle invalid inputformat class. For example -inputformat INVALID class would not be thrown as an error. Instead it defaults to StreamInputFormat. If an invalid inputformat is specified, it is good to fail. 

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.