Our Community is getting an upgrade! To get everything ready for the relaunch, we’ll be placing the site in read-only mode starting September 21st.
We really appreciate your understanding while we get things set up behind the scenes. Catch up on all the exciting details about the move here.
Need help or have questions? Drop us a line at [email protected]

Support Questions

Find answers, ask questions, and share your expertise
Announcements
Share your experience with Cloudera on G2 and get a $25 Amazon Gift card.
Hi, I'm CLEO! Something exciting is coming to the Community. Stay Tuned!

Datanode Balancer bandwidth configuration

avatar
Super Collaborator

Hello,

Trying to configure Datanode balancer network bandwidth to 4 GB since we have a good 25 GBPS network dedicated to the cluster. However, when set via Cloudera Manager, I get an alert stating max allowed in 1 GB.

Is it something hard coded and cannot be increased beyond 1 GB via CM? OR there is a different way to do that?

 

snm1523_0-1729505903260.png

Thanks
snm1523

1 ACCEPTED SOLUTION

avatar
Master Collaborator

Hi @snm1523 

It is a CM restriction to change the dfs.datanode.balance.bandwidthPerSec more than 1 GB but can be achieved from CLI

Example -

nohup hdfs balancer  -Ddfs.datanode.balance.bandwidthPerSec=4294967296 > /tmp/balance_log.out &

View solution in original post

2 REPLIES 2

avatar
Master Collaborator

Hi @snm1523 

It is a CM restriction to change the dfs.datanode.balance.bandwidthPerSec more than 1 GB but can be achieved from CLI

Example -

nohup hdfs balancer  -Ddfs.datanode.balance.bandwidthPerSec=4294967296 > /tmp/balance_log.out &

avatar
Super Collaborator

Thank you for the help, Shubham.

Thanks
Snm1523