Member since
12-08-2016
88
Posts
1
Kudos Received
1
Solution
My Accepted Solutions
Title | Views | Posted |
---|---|---|
3960 | 12-10-2016 03:00 AM |
05-11-2017
10:07 AM
Hi, I want to configure kafka authentication with ssl, and I do not want to use kerberos, but I do not know how to do it. Can someone tell me how you do it?
... View more
Labels:
- Labels:
-
Apache Kafka
03-31-2017
06:28 AM
Hi, does it mean that ranger kafka plugin can not define policy among users, and only among hosts?
... View more
03-30-2017
10:17 AM
# bin/kafka-acls.sh --list --topic test5
After executing the command, there is no acls for topic test5.
... View more
03-30-2017
09:33 AM
After enable ranger kafka plugin, execute command "/usr/hdp/current/kafka-broker/bin/kafka-console-producer.sh --broker-list bigdata001:6667 --topic test5", but when I input content to send message, the result returns as follows: [2017-03-30 17:06:45,507] WARN Error while fetching metadata with correlation id 0 : {test5=TOPIC_AUTHORIZATION_FAILED} (org.apache.kafka.clients.NetworkClient)
[2017-03-30 17:06:45,507] ERROR Error when sending message to topic test5 with key: null, value: 7 bytes with error: (org.apache.kafka.clients.producer.internals.ErrorLoggingCallback)
org.apache.kafka.common.errors.TopicAuthorizationException: Not authorized to access topics: [test5]
[2017-03-30 17:11:45,563] WARN Error while fetching metadata with correlation id 1 : {test5=TOPIC_AUTHORIZATION_FAILED} (org.apache.kafka.clients.NetworkClient
... View more
Labels:
- Labels:
-
Apache Kafka
01-23-2017
10:10 AM
Yes, I run the command success before, but it is not right when I run the command after I install LDAP. Thank you, I will retry a minute.
... View more
01-23-2017
09:53 AM
Kerberos 1.15. I install it with repo of CentOS 7.
... View more
01-23-2017
09:10 AM
My operation is: [root@bigdata013 centos]# kinit -kt /etc/security/keytabs/hdfs.headless.keytab hdfs-bigdata@ISTUARY.COM
[root@bigdata013 centos]# kinit hdfs-bigdata@ISTUARY.COM
Password for hdfs-bigdata@ISTUARY.COM:
kinit: Password incorrect while getting initial credentials
... View more