[
https://issues.apache.org/jira/browse/SQOOP-1069?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13678304#comment-13678304
]
Hudson commented on SQOOP-1069:
-------------------------------
Integrated in Sqoop2-hadoop200 #313 (See
[https://builds.apache.org/job/Sqoop2-hadoop200/313/])
SQOOP-1069: Sqoop2: Incorrect error message from FrameworkValidator
(Revision 662f18a0a3db9fa760892f67b16c001f47b7332d)
Result = FAILURE
jarcec :
https://git-wip-us.apache.org/repos/asf?p=sqoop.git&a=commit&h=662f18a0a3db9fa760892f67b16c001f47b7332d
Files :
* core/src/main/java/org/apache/sqoop/framework/FrameworkValidator.java
> 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