I can easily set this option on databricks, but how to do the same with the local pyspark and delta.spark library
I've tried to set this option in sparkConf, but it doesn't work
("spark.databricks.delta.logRetentionDuration", "interval 52 weeks")
I can easily set this option on databricks, but how to do the same with the local pyspark and delta.spark library
I've tried to set this option in sparkConf, but it doesn't work
("spark.databricks.delta.logRetentionDuration", "interval 52 weeks")