Skip to content

Instantly share code, notes, and snippets.

@b4hand
Last active December 31, 2015 16:39
Show Gist options
  • Save b4hand/8015430 to your computer and use it in GitHub Desktop.
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.
#!/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