This is an automated email from the ASF dual-hosted git repository.
yufei pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/polaris.git
The following commit(s) were added to refs/heads/main by this push:
new de1bae6f7 Site: Simplified doc for spark download (#1608)
de1bae6f7 is described below
commit de1bae6f7f18c285a6c064ed7bc31868b00c3959
Author: MonkeyCanCode <[email protected]>
AuthorDate: Sun May 18 23:47:45 2025 -0500
Site: Simplified doc for spark download (#1608)
---
site/content/in-dev/unreleased/getting-started/quickstart.md | 5 +----
1 file changed, 1 insertion(+), 4 deletions(-)
diff --git a/site/content/in-dev/unreleased/getting-started/quickstart.md
b/site/content/in-dev/unreleased/getting-started/quickstart.md
index 166d87ba1..e04f71cd7 100644
--- a/site/content/in-dev/unreleased/getting-started/quickstart.md
+++ b/site/content/in-dev/unreleased/getting-started/quickstart.md
@@ -98,10 +98,7 @@ If you want to connect to Polaris with [Apache
Spark](https://spark.apache.org/)
Then, clone Spark and check out a versioned branch. This guide uses [Spark
3.5](https://spark.apache.org/releases/spark-release-3-5-0.html).
```shell
-cd ~
-git clone https://github.com/apache/spark.git
-cd ~/spark
-git checkout branch-3.5
+git clone --branch branch-3.5 https://github.com/apache/spark.git ~/spark
```
#### Trino