jackylee-ch commented on code in PR #14357:
URL: https://github.com/apache/iceberg/pull/14357#discussion_r2441580235
##########
docs/docs/spark-getting-started.md:
##########
@@ -26,17 +26,17 @@ Spark is currently the most feature-rich compute engine for
Iceberg operations.
We recommend you to get started with Spark to understand Iceberg concepts and
features with examples.
You can also view documentations of using Iceberg with other compute engine
under the [Multi-Engine Support](../../multi-engine-support.md) page.
-## Using Iceberg in Spark 3
+## Using Iceberg in Spark
To use Iceberg in a Spark shell, use the `--packages` option:
```sh
-spark-shell --packages org.apache.iceberg:iceberg-spark-runtime-3.5_2.12:{{
icebergVersion }}
+spark-shell --packages org.apache.iceberg:iceberg-spark-runtime-{{
sparkVersion }}_{{ scalaVersion }}:{{ icebergVersion }}
```
!!! info
<!-- markdown-link-check-disable-next-line -->
- If you want to include Iceberg in your Spark installation, add the
[`iceberg-spark-runtime-3.5_2.12`
Jar](https://search.maven.org/remotecontent?filepath=org/apache/iceberg/iceberg-spark-runtime-3.5_2.12/{{
icebergVersion }}/iceberg-spark-runtime-3.5_2.12-{{ icebergVersion }}.jar) to
Spark's `jars` folder.
+ If you want to include Iceberg in your Spark installation, add the
[`iceberg-spark-runtime-{{ sparkVersion }}_{{ scalaVersion }}`
Jar](https://search.maven.org/remotecontent?filepath=org/apache/iceberg/iceberg-spark-runtime-{{
sparkVersion }}_{{ scalaVersion }}/{{ icebergVersion
}}/iceberg-spark-runtime-{{ sparkVersion }}_{{ scalaVersion }}-{{
icebergVersion }}.jar) to Spark's `jars` folder.
Review Comment:
done
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]