Member since
07-18-2019
2
Posts
0
Kudos Received
0
Solutions
07-24-2019
07:40 AM
Hi @Vikas Srivastava , Thank you for your suggestion, I had already tried the suggestions of the page you linked, but there are 2 problem orders: SET mapreduce.input.fileinputformat.split. * Cannot be changed at runtime; The table uses bucketing, and the concatenate does not support Bucket; I get an error when I run it. Best regards Vincenzo
... View more
07-19-2019
05:08 AM
I have the external table : PARTITIONED BY ( `y_m` int) CLUSTERED BY ( l_n) INTO 16 BUCKETS STORED AS ORC; when I try to compaction ORC files (5000 files in HDFS path), the files not compacted, and the size of single files not changed: INSERT OVERWRITE TABLE TableName PARTITION (y_m='201906') SELECT ... .... FROM TableName WHERE y_m='201906';
... View more
Labels:
- Labels:
-
Apache Hadoop
-
Apache Hive