Member since
09-23-2015
8
Posts
5
Kudos Received
5
Solutions
My Accepted Solutions
Title | Views | Posted |
---|---|---|
2941 | 02-11-2016 08:16 PM | |
859 | 01-11-2016 09:22 PM | |
1445 | 12-15-2015 06:55 PM | |
1156 | 11-06-2015 12:33 AM | |
1151 | 09-29-2015 10:11 PM |
03-16-2017
06:18 PM
I am having similar issue We have non Kerberiozed Hadoop Kafka environment . I am
testing integrating Ranger Kafak to secure the environment. HDP Version: HDP-2.3.4.0-3485 This is what I did. -- Enables Kafka plugin in Ranger. -- Restarted Ranger -- Create following policies in Ranger ( see the image ) ( Important : Added group
Public left policy condition blank ) -- Logged in to
server 21 to Produce and consume message's -- I was able to produce and consume messages from any
server . What we want is to secure our Kafka environment through
ranger by ip address. I understand that the identity of client user over a
non-secure channel is not possible. I followed the following article to secure or Kafka environment. https://cwiki.apache.org/confluence/display/RANGER/Kafka+Plugin#KafkaPlugin-WhydowehavetospecifypublicusergrouponallpoliciesitemscreatedforauthorizingKafkaaccessovernon-securechannel Please let me know what I am missing.
... View more
02-03-2016
04:57 PM
Out of the box Rabbitmq can support a single delivery of a message (Exactly Once), it really depends on how the RabbitMQ routing topology has been created. For instance, if you have a single exchange and (direct) queue then it's impossible for another queue to receive the message. Instead merging streams, you may want to use RabbitMQ to do this, of course it depends on your RabbitMQ topology once again.
... View more