Maybe this question is strongly related to How to set pivotMaxValues in pyspark?. But I haven't find any clear answer about this.
So, how I change spark.sql.pivotMaxValues in my code or configuration file? Where can I find the configuration file?
Maybe this question is strongly related to How to set pivotMaxValues in pyspark?. But I haven't find any clear answer about this.
So, how I change spark.sql.pivotMaxValues in my code or configuration file? Where can I find the configuration file?
spark.conf.set('spark.sql.pivotMaxValues', u'50000')where spark is your sparkSession