Skip to content

Commit de1bae6

Browse files
Site: Simplified doc for spark download (#1608)
1 parent 658670d commit de1bae6

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

site/content/in-dev/unreleased/getting-started/quickstart.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -98,10 +98,7 @@ If you want to connect to Polaris with [Apache Spark](https://spark.apache.org/)
9898
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).
9999

100100
```shell
101-
cd ~
102-
git clone https://github.com/apache/spark.git
103-
cd ~/spark
104-
git checkout branch-3.5
101+
git clone --branch branch-3.5 https://github.com/apache/spark.git ~/spark
105102
```
106103

107104
#### Trino

0 commit comments

Comments
 (0)