I need to create/import hive table having three Partitions year/month/day using Sqoop. I have checked *--hive-partition-key* and *--hive-partition-value* in sqoop. using these parameters I have created partition *year* like this --hive-partition-key year --hive-partition-value '2016' My question is how to pass multiple values for partition-key and partition-value to create partitions like year/month/day.
-- *Regards,* *Mahebub Sayyed*
