Options
- Subscribe to RSS Feed
- Mark Question as New
- Mark Question as Read
- Float this Question for Current User
- Bookmark
- Subscribe
- Mute
- Printer Friendly Page
Solved
Go to solution
Unable to change Kafka property num.network.threads from default 3.
Labels:
- Labels:
-
Apache Kafka
-
Cloudera Manager
Explorer
Created on ‎08-15-2016 08:52 AM - edited ‎09-16-2022 03:34 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
We use Cloudera Enterprise 5.7.1 and Cloudera Manager 5.8.
I am trying to increase the Kafka's num.network.threads property value from 3 to 8. But I am unable to find it in Cloudera Manager Configuration page for Kafka.
Any pointers on how to change this value ?
Thanks,
Vivek
1 ACCEPTED SOLUTION
Mentor
Created ‎08-15-2016 08:55 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Assuming you want to set this on Brokers, you may append it in the syntax shown below into the UI field of CM -> Kafka -> Configuration -> "Kafka Broker Advanced Configuration Snippet (Safety Valve) for kafka.properties":
num.network.threads=8
For understanding these fields better, please read our Custom Configuration CM feature documentation at http://www.cloudera.com/documentation/enterprise/latest/topics/cm_mc_config_snippet.html
num.network.threads=8
For understanding these fields better, please read our Custom Configuration CM feature documentation at http://www.cloudera.com/documentation/enterprise/latest/topics/cm_mc_config_snippet.html
2 REPLIES 2
Mentor
Created ‎08-15-2016 08:55 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Assuming you want to set this on Brokers, you may append it in the syntax shown below into the UI field of CM -> Kafka -> Configuration -> "Kafka Broker Advanced Configuration Snippet (Safety Valve) for kafka.properties":
num.network.threads=8
For understanding these fields better, please read our Custom Configuration CM feature documentation at http://www.cloudera.com/documentation/enterprise/latest/topics/cm_mc_config_snippet.html
num.network.threads=8
For understanding these fields better, please read our Custom Configuration CM feature documentation at http://www.cloudera.com/documentation/enterprise/latest/topics/cm_mc_config_snippet.html
Explorer
Created ‎08-15-2016 09:15 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Thank you for a quick response. I will make the change and post if I have any issues.
Thanks,
Vivek
Thanks,
Vivek
