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.

Who agreed with this solution

avatar
Expert Contributor
Hi Owen,

Thanks for trying out Director.

Have you read the README.md co-located with the conf file you linked?
https://github.com/cloudera/director-scripts/tree/master/high-availability/README.md
This git repo provides scripts (written in python or groovy) that you can
use to enable HA for HDFS on a newly created cluster. The scripts,
https://github.com/cloudera/director-scripts/blob/master/high-availability/python/enable-hdfs-ha.py
or
https://github.com/cloudera/director-scripts/blob/master/high-availability/groovy/enableHdfsHa.groov...
allow you to specify the nameservice on the command line.

Director 1.5 and Cloudera Manager 5.4 do not support pre-configuring HDFS
for HA at cluster creation time. The provided scripts will invoke a command
on Cloudera Manager to enable HA for an existing HDFS service. Director
will not have any knowledge about the role changes that result from these
scripts, but could still be used for growing and shrinking worker nodes.
Full HA support at cluster creation time is being worked on for a future
release of Director.

David

View solution in original post

Who agreed with this solution