Changeset 142
- Timestamp:
- Feb 4, 2010, 5:50:41 PM (15 years ago)
- Location:
- hadoop4win-setup/my_packages
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
hadoop4win-setup/my_packages/hadoop/bin/start-hadoop-daemon
r140 r142 5 5 /opt/hadoop/bin/hadoop-daemon.sh start tasktracker 6 6 echo "==========================================" 7 echo "run 'stop-hadoop' to stop hadoop daemons. "7 echo "run 'stop-hadoop' to stop hadoop daemons. " 8 8 echo "==========================================" -
hadoop4win-setup/my_packages/hbase/bin/hbase-init
r141 r142 50 50 exit 51 51 EOF 52 53 clear 54 echo "==========================================" 55 echo " !! NOTE !! " 56 echo " please 'source /etc/profile' to update " 57 echo " current \$PATH environment variables or " 58 echo " login again to update \$PATH variables. " 59 echo " . " 60 echo " run 'start-hbase' to start hbase daemons." 61 echo " run 'stop-hbase' to stop hbase daemons. " 62 echo " run 'hbase shell ~/hbase-test' to test " 63 echo " hbase services. " 64 echo "==========================================" -
hadoop4win-setup/my_packages/hbase/bin/start-hbase-daemon
r141 r142 4 4 /opt/hbase/bin/hbase-daemon.sh start regionserver 5 5 echo "==========================================" 6 echo "run 'stop-hbase' to stop hbase daemons. "6 echo "run 'stop-hbase' to stop hbase daemons. " 7 7 echo "=========================================="
Note: See TracChangeset
for help on using the changeset viewer.