Closed kevinjqliu closed 3 weeks ago
I want to make sure this is something we want to do before proceeding to add more to the PR
cc @collado-mike / @flyrain
Make sense to me. Thanks @kevinjqliu! Do we have any doc for its usage? We may add doc if not.
@flyrain yep i'll have a README in here, similar to the trino one
Sounds good. We will need these doc to be in the Polaris doc site, like this https://polaris.apache.org/docs/overview/. I couldn't find Trino's doc there, this may involve doc publish and link. cc @jbonofre
I see, this is the README for trino. I'll add a similar README for spark.
As a follow-up, we can change the Polaris doc to refer to these guides https://polaris.apache.org/docs/quickstart
This looks good to me. We should change the name of the compose file to just docker-compose.yml
so we don't have to specify the filename in the command line :)
@collado-mike makes sense, will do.
I have a question on slack about unable to assume the role arn:aws:iam::631484165566:role/datalake-storage-integration-role
in the notebook, do you mind taking a look?
r? @flyrain @RussellSpitzer @collado-mike
Also opened #319 to update the Polaris doc site once this is merged.
md check intermittently shows https://redocly.com/docs/cli/installation
as 400 error, weird
md check intermittently shows https://redocly.com/docs/cli/installation as 400 error, weird
It's OK to remove the link for now since we’re transitioning to Hugo.
@flyrain just had to run the CI a few times, it's unrelated to this change
Thanks for the review @flyrain, addressed your comments
We cannot merge any PR until #374 is merged.
Thanks for the heads up, I'll rebase once that PR's merged
@flyrain took your advice, moved getting-started/spark/create-polaris-catalog.sh
logic into the jupyter notebook.
Also rebased off latest main. I think this PR is good to go. Please take a look!
Thanks a lot for working on it, @kevinjqliu! Thanks all for the review.
Description
This PR moves the
docker-compose-jupyter.yml
file (and thenotebooks/
directory), formerly in the top-level directory, into thegetting-started/spark/
folder.The purpose is to unify the "getting started" guides into the same directory.
Fixes #110
Type of change
Please delete options that are not relevant.
How Has This Been Tested?
Open the
SparkPolaris.ipynb
Jupyter notebook Grab theroot principal credentials
from the Polaris service and replace in the notebook cell. Run all cells in notebookChecklist:
Please delete options that are not relevant.