xunliu commented on code in PR #4070:
URL: https://github.com/apache/gravitino/pull/4070#discussion_r1665339218
##########
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:
> That change is probably incorrect, but we may need to change how we obtain
apache ranger. Why are we not getting it from teh ASF repo?
Apache Ranger didn't provide a release download,
https://github.com/apache/ranger/releases.
So we compiled it myself and uploaded it to the datastrato/apache-ranger
repository.
--
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]