apiHdfsHaArguments
Arguments used for HDFS HA commands.
JSON
property | type | description |
---|---|---|
activeName | activeName (string) | Name of the active NameNode. |
activeSharedEditsPath | activeSharedEditsPath (string) | Path to the shared edits directory on the active NameNode's host. |
standByName | standByName (string) | Name of the stand-by Namenode. |
standBySharedEditsPath | standBySharedEditsPath (string) | Path to the shared edits directory on the stand-by NameNode's host. |
nameservice | nameservice (string) | Nameservice that identifies the HA pair. |
startDependentServices | startDependentServices (boolean) | Whether to re-start dependent services. Defaults to true. |
deployClientConfigs | deployClientConfigs (boolean) | Whether to re-deploy client configurations. Defaults to true. |