Can you give the error you encountered ? If you look at the example from:
http://hbase.apache.org/book.html#_put_2 there is no delimiter: family and qualifier are two parameters to add() method. On Tue, Sep 19, 2017 at 6:10 AM, Sachin Jain <[email protected]> wrote: > Hi, > > I am using hbase in a system which does not allow using colon between > column name and column family. Is there any configuration where we an > provide hbase to use underscore (_) as delimiter instead of colon (:) > between name and family ? > > Thanks > -Sachin >
