Support Questions

Find answers, ask questions, and share your expertise
Announcements
Celebrating as our community reaches 100,000 members! Thank you!

Different OS version in Hadoop Cluster

avatar
New Contributor

Hi All,

 

Would like to clarify if having two different OS version for hadoop cluster is an issue.

Eg. Edgenode (stay on lower OS version) vs Datanode + Masternode(Higher version). This is due to the customised application in the edge node forcing us not able to upgrade the edgenode OS version.

 

Would appreciate some feedback from the experts here.

1 REPLY 1

avatar
Contributor

Hadoop hosts with different OS version is not recommended because higher OS version might come up with higher JAVA version hence that can cause inconsistencies. Due to this either you can see either performance improvement or performance degradation on both java and OS level. Because all hadoop processes are isolated in JVM env. 
But still we can run a cluster with different OS versions but make sure the OS is supported.
https://docs.cloudera.com/documentation/enterprise/6/release-notes/topics/rg_os_requirements.html#os...

 

Make sure to mark the answer as the accepted solution. If it resolves your issue !