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
Copy file name to clipboardExpand all lines: docs/Configuration.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -25,6 +25,7 @@ nav_order: 15
25
25
| spark.gluten.enabled | true | Whether to enable gluten. Default value is true. Just an experimental property. Recommend to enable/disable Gluten through the setting for spark.plugins. |
26
26
| spark.gluten.execution.resource.expired.time | 86400 | Expired time of execution with resource relation has cached. |
27
27
| spark.gluten.expression.blacklist |<undefined>| A black list of expression to skip transform, multiple values separated by commas. |
28
+
| spark.gluten.costModel | legacy | The class name of user-defined cost model that will be used by Gluten's transition planner. If not specified, a legacy built-in cost model will be used. The legacy cost model helps RAS planner exhaustively offload computations, and helps transition planner choose columnar-to-columnar transition over others. |
28
29
| spark.gluten.loadLibFromJar | false | Whether to load shared libraries from jars. |
29
30
| spark.gluten.loadLibOS |<undefined>| The shared library loader's OS name. |
30
31
| spark.gluten.loadLibOSVersion |<undefined>| The shared library loader's OS version. |
0 commit comments