jerryshao commented on code in PR #4070:
URL: https://github.com/apache/gravitino/pull/4070#discussion_r1665170182
##########
dev/docker/ranger/ranger-dependency.sh:
##########
@@ -24,7 +24,7 @@ ranger_dir="$(cd "${ranger_dir}">/dev/null; pwd)"
# Environment variables definition
RANGER_VERSION=2.4.0
RANGER_PACKAGE_NAME="ranger-${RANGER_VERSION}-admin.tar.gz" # Must export this
variable for Dockerfile
-RANGER_DOWNLOAD_URL=https://github.com/datastrato/apache-ranger/releases/download/release-ranger-${RANGER_VERSION}/ranger-${RANGER_VERSION}-admin.tar.gz
+RANGER_DOWNLOAD_URL=https://github.com/apache/apache-ranger/releases/download/release-ranger-${RANGER_VERSION}/ranger-${RANGER_VERSION}-admin.tar.gz
Review Comment:
@xunliu can you please confirm that it is a correct change?
--
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]