Hi,

How can we disable writing _common_metdata while saving Data Frame in
parquet format in PySpark. I tried to set the property using below command
but didn't helped.

sparkContext._jsc.hadoopConfiguration().set("parquet.enable.summary-metadata",
"false")


Thanks,
Bijay

Reply via email to