Last change
on this file since 141 was
141,
checked in by jazz, 15 years ago
|
新增 HBase 安裝/啟動/停止 script
|
-
Property svn:executable set to
*
|
File size:
299 bytes
|
Line | |
---|
1 | #!/bin/bash |
---|
2 | /opt/hbase/bin/hbase-daemon.sh start zookeeper |
---|
3 | /opt/hbase/bin/hbase-daemon.sh start master |
---|
4 | /opt/hbase/bin/hbase-daemon.sh start regionserver |
---|
5 | echo "==========================================" |
---|
6 | echo "run 'stop-hbase' to stop hbase daemons." |
---|
7 | echo "==========================================" |
---|
Note: See
TracBrowser
for help on using the repository browser.