source: hadoop4win-setup/my_packages/hbase/bin/start-hbase-daemon @ 187

Last change on this file since 187 was 142, checked in by jazz, 14 years ago

fine tune output messages of hbase-init

  • Property svn:executable set to *
File size: 302 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
5echo "=========================================="
6echo "run 'stop-hbase' to stop hbase daemons.   "
7echo "=========================================="
Note: See TracBrowser for help on using the repository browser.