You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@sqoop.apache.org by "Jarek Jarcec Cecho (JIRA)" <ji...@apache.org> on 2015/12/30 16:20:49 UTC

[jira] [Created] (SQOOP-2763) Sqoop2: Sqoop shell is accepting non existing arguments

Jarek Jarcec Cecho created SQOOP-2763:
-----------------------------------------

             Summary: Sqoop2: Sqoop shell is accepting non existing arguments
                 Key: SQOOP-2763
                 URL: https://issues.apache.org/jira/browse/SQOOP-2763
             Project: Sqoop
          Issue Type: Bug
    Affects Versions: 1.99.7
            Reporter: Jarek Jarcec Cecho
             Fix For: 1.99.7


We happily accept non-existing arguments in the shell which is highly deceptive:

{code}
sqoop:000> set server --name x
Server is set successfully
sqoop:000>
{code}

or

{code}
sqoop:000> show connector --please
...
sqoop:000>
{code}

We should throw an exception or something if one is using incorrect/non-existing arguments.



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