Created on 04-23-2019 10:39 PM - edited 09-16-2022 07:19 AM
Hive partition – I have set 10 partition in a table, how can I reduce it to 6 partition without dropping table from HDFS?
Created 05-07-2019 09:15 PM
Created 04-28-2019 09:12 PM
You can use the below hdfs command
$ hdfs dfs -cat hive_table_data_folder/p* > new_file_name
Let me know whether that helped
Created 05-07-2019 09:12 PM
Created 05-07-2019 09:15 PM