On Wed, Sep 7, 2011 at 2:04 AM, Stuti Awasthi <[email protected]> wrote: > Now I want my different ruby applications should use same cluster to store > data. > Currently all the tables are created under /hbase/<tablename>. I want > different projects to have different directory inside which they can create > their own specific table so that each project have unique table identity. >
There is no way to do this in hbase at the moment. Prefix each table name with the app name? St.Ack
