[ 
https://issues.apache.org/jira/browse/SQOOP-964?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

YiFan Zhang updated SQOOP-964:
------------------------------

    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.

  was:
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.

    
> 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.3.0, 1.4.2
>            Reporter: YiFan Zhang
>              Labels: hive, partition, sqoop
>
> 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.

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