How to import Hive Partitioned data
I have to import the data from Hive table which is partitioned like ( year=2016/Month=2/day=27/file*.*
How can I import these data in recursive mode.
-
If there are existing time-based partitions available on the Hive connection, these will be available when importing data.
If you like to access external stored Hive tables (files) directly on HDFS, you can specify the folder structure with a %pattern% and define which files from the included folders should be included in the partition.
Please sign in to leave a comment.
Comments
3 comments