Archives of Support Questions (Read Only)

This is an archived board for historical reference. Information and links may no longer be available or relevant
Announcements
This board is archived and read-only for historical reference. To ask a new question, please post a new topic on the appropriate active board.

Is multi-homing supported for HDFS NN on HDP 2.1.10

avatar
Expert Contributor

Referring to the guidelines at "http://hadoop.apache.org/docs/current/hadoop-project-dist/hadoop-hdfs/HdfsMultihoming.html" , there are properties required to be configured (dfs.namenode.http-bind-host and dfs.namenode.https-bind-host) which got introduced in Hadoop ver. 2.5 (ref. https://issues.apache.org/jira/browse/HDFS-6273)

Since HDP 2.1.10 is based on Hadoop 2.4, does it support configuring multi-homed cluster in such an environment ?

1 ACCEPTED SOLUTION

avatar

The new settings added by HDFS-6273 were back-ported and are available in 2.1.10.

YARN multi-homing support introduced by YARN-1994 was also back-ported and is in 2.1.10.

View solution in original post

2 REPLIES 2

avatar

The new settings added by HDFS-6273 were back-ported and are available in 2.1.10.

YARN multi-homing support introduced by YARN-1994 was also back-ported and is in 2.1.10.

avatar
Expert Contributor

@aagarwal@hortonworks.com Thanks for confirming and the details.