apache / gravitino-playground

A playground to experience Gravitino
Apache License 2.0
31 stars 31 forks source link

fix(init/spark): fix wrong maven repo id #71

Closed unknowntpo closed 2 months ago

unknowntpo commented 2 months ago

In init/spark/init.sh, the repo id of gravitino-spark-connector is wrong, so when we access wrong url:

https://repository.apache.org/content/repositories/orgapachegravitino-1090/org/apache/g[%E2%80%A6]tino-spark-connector-runtime-3.4_2.12-0.6.0-incubating.jar

we got:

Repository with ID="orgapachegravitino-1090" not found

This is the correct url suggested by @xunliu

https://repository.apache.org/content/repositories/orgapachegravitino-1109/org/apache/gravitino/gravitino-spark-connector-runtime-3.4_2.12/0.6.0-incubating/gravitino-spark-connector-runtime-3.4_2.12-0.6.0-incubating.jar
jerryshao commented 2 months ago

Hi @unknowntpo thanks for your fix. The link above is just the staging repo, not the permanent link, we have already fixed the link. I'm going to close this PR, thanks.

unknowntpo commented 2 months ago

Hi @unknowntpo thanks for your fix. The link above is just the staging repo, not the permanent link, we have already fixed the link. I'm going to close this PR, thanks.

Okay, thank you.