Solving small part file issue in HDFS using coalesce

Viewed 13

Small part file issue is a problem for HDFS storage as it increases the Metadata load for Name node. To reduce this problem can we use coalesce to reduce the partitions and then save the dataframe in HDFS?

0 Answers
Related