Member since
01-14-2016
23
Posts
16
Kudos Received
1
Solution
My Accepted Solutions
Title | Views | Posted |
---|---|---|
12009 | 02-15-2016 03:54 AM |
02-01-2016
04:31 PM
@Artem Ervits yes I turned off the global policy for Kafka, but it did not work.
... View more
02-01-2016
04:30 PM
very thanks for @Neeraj Sabharwal `s response in advance, 1. I have a little confused about how to setting the ip address ranger, am I suppose to specify namenode host ip? 2. What about earlier version of HDP like 2.3.0?
... View more
02-01-2016
09:18 AM
1 Kudo
Executing consume/publish steps: Step1: connect to kafka-broker server step2: changer user
$ su kafka step3: go to bin folder
$ cd /usr/hdp/2.3.0.0-2557/kafka/bin step4: create a topic
$ ./kafka-topics.sh --create --zookeeper {hostname}:2181 --replication-factor 1 --partitions 1 --topic test step5: execute publish message
$ ./kafka-console-producer.sh --broker-list {hostname}:6667--topic test This is a test message
//it should be denied right? step6: execute consume message
$ ./kafka-console-consumer.sh --zookeeper {hostname}:2181 --topic test --from-beginning //it also should be denied?
... View more
02-01-2016
09:18 AM
1 Kudo
BTW, the following steps are how I enabled ranger for kafka and executed Publish/Consume actions: 1. In kafka Configs > Advanced ranger-kafka-aduit > enable "Audit to DB" and changed value of "xasecure.audit.destination.hdfs.dir" to "hdfs://140.92.XX.XX:8020/ranger/audit" 2. Configs > Advanced ranger-kafka-plugin-properties > enable "Enable Ranger for KAFKA" 3. save changes and restart KAFKA 4. go to Ranger admin UI and I saw the repository of kafka has been created automatically
... View more
02-01-2016
09:09 AM
1 Kudo
Hi @Neeraj Sabharwal, I still can not deny Publish and Consume actions,my policy setting as below: my environment is not a kerberized cluster and also I did not observe any records in Access of Audit,any suggestion? thanks.
... View more
01-31-2016
02:29 PM
1 Kudo
Is it correct that the kafka and ranger must be in the kerberized cluster environment?
... View more
01-19-2016
04:11 AM
1 Kudo
I found in "ambari-web/app/models/stack_service.js" that we could comment out the "doNotShowAndInstall" function in order to show up Ranger or Ranger KMS in first installation.
... View more
01-18-2016
01:36 AM
1 Kudo
It`s supposes to be "org.apache.ranger.authorization.kafka.authorizer.RangerKafkaAuthorizer" right?
... View more
- « Previous
-
- 1
- 2
- Next »