Component | Service | Restart Mode | Description | Remarks |
HDFS | NameNode | Quick restart mode | It can be restarted by running hadoop-daemon.sh stop | start namenode. | - |
| NameNode | Safe restart mode | For an HA cluster, run `saveNameSpace` on the standby NameNode.Then, restart the component by running hadoop-daemon.sh stop | start namenode. For a non-HA cluster, the quick restart mode is used. | Only rolling restart is supported. |
| DataNode | Default restart mode | It can be restarted by running hadoop-daemon.sh stop | start datanode. | - |
| JournalNode | Default restart mode | It can be restarted by running hadoop-daemon.sh stop | start journalnode. | - |
| zkfc | Default restart mode | It can be restarted by running hadoop-daemon.sh stop | start zkfc. | - |
YARN | ResourceManager | Default restart mode | It can be restarted by running sbin/yarn-daemon.sh stop | start resourcemanager. | Only rolling restart is supported. |
| NodeManager | Default restart mode | It can be restarted by running sbin/yarn-daemon.sh stop | start nodemanager. | - |
| JobHisotryServer | Default restart mode | It can be restarted by running sbin/yarn-daemon.sh stop| start historyserver. | - |
| TimeLineServer | Default restart mode | It can be restarted by running sbin/yarn-daemon.sh stop | start timelineserver. | - |
HBase | HbaseThrift | Default restart mode | It can be restarted by running hbase-daemon.sh stop | start thrift. | - |
| HMaster | Default restart mode | It can be restarted by running hbase-daemon.sh stop | start master. | - |
| HRegionServer | Quick restart mode | It can be restarted by running hbase-daemon.sh stop | start regionserver. | - |
| HRegionServer | Safe restart mode | It can be restarted by running graceful_stop.sh --restart --reload. | - |
Hive | HiveMetaStore | Default restart mode | It can be restarted by running hcat_server.sh stop | strat. | - |
| HiveServer2 | Default restart mode | It can be restarted by running hive-daemon.sh stop-h2 | start-h2. | - |
| HiveWebHcat | Default restart mode | It can be restarted by running webhcat_server.sh stop | start. | - |
Presto | PrestoCoordinator | Default restart mode | It can be restarted by running bin/launcher stop | start. | Only rolling restart is supported. |
| PrestoWorker | Default restart mode | It can be restarted by running bin/launcher stop | start. | - |
ZooKeeper | QuorumPeerMain | Default restart mode | It can be restarted by running bin/zkServer.sh stop | start. | - |
Spark | SparkJobHistoryServer | Default restart mode | It can be restarted by running sbin/stop-history-server.sh | sbin/start-history-server.sh. | - |
Hue | Hue | Default restart mode | It can be restarted by running build/env/bin/start.sh and build/env/bin/stop.sh. | - |
Oozie | Oozie | Default restart mode | It can be restarted by running oozied.sh stop | start. | - |
Storm | Nimbus | Default restart mode | It can be restarted by running bin/storm-daemon.sh nimbus stop | start. | - |
| Supervisor | Default restart mode | It can be restarted by running bin/storm-daemon.sh supervisor stop | start. | - |
| LogViewer | Default restart mode | It can be restarted by running bin/storm-daemon.sh nimbus stop | start. | - |
| UI | Default restart mode | It can be restarted by running bin/storm-daemon.sh nimbus stop | start. | - |
Ranger | Ranger | Default restart mode | It can be restarted by running sbin/ranger-daemon.sh stop | start. | - |
Alluxio | AlluxioMaster | Default restart mode | It can be restarted by running bin/alluxio-stop.sh master and bin/alluxio-start.sh master. | - |
| AlluxioWorker | Default restart mode | It can be restarted by running bin/alluxio-stop.sh worker and bin/alluxio-start.sh worker. | - |
Ganglia | Httpd | Default restart mode | It can be restarted by running /sbin/service http stop | start. | - |
| Gmetad | Default restart mode | It can be restarted by running /sbin/service gmetad stop | start. | - |
| Gmond | Default restart mode | It can be restarted by running /sbin/service gmon stop | start. | - |
Was this page helpful?