#!/bin/sh

# Format the namenode if it is needed
/usr/sbin/hdfs-create-dirs

# Start the namenode
supervisord -n
