On Fri, Sep 30, 2011 at 1:18 PM, gerberdata <[email protected]> wrote: > I am trying to install hbase and hadoop on as standalone on mac. Is there > any tutorial that will show me the best way to do this. > I
I dont know the mac-specific tutorial, however, you can use homebrew for installing hbase. $ brew install hbase After that, you can use hbase command. $ hbase --help shows you how to use basic commands to run hbase. -- OZAWA Tsuyoshi
