[
https://issues.apache.org/jira/browse/SQOOP-2416?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
q79969786 updated SQOOP-2416:
-----------------------------
Description:
Support Sqoop import multiple hive partition as following args::
--hive-partition-key op_day,city
--hive-partition-value 20150716,shanghai
then create table partition as following:
... PARTITIONED BY (op_day STRING ,city STRING )
and load data as following:
... PARTITION (op_day='20150717' , city='shanghai')
was:
Support Sqoop import multiple hive partition as following args::
--hive-partition-key op_day,city
--hive-partition-value 20150716,shanghai
then create table partition as following:
PARTITIONED BY (op_day STRING ,city STRING )
and load data as following:
PARTITION (op_day='20150717' , city='shanghai')
> Support Sqoop import multiple hive partition
> --------------------------------------------
>
> Key: SQOOP-2416
> URL: https://issues.apache.org/jira/browse/SQOOP-2416
> Project: Sqoop
> Issue Type: Improvement
> Components: hive-integration
> Affects Versions: 1.4.6
> Reporter: q79969786
> Priority: Minor
> Attachments: supportImportMultipleHivePartition.path
>
>
> Support Sqoop import multiple hive partition as following args::
> --hive-partition-key op_day,city
> --hive-partition-value 20150716,shanghai
> then create table partition as following:
> ... PARTITIONED BY (op_day STRING ,city STRING )
> and load data as following:
> ... PARTITION (op_day='20150717' , city='shanghai')
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)