Description
Currently the initialization script checks hadoop (I think) before configuring, but we don't check zookeeper until user prompts begin. We should start off initialization by making sure hdfs and zookeeper are writable. This will allow it to fail before any sort of user interaction begins, allowing automatic setup scripts to be able to easily poll on initialization.