YiFan Zhang created SQOOP-964:
---------------------------------

             Summary: cannot specify multiple hive partition key using sqoop 
import
                 Key: SQOOP-964
                 URL: https://issues.apache.org/jira/browse/SQOOP-964
             Project: Sqoop
          Issue Type: Bug
          Components: hive-integration
    Affects Versions: 1.4.2, 1.3.0
            Reporter: YiFan Zhang


sqoop-import --connect jdbc:mysql://ip/db --username user -P --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.

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

Reply via email to