Details
-
Bug
-
Status: Open
-
Major
-
Resolution: Unresolved
-
1.3.0, 1.4.2
-
None
Description
sqoop-import --connect jdbc:mysql://ip/db --username user -P --table tb --hive-table tb --hive-import \
--hive-paritition-key key1 --hive-partition-value value1 \
--hive-paritition-key key2 --hive-partition-value value2
The above command only deals with the first partition configuration and ignores the second one.