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

Hudson commented on SQOOP-1436:
-------------------------------

ABORTED: Integrated in Sqoop2-hadoop200 #545 (See 
[https://builds.apache.org/job/Sqoop2-hadoop200/545/])
SQOOP-1436: Sqoop2: Support custom form name via the Form Annotation (abraham: 
https://git-wip-us.apache.org/repos/asf?p=sqoop.git&a=commit&h=4433bacf8a8039988aa00761ded1b02e4189a3ea)
* common/src/main/java/org/apache/sqoop/model/ModelError.java
* common/src/main/java/org/apache/sqoop/model/Form.java
* common/src/test/java/org/apache/sqoop/model/TestFormUtils.java
* common/src/main/java/org/apache/sqoop/model/FormUtils.java


> Sqoop2:  Support custom form name via the Form Annotation
> ---------------------------------------------------------
>
>                 Key: SQOOP-1436
>                 URL: https://issues.apache.org/jira/browse/SQOOP-1436
>             Project: Sqoop
>          Issue Type: Bug
>            Reporter: Abraham Elmahrek
>            Assignee: Veena Basavaraj
>              Labels: newbie
>             Fix For: 1.99.4
>
>         Attachments: SQOOP-1436.1.patch, SQOOP-1436.patch
>
>
> Form names and input names are currently derived from the configuration 
> property name that they exist in (example 1). It would be nice if custom 
> names could be provided so that the property names could remain simple.
> Example 1:
> The derived form name for the "table" property in the configuration object 
> below is "table".
> {code}
> @ConfigurationClass
> public class FromJobConfiguration {
>   @Form public TableForm table;
>   ...
> }
> {code}
> Example 2:
> The form name for the "table" member in the the configuration object below is 
> "from-table".
> {code}
> @ConfigurationClass
> public class FromJobConfiguration {
>   @Form(name="from-table")
>   public TableForm table;
>   ...
> }
> {code}



--
This message was sent by Atlassian JIRA
(v6.2#6252)

Reply via email to