공부
[hive] INSERT OVERWRITE TABLE target PARTITION (YEAR, MONTH)SELECT A, B, C, YEAR, MONTHFROM temp
승가비
2022. 12. 15. 19:16
728x90
TABLE target PARTITION (YEAR, MONTH)
SELECT A, B, C, YEAR, MONTH
FROM temp
https://stackoverflow.com/questions/40143249/hive-insert-overwrite-into-a-partitioned-table
HIVE Insert overwrite into a partitioned Table
I ran a insert overwrite on a partitioned table. After the command, say for example the below partitions are created. a,b,c,d,e Now when I rerun the Insert overwrite table, but this time w...
stackoverflow.com
728x90