-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/74097/
-----------------------------------------------------------
Review request for ranger, Abhishek Kumar, Yubo Li, and Madhan Neethiraj.
Bugs: RANGER-3858
https://issues.apache.org/jira/browse/RANGER-3858
Repository: ranger
Description
-------
There are 2 bugs in dev-support.
1. create-ranger-services.py
"service_not_exists" returns 0 even though there is no service.
2. ranger-kafka-setup.sh
"authorizer.class.name=org.apache.ranger.authorization.kafka.authorizer.RangerKafkaAuthorizer"
should be appended after a newline.
If not, kafka fails to start with wrong configuration.
Diffs
-----
dev-support/ranger-docker/scripts/create-ranger-services.py 7ce541d66
dev-support/ranger-docker/scripts/ranger-kafka-setup.sh c6edce6b9
Diff: https://reviews.apache.org/r/74097/diff/1/
Testing
-------
Created a docker images and created and ran containers. Verified that services
are created correctly in the Ranger-admin.
Thanks,
Abhay Kulkarni