You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@sqoop.apache.org by "ASF subversion and git services (JIRA)" <ji...@apache.org> on 2013/06/07 02:14:20 UTC

[jira] [Commented] (SQOOP-1069) Sqoop2: Incorrect error message from FrameworkValidator

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

ASF subversion and git services commented on SQOOP-1069:
--------------------------------------------------------

Commit 662f18a0a3db9fa760892f67b16c001f47b7332d in branch refs/heads/sqoop2 from [~jarcec]
[ https://git-wip-us.apache.org/repos/asf?p=sqoop.git;h=662f18a ]

SQOOP-1069: Sqoop2: Incorrect error message from FrameworkValidator

(Mengwei Ding via Jarek Jarcec Cecho)

                
> Sqoop2: Incorrect error message from FrameworkValidator
> -------------------------------------------------------
>
>                 Key: SQOOP-1069
>                 URL: https://issues.apache.org/jira/browse/SQOOP-1069
>             Project: Sqoop
>          Issue Type: Bug
>          Components: sqoop2-framework
>    Affects Versions: 1.99.1
>            Reporter: Mengwei Ding
>            Assignee: Mengwei Ding
>            Priority: Minor
>             Fix For: 1.99.3
>
>         Attachments: SQOOP-1069.1.patch
>
>
> In {{org.apache.sqoop.framework.FrameworkValidator.java}}, there is a piece of code:
> {code}
>   private void validateOutputForm(Validation validation, OutputForm output) {
>     if(output.outputDirectory == null || output.outputDirectory.isEmpty()) {
>       validation.addMessage(Status.UNACCEPTABLE, "output", "outputDirectory", "Input directory is empty");
>     }
>   }
> {code}
> The error message should be "Output directory is empty".

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira