kumaab commented on code in PR #1116:
URL: https://github.com/apache/ranger/pull/1116#discussion_r3685542350
##########
dev-support/ranger-docker/docker-compose.ranger-ozone.yml:
##########
@@ -58,10 +58,12 @@ services:
OZONE_PLUGIN_VERSION: ${OZONE_PLUGIN_VERSION}
OZONE_VERSION: ${OZONE_VERSION}
RANGER_KERBEROS_ENABLED: ${KERBEROS_ENABLED}
+ # Jersey 2.x on Ozone's OM classpath needs javax.annotation.Priority
(jar is under share/ozone/lib but omitted from default OM CP).
+ OZONE_MANAGER_CLASSPATH:
/opt/hadoop/ranger-ozone-plugin/lib/libext/*:/opt/hadoop/ranger-ozone-plugin/conf:/opt/hadoop/share/ozone/lib/javax.annotation-api-*.jar
Review Comment:
This env variable is already present in Dockerfile, please see if it can be
removed from here.
Adding @adoroszlai for review.
--
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]