Skip to content

Commit a10588c

Browse files
committed
update credentials
1 parent 84cf62a commit a10588c

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

site/content/blog/2025/10/02/puppygraph-polaris-integration.md

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -104,11 +104,6 @@ cd polaris
104104
./gradlew run
105105
```
106106

107-
The Apache Polaris server will start. Please note the credentials for the Apache Polaris server's output. The credentials are required to connect to the Apache Polaris server later. The line contains the credentials will look like this:
108-
```shell
109-
realm: default-realm root principal credentials: f6973789e5270e5d:dce8e8e53d8f770eb9804f22de923645
110-
```
111-
112107
Then use the provided spark shell to create a data catalog and prepare data. Start a different shell and run the following command in the polaris directory:
113108
```shell
114109
./regtests/run_spark_sql.sh
@@ -170,7 +165,7 @@ Next, we must connect to our data source to run graph queries against it. Users
170165
"type": "rest",
171166
"uri": "http://172.17.0.1:8181/api/catalog",
172167
"warehouse": "manual_spark",
173-
"credential": "<CHANGE_IT_TO_REAL_CREDENTIAL>f6973789e5270e5d:dce8e8e53d8f770eb9804f22de923645",
168+
"credential": "root:s3cr3t",
174169
"scope": "PRINCIPAL_ROLE:ALL"
175170
}
176171
}

0 commit comments

Comments
 (0)