Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
1.4.4
-
None
-
None
-
Sqoop 1.4.4
Description
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.
Attachments
Attachments
Issue Links
- links to