You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For now, there are at least three required configs to enable gluten:
spark.plugins
spark.memory.offHeap.enabled
spark.shuffle.manager
Less required configs is always better. Fortunately, We can set spark.memory.offHeap.enabled and spark.shuffle.manager inside GlutenDriverPlugin since Spark 4.0.0, so only spark.plugins is required.
ulysses-you
changed the title
Only require one config spark.plugins to enable gluten
[CORE][SPARK-4.0] Only require one config spark.plugins to enable gluten
May 29, 2024
Description
For now, there are at least three required configs to enable gluten:
Less required configs is always better. Fortunately, We can set
spark.memory.offHeap.enabled
andspark.shuffle.manager
insideGlutenDriverPlugin
since Spark 4.0.0, so onlyspark.plugins
is required.The text was updated successfully, but these errors were encountered: