Interview Question
Big Data/Hadoop Developer Interview
-
TIAAHive Static partition vs Dynamic partition
Interview Answer
1 Answer
▲
0
▼
Insert input data files individually into a partition table is Static Partition, fast, can alter the partition, set hive.mapred.mode = strict Single insert to partition table is known as a dynamic partition, slow, can’t perform alter, don’t know how many columns
Anonymous on
Add Answers or Comments
To comment on this, Sign In or Sign Up.