Last active
          December 31, 2015 16:39 
        
      - 
      
 - 
        
Save b4hand/8015430 to your computer and use it in GitHub Desktop.  
    Starts all of the services needed by HBase in a pseudo-distributed environment.
  
        
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | #!/bin/sh | |
| service hadoop-hdfs-namenode start | |
| service hadoop-hdfs-secondarynamenode start | |
| service hadoop-hdfs-datanode start | |
| service hadoop-0.20-mapreduce-jobtracker start | |
| service hadoop-0.20-mapreduce-tasktracker start | |
| service zookeeper-server start | |
| service hbase-master start | |
| service hbase-regionserver start | 
  
    Sign up for free
    to join this conversation on GitHub.
    Already have an account?
    Sign in to comment