-
Type:
Documentation
-
Status: Resolved
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 3.0.0, 3.0.1
-
Component/s: Documentation
-
Labels:None
In the 'Optimizing Skew Join' section of the following two pages:
- https://spark.apache.org/docs/3.0.0/sql-performance-tuning.html
- https://spark.apache.org/docs/3.0.1/sql-performance-tuning.html
The configuration 'spark.sql.adaptive.skewedPartitionThresholdInBytes' should be changed to 'spark.sql.adaptive.skewJoin.skewedPartitionThresholdInBytes', The former is missing the 'skewJoin'.
- links to