1、Hadoop
[root@node1 hadoop]$ sbin/start-dfs.sh
[root@node1 hadoop]$ sbin/start-yarn.sh
[root@node1 hadoop]$ sbin/mr-jobhistory-daemon.sh start historyserver
[root@node1 hadoop]$ sbin/httpfs.sh start
[root@node1 hadoop]$ sbin/httpfs.sh stop
2、Hive
[root@node1 hive]$ bin/hive --service metastore
[root@node1 hive]$ bin/hive --service hiveserver2
3、HBase
[root@node1 hbase]$ bin/start-hbase.sh
[root@node1 hbase]$ bin/stop-hbase.sh
[root@node1 hbase]$ bin/hbase-daemon.sh start thrift
[root@node1 hbase]$ bin/hbase-daemon.sh stop thrift
4、Oozie
[root@node1 oozie]$ bin/oozied.sh start
5、Zookeeper
[root@node1 zookeeper]$ bin/zkServer.sh start
6、Mysql
[root@node1 zookeeper]$ systemctl start mysqld
7、Spark
[root@node1 spark]$ sbin/start-all.sh
[root@node1 spark]$ sbin/stop-all.sh
[root@node1 spark]$ sbin/start-history-server.sh
[root@node1 spark]$ sbin/stop-history-server.sh
[root@node1 spark]$ sbin/start-thriftserver.sh --master spark://hadoop102:7077 --deploy-mode client
[root@node1 spark]$ sbin/stop-thriftserver.sh --master spark://hadoop102:7077 --deploy-mode client