From ed1ba23f1d9b1f98ed6c6eebfd3f4414faaaa8af Mon Sep 17 00:00:00 2001 From: Yong Date: Sun, 18 May 2025 22:01:45 -0500 Subject: [PATCH] simplified doc for spark download --- 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 166d87ba1a..e04f71cd73 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