Skip to content

Instantly share code, notes, and snippets.

@mtdeguzis
Created October 11, 2018 12:59
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mtdeguzis/8883c3a2e570c64800bd51554c3d199d to your computer and use it in GitHub Desktop.
Save mtdeguzis/8883c3a2e570c64800bd51554c3d199d to your computer and use it in GitHub Desktop.
1. Stop Kafka.
2. In Custom kafka-broker section in Ambari Configs, click Add Property and create
inter.broker.protocol.version with the following values and click Save.
Key: inter.broker.protocol.version
Value: CURRENT_KAFKA_VERSION
Where CURRENT_KAFKA_VERSION is the version of Kafka you are currently running. For
example, 0.10.1.
3. In Custom kafka-broker section in Ambari Configs, click Add Property and
createlog.message.format.version with the following values and click Save.
Key: log.message.format.version
Value: CURRENT_MESSAGE_FORMAT_VERSION
Hortonworks Data Platform May 17, 2018
43
Where CURRENT_MESSAGE_FORMAT_VERSION is the version of the message format
you are currently using. For example, 0.10.1.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment