#!/bin/bash

# Restart CouchDB
$(dirname $0)/reconfigure-couchdb

# Start HBase
$(dirname $0)/start-hbase

# Waiting for servers to start
sleep 3
