diff --git a/site/docs/spark-quickstart.md b/site/docs/spark-quickstart.md index c8f9dd2b3a9b..299b69367823 100644 --- a/site/docs/spark-quickstart.md +++ b/site/docs/spark-quickstart.md @@ -328,9 +328,6 @@ If you already have a Spark environment, you can add Iceberg, using the `--packa If you want to include Iceberg in your Spark installation, add the Iceberg Spark runtime to Spark's `jars` folder. You can download the runtime by visiting to the [Releases](releases.md) page. - -[spark-runtime-jar]: https://search.maven.org/remotecontent?filepath=org/apache/iceberg/iceberg-spark-runtime-{{ sparkVersionMajor }}/{{ icebergVersion }}/iceberg-spark-runtime-{{ sparkVersionMajor }}-{{ icebergVersion }}.jar - #### Learn More Now that you're up an running with Iceberg and Spark, check out the [Iceberg-Spark docs](docs/latest/spark-ddl.md) to learn more!