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

[jira] [Updated] (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:all-tabpanel ]

Veena Basavaraj updated SQOOP-1646:
-----------------------------------
    Description: 
Today there is no way to tell if a input is required or optional. Also the help labels should be more clear in explaining what each of them mean and when their value is not required. We can even group the required ones first and then the optional ones latter

Similar to 
{code}
/**
   * Sqoop will ensure that sensitive information will not be easily
   * accessible.
   *
   * @return True if field is sensitive
   */
  boolean sensitive() default false;

{code}

> 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
>
>
> Today there is no way to tell if a input is required or optional. Also the help labels should be more clear in explaining what each of them mean and when their value is not required. We can even group the required ones first and then the optional ones latter
> Similar to 
> {code}
> /**
>    * Sqoop will ensure that sensitive information will not be easily
>    * accessible.
>    *
>    * @return True if field is sensitive
>    */
>   boolean sensitive() default false;
> {code}



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