Changeset 142 for hadoop4win-setup


Ignore:
Timestamp:
Feb 4, 2010, 5:50:41 PM (14 years ago)
Author:
jazz
Message:

fine tune output messages of hbase-init

Location:
hadoop4win-setup/my_packages
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • hadoop4win-setup/my_packages/hadoop/bin/start-hadoop-daemon

    r140 r142  
    55/opt/hadoop/bin/hadoop-daemon.sh start tasktracker
    66echo "=========================================="
    7 echo "run 'stop-hadoop' to stop hadoop daemons."
     7echo "run 'stop-hadoop' to stop hadoop daemons. "
    88echo "=========================================="
  • hadoop4win-setup/my_packages/hbase/bin/hbase-init

    r141 r142  
    5050exit
    5151EOF
     52
     53clear
     54echo "=========================================="
     55echo " !! NOTE !!                               "
     56echo " please 'source /etc/profile' to update   "
     57echo " current \$PATH environment variables or  "
     58echo " login again to update \$PATH variables.  "
     59echo " .                                        "
     60echo " run 'start-hbase' to start hbase daemons."
     61echo " run 'stop-hbase'  to stop hbase daemons. "
     62echo " run 'hbase shell ~/hbase-test'  to test  "
     63echo " hbase services.                          "
     64echo "=========================================="
  • hadoop4win-setup/my_packages/hbase/bin/start-hbase-daemon

    r141 r142  
    44/opt/hbase/bin/hbase-daemon.sh start regionserver
    55echo "=========================================="
    6 echo "run 'stop-hbase' to stop hbase daemons."
     6echo "run 'stop-hbase' to stop hbase daemons.   "
    77echo "=========================================="
Note: See TracChangeset for help on using the changeset viewer.