Member since
02-05-2018
2
Posts
1
Kudos Received
0
Solutions
02-08-2018
09:36 AM
Hello, I created a new topic "test-5" with the kafka user and I published messages using alice user. I have the same Error. errorkafka.png The output of "bin/kafka-topics.sh --describe --zookeeper hdp-kafka:2181 --topic test-5" is : describe-topic.png
... View more
02-05-2018
03:00 PM
1 Kudo
Kafka HDP version:
0.10.1 I
configured an authentication SASL/PLAINTEXT with Kafka. Then, I
enable authorization Kafka with Ranger by adding property "authorizer.class.name=org.apache.ranger.authorization.kafka.authorizer.RangerKafkaAuthorizer"
in Custom kafka-broker After, I
create Ranger policies for Kafka authorization: producersrangerpolicy.png So, I tried
to execute publish/consume commands on Kafka and I obtain this error “UNKNOWN_TOPIC_OR_PARTITION”.
kafkaproducercli.png When I look
into “Audit” Access on Ranger, I don’t understand why it did not show “publish”
Access Type. auditranger.png Please, can you help me ?
... View more
Labels:
- Labels:
-
Apache Kafka
-
Apache Ranger