Hive Partition External Tables
To create partitions on external tables in Hive is a bit tricky, as it is different from creating partitions on normal tables. To do it, you have to: create the external table first load data with partition info load other data in with different partition key. If you try to …