Fawad Shah
Fawad Shah

Reputation: 1774

Hortonworks HDP How to set up a Kerberos enabled Kafka

I have recently downloaded Hortonworks HDP VM. I am able to run Kafka on it. I can produce/consume messages through security-protocol=PLAINTEXT.

However, I now want to consume through security-protocol=SASL_PLAINTEXT and Kerberos.

I know that I can setup, SASL_PLAINTEXT through Ambari (Screenshot attached) but I would like to know if there is a consolidated guide or article on this which would let me know of the following?

My HDP Sandbox version details are:

== Sandbox Information ==
Platform: hdp-security
Build date: 06-18-2018
Ambari version: 2.6.2.0-155
Hadoop version: Hadoop 2.7.3.2.6.5.0-292
OS: CentOS Linux release 7.5.1804 (Core)
====

Screenshot for KAFKA SASL_PLAINTEXT setup through AMBARI is given below:

KAFKA SASL_PLAINTEXT setup through AMBARI

Upvotes: 1

Views: 316

Answers (1)

Milan Das
Milan Das

Reputation: 21

First you need to install Kerberos You can follow the instrucion https://github.com/dmilan77/Kerberos/blob/master/Kerbersos_install.md Once Installed you can use HDP Kerberos wizart to install it.

Upvotes: 0

Related Questions