Changeset 232 for hadoop4win-setup/my_packages/hbase/bin/start-hbase
- Timestamp:
- Dec 22, 2010, 12:43:15 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
hadoop4win-setup/my_packages/hbase/bin/start-hbase
r141 r232 1 1 #!/bin/bash 2 cygstart --showminnoactive /bin/bash -c /bin/start-hbase-daemon 3 for ((i=1;i<=10;i++)); do sleep 1; printf "."; done 4 printf "\n" 5 jps 2 if [ -z "$(jps | grep NameNode)" ]; then /bin/start-hadoop; fi 3 if [ -z "$(jps | grep HRegionServer)" ]; then 4 cygstart --showminnoactive /bin/bash -c /bin/start-hbase-daemon 5 for ((i=1;i<=10;i++)); do sleep 1; printf "."; done 6 printf "\n" 7 jps 8 else 9 echo "HBase had already started!!" 10 jps 11 fi 12 13 echo "============================================" 14 echo " run 'cd ~; hbase shell hbase-test' to test " 15 echo " hbase services. " 16 echo "============================================"
Note: See TracChangeset
for help on using the changeset viewer.