Skip to content

Commit 6828dc4

Browse files
authored
chore: update Iceberg install docs (#2824)
1 parent eb71b28 commit 6828dc4

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

docs/source/user-guide/latest/iceberg.md

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -56,8 +56,7 @@ git apply ../datafusion-comet/dev/diffs/iceberg/1.8.1.diff
5656
Perform 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 \

0 commit comments

Comments
 (0)