This is an automated email from the ASF dual-hosted git repository.
zhli pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/incubator-gluten.git
The following commit(s) were added to refs/heads/main by this push:
new 69fa591d4 [VL] Remove spark.gluten.sql.columnar.backend.lib (#5671)
69fa591d4 is described below
commit 69fa591d48f6e085e2b4059c1588b845d34c5d1f
Author: Ankita Victor <[email protected]>
AuthorDate: Thu May 9 11:33:44 2024 +0530
[VL] Remove spark.gluten.sql.columnar.backend.lib (#5671)
[VL] Remove spark.gluten.sql.columnar.backend.lib.
---
docs/get-started/Work-with-pyspark.ipynb | 1 -
1 file changed, 1 deletion(-)
diff --git a/docs/get-started/Work-with-pyspark.ipynb
b/docs/get-started/Work-with-pyspark.ipynb
index 40c98d333..23d7c7742 100644
--- a/docs/get-started/Work-with-pyspark.ipynb
+++ b/docs/get-started/Work-with-pyspark.ipynb
@@ -41,7 +41,6 @@
"conf.set(\"spark.driver.extraClassPath\", nativesql_jars)\n",
"conf.set(\"spark.executor.extraClassPath\", nativesql_jars)\n",
"conf.set(\"spark.plugins\", \"org.apache.gluten.GlutenPlugin\")\n",
- "conf.set(\"spark.gluten.sql.columnar.backend.lib\", \"velox\")\n",
"conf.set(\"spark.gluten.loadLibFromJar\", \"false\")\n",
"conf.set(\"spark.shuffle.manager\",
\"org.apache.spark.shuffle.sort.ColumnarShuffleManager\")\n",
"sc = SparkContext(conf=conf)\n",
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]