You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@sqoop.apache.org by "Sai Karthik Ganguru (JIRA)" <ji...@apache.org> on 2014/10/30 00:24:34 UTC

[jira] [Comment Edited] (SQOOP-1646) Support a default attribute on the Input for better usability

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

Sai Karthik Ganguru edited comment on SQOOP-1646 at 10/29/14 11:24 PM:
-----------------------------------------------------------------------

Can you please elaborate on this, like what specific default values you suggest and so on.


was (Author: saikarthik):
Can you please elaborate on this like what specific  default values you suggest.

> Support a default attribute on the Input for better usability
> -------------------------------------------------------------
>
>                 Key: SQOOP-1646
>                 URL: https://issues.apache.org/jira/browse/SQOOP-1646
>             Project: Sqoop
>          Issue Type: Sub-task
>            Reporter: Veena Basavaraj
>             Fix For: 1.99.4
>
>
> For some of the input values in configs it is nice to have the default values in the code when the connector creates the inputs, so they dont have to be filled in from the user when not necessary to do so
> {code}
> public @interface Input {
>   String defaultsTo() default "";
> ...
> }
> {code}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)