-
Notifications
You must be signed in to change notification settings - Fork 290
feat(docs): Add Getting Stated guide for MinIO #2227
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Nice addition, although I'm wondering: wouldn't it be better to create a docker-compose getting-started example in the directory below? |
A docker-compose file would be nice, but I wanted to have a prominent doc for people building something from scratch. I've seen a few messages where the catalog creation step appeared to be confusing to users. |
bac4cee
to
0d6a451
Compare
The compose script will start MinIO on default ports (API on 9000, UI on 9001) | ||
plus a Polaris Server pre-configured to that MinIO instance. | ||
|
||
In this example the `root` Polaris uses the password set to `s3cr3t`. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
In this example the `root` Polaris uses the password set to `s3cr3t`. | |
In this example the `root` principal uses the password set to `s3cr3t`. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
nice catch - fixed (with a different text)
|
||
realm=${1:-"POLARIS"} | ||
|
||
TOKEN=$(curl -s http://polaris:8181/api/catalog/v1/oauth/tokens \ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Shouldn't we modify create-catalog.sh
to call this script? Right now the token fetch logic is duplicated.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
refactored. PTAL
A simple page of step-by-step instructions for setting up a local environment with Polaris, MinIO and Spark. Closes apache#1530
A simple page of step-by-step instructions for setting up a local environment with Polaris, MinIO and Spark.
Closes #1530