You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@sqoop.apache.org by "Venkat Ranganathan (JIRA)" <ji...@apache.org> on 2013/08/22 03:24:51 UTC

[jira] [Created] (SQOOP-1179) Incorrect warning saying --hive-import was not specified when it was specified

Venkat Ranganathan created SQOOP-1179:
-----------------------------------------

             Summary: Incorrect warning saying --hive-import was not specified when it was specified
                 Key: SQOOP-1179
                 URL: https://issues.apache.org/jira/browse/SQOOP-1179
             Project: Sqoop
          Issue Type: Bug
    Affects Versions: 1.4.4
         Environment: Sqoop 1.4.4
            Reporter: Venkat Ranganathan


The conditionals to check for hive options without hive import need to be grouped so that the warning message for lack of --hive-import is right

For example, the command line

sqoop import  <other options > --table <table> --warehouse-dir <warehouse-dir> --hive-import --hive-overwrite

Throws the following error

013-08-21 20:13:00,804|beaver.machine|INFO|13/08/21 20:13:00 WARN tool.BaseSqoopTool: It seems that you've specified at least one of following:
2013-08-21 20:13:00,805|beaver.machine|INFO|13/08/21 20:13:00 WARN tool.BaseSqoopTool: --hive-home
2013-08-21 20:13:00,805|beaver.machine|INFO|13/08/21 20:13:00 WARN tool.BaseSqoopTool: --hive-overwrite
2013-08-21 20:13:00,805|beaver.machine|INFO|13/08/21 20:13:00 WARN tool.BaseSqoopTool: --create-hive-table
2013-08-21 20:13:00,806|beaver.machine|INFO|13/08/21 20:13:00 WARN tool.BaseSqoopTool: --hive-table
2013-08-21 20:13:00,806|beaver.machine|INFO|13/08/21 20:13:00 WARN tool.BaseSqoopTool: --hive-partition-key
2013-08-21 20:13:00,806|beaver.machine|INFO|13/08/21 20:13:00 WARN tool.BaseSqoopTool: --hive-partition-value
2013-08-21 20:13:00,806|beaver.machine|INFO|13/08/21 20:13:00 WARN tool.BaseSqoopTool: --map-column-hive
2013-08-21 20:13:00,807|beaver.machine|INFO|13/08/21 20:13:00 WARN tool.BaseSqoopTool: Without specifying parameter --hive-import. Please note that
2013-08-21 20:13:00,807|beaver.machine|INFO|13/08/21 20:13:00 WARN tool.BaseSqoopTool: those arguments will not be used in this session. Either
2013-08-21 20:13:00,807|beaver.machine|INFO|13/08/21 20:13:00 WARN tool.BaseSqoopTool: specify --hive-import to apply them correctly or remove them
2013-08-21 20:13:00,807|beaver.machine|INFO|13/08/21 20:13:00 WARN tool.BaseSqoopTool: from command line to remove this warning.

--
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