Arguments used when enabling HDFS automatic failover.
name | data type | description |
---|---|---|
nameservice | string | Nameservice for which to enable automatic failover. |
zooKeeperService | ApiServiceRef | The ZooKeeper service to use. |
activeFCName | string | Name of the failover controller to create for the active NameNode. |
standByFCName | string | Name of the failover controller to create for the stand-by NameNode. |
Example
{ "nameservice" : "...", "zooKeeperService" : { "peerName" : "...", "clusterName" : "...", "serviceName" : "...", "serviceDisplayName" : "...", "serviceType" : "..." }, "activeFCName" : "...", "standByFCName" : "..." }