I have a requirement to import data from Mysql table to partitioned Hive
table.

Each row of mysql contains date field.
I want partitioning on date field in Hive table.

How to use dynamic partition. As sqoop enforce to tell partition name
beforehande.
But I want from each Mysql row get date column and insert in appropriate
partition in hive.

Reply via email to