hadoop的ha机制状态管理

版权声明:test https://blog.csdn.net/weixin_37275456/article/details/84026261

初始命令

$ hdfs haadmin

Usage: DFSHAAdmin [-ns <nameserviceId>]
    [-transitionToActive <serviceId> [--forceactive]]
    [-transitionToStandby <serviceId>]
    [-failover [--forcefence] [--forceactive] <serviceId> <serviceId>]
    [-getServiceState <serviceId>]
    [-checkHealth <serviceId>]
    [-help <command>]

Generic options supported are
-conf <configuration file>     specify an application configuration file
-D <property=value>            use value for given property
-fs <local|namenode:port>      specify a namenode
-jt <local|resourcemanager:port>    specify a ResourceManager
-files <comma separated list of files>    specify comma separated files to be copied to the map reduce cluster
-libjars <comma separated list of jars>    specify comma separated jar files to include in the classpath.
-archives <comma separated list of archives>    specify comma separated archives to be unarchived on the compute machines.

The general command line syntax is
bin/hadoop command [genericOptions] [commandOptions]

手动切换namenode状态

hdfs haadmin -transitionToActive nn1 --forceactive
hdfs haadmin -transitionToStandby nn1 --forceactive

猜你喜欢

转载自blog.csdn.net/weixin_37275456/article/details/84026261
今日推荐