[
https://issues.apache.org/jira/browse/RANGER-1847?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16212233#comment-16212233
]
Ronald van de Kuil commented on RANGER-1847:
--------------------------------------------
[2017-10-14 13:16:51,911] INFO Calling plugin.init()
(org.apache.ranger.authorization.kafka.authorizer.RangerKafkaAuthorizer)
[2017-10-14 13:16:51,911] ERROR addResourceIfReadable(ranger-kafka-audit.xml):
couldn't find resource file location
(org.apache.ranger.authorization.hadoop.config.RangerConfiguration)
[2017-10-14 13:16:51,914] ERROR
addResourceIfReadable(ranger-kafka-security.xml): couldn't find resource file
location (org.apache.ranger.authorization.hadoop.config.RangerConfiguration)
Well, they are present:
ronald@ronald-VirtualBox:/usr/local/kafka/config$ ls -lrt
total 96
-rw-r--r-- 1 root root 1023 aug 4 2016 zookeeper.properties.old
-rw-r--r-- 1 root root 1032 aug 4 2016 tools-log4j.properties
-rw-r--r-- 1 root root 1900 aug 4 2016 producer.properties
-rw-r--r-- 1 root root 4369 aug 4 2016 log4j.properties
-rw-r--r-- 1 root root 1199 aug 4 2016 consumer.properties
-rw-r--r-- 1 root root 2061 aug 4 2016 connect-standalone.properties
-rw-r--r-- 1 root root 1074 aug 4 2016 connect-log4j.properties
-rw-r--r-- 1 root root 881 aug 4 2016 connect-file-source.properties
-rw-r--r-- 1 root root 883 aug 4 2016 connect-file-sink.properties
-rw-r--r-- 1 root root 2760 aug 4 2016 connect-distributed.properties
-rw-r--r-- 1 root root 909 aug 4 2016 connect-console-source.properties
-rw-r--r-- 1 root root 906 aug 4 2016 connect-console-sink.properties
-rw-r--r-- 1 root root 5243 aug 4 2016 server.properties.old
-rw-r--r-- 1 kafka hadoop 69 okt 14 12:19 ranger-security.xml
-rwxr--r-- 1 kafka hadoop 9642 okt 14 12:19 ranger-kafka-audit.xml
-rwxr--r-- 1 kafka hadoop 2928 okt 14 12:19 ranger-kafka-security.xml
-rwxr--r-- 1 kafka hadoop 2272 okt 14 12:19 ranger-policymgr-ssl.xml
-rw-r--r-- 1 root root 1270 okt 14 12:43 zookeeper.properties
-rw-r--r-- 1 root root 6020 okt 14 13:03 server.properties
> Ranger Kafka Plugin sasl.enabled.mechanisms=PLAIN
> -------------------------------------------------
>
> Key: RANGER-1847
> URL: https://issues.apache.org/jira/browse/RANGER-1847
> Project: Ranger
> Issue Type: Test
> Components: plugins
> Affects Versions: 0.6.3, 0.7.1
> Environment: ubuntu stand-alone hobby environment
> Reporter: Ronald van de Kuil
> Priority: Minor
>
> I am such a NOOB hobby-ing away. And I like it. ;)
> I figured I would give it a try to setup Kafka to use the
> sasl.enabled.mechanisms of type PLAIN with ranger to do the authorisation and
> the auditing (instead of GSSAPI).
> I got it to work pretty far. KafkaServer gets into state SaslAuthenticated
> with Zookeeper.
> Next it loads the ranger kafka plugin. Then the RangerKafkaAuthorizer
> complains about Kerberos.
> I am not sure how to classify this issue.
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)