File tree Expand file tree Collapse file tree 1 file changed +3
-5
lines changed
docs/source/user-guide/latest Expand file tree Collapse file tree 1 file changed +3
-5
lines changed Original file line number Diff line number Diff line change @@ -56,8 +56,7 @@ git apply ../datafusion-comet/dev/diffs/iceberg/1.8.1.diff
5656Perform a clean build
5757
5858``` shell
59- ./gradlew clean
60- ./gradlew build -x test -x integrationTest
59+ ./gradlew clean build -x test -x integrationTest
6160```
6261
6362## Test
@@ -72,9 +71,8 @@ Launch Spark Shell:
7271
7372``` shell
7473$SPARK_HOME /bin/spark-shell \
75- --jars $COMET_JAR ,$ICEBERG_JAR \
76- --conf spark.driver.extraClassPath=$COMET_JAR ,$ICEBERG_JAR \
77- --conf spark.executor.extraClassPath=$COMET_JAR ,$ICEBERG_JAR \
74+ --driver-class-path $COMET_JAR :$ICEBERG_JAR \
75+ --conf spark.executor.extraClassPath=$COMET_JAR :$ICEBERG_JAR \
7876 --conf spark.sql.extensions=org.apache.iceberg.spark.extensions.IcebergSparkSessionExtensions \
7977 --conf spark.sql.catalog.spark_catalog=org.apache.iceberg.spark.SparkCatalog \
8078 --conf spark.sql.catalog.spark_catalog.type=hadoop \
You can’t perform that action at this time.
0 commit comments