Details
-
Improvement
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
-
None
-
A new Job conf property "hcat.dynamic.partitioning.custom.pattern" is introduced that can be configured to provide custom path pattern in case of dynamic partitioning. E.g. "${year}/${month}/${day}/${hour}/${minute}/${country}"
Description
Currently when dynamic partitions are created by HCatalog, the underlying directories for the partitions are created in a fixed 'Hive-style' format, i.e. root_dir/key1=value1/key2=value2/.... and so on. However in case of external table, user should be able to control the format of directories created for dynamic partitions.