unknowntpo opened a new pull request, #71: URL: https://github.com/apache/gravitino-playground/pull/71
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 ``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
