Skip to content

Commit a58e0a5

Browse files
committed
Fix as comment
1 parent 681270d commit a58e0a5

File tree

1 file changed

+11
-5
lines changed

1 file changed

+11
-5
lines changed

site/content/blog/2025/10/21/starrocks-polaris-intergration.md

Lines changed: 11 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,8 @@ Today’s data-driven enterprises face two chronic ailments:
3333
An open, interoperable architecture is no longer a luxury, it is a survival requirement.
3434

3535
### StarRocks at a Glance: Speed & Simplicity
36+
[StarRocks](https://www.starrocks.io/) is a modern MPP database designed for high-performance analytics and real-time data processing. Key features include:
37+
3638
* MPP, fully-vectorised execution, CBO that thrives on complex multi-table joins.
3739

3840
* Sub-second response on TB-scale data without pre-aggregation.
@@ -78,12 +80,13 @@ An open, interoperable architecture is no longer a luxury, it is a survival requ
7880
### Clone Source Code and Start Polaris
7981

8082
1. Clone source code and checkout to released version
83+
84+
User can get the latest released version from https://github.com/apache/polaris/releases
8185
```bash
82-
# cloning polaris repo
83-
git clone https://github.com/apache/polaris.git
84-
cd polaris
85-
# Recommend using a released stable version
86-
git checkout apache-polaris-1.1.0-incubating
86+
# download the latest released version 1.1.0-incubating
87+
wget https://dlcdn.apache.org/incubator/polaris/1.1.0-incubating/apache-polaris-1.1.0-incubating.tar.gz
88+
tar -xvzf apache-polaris-1.1.0-incubating.tar.gz
89+
cd apache-polaris-1.1.0-incubating
8790
```
8891

8992
2. Build Polaris
@@ -220,6 +223,9 @@ We grant **CATALOG_MANAGE_CONTENT** privilege to the catalog role `test_catalog_
220223

221224
## Configure StarRocks Iceberg Catalog
222225

226+
First, you need to have a StarRocks cluster up and running. Please refer to the [StarRocks Quick Start Guide](https://docs.starrocks.io/docs/quick_start) for instructions on setting up a StarRocks cluster.
227+
Then you can create an external Iceberg catalog in StarRocks that connects to Polaris.
228+
223229
### Create External Catalog
224230
1. Use credentials vending
225231

0 commit comments

Comments
 (0)