I created a table by
create 'tablename', 'columnfamily1'
Now is it possible to add another column family 'columnfamily2'? What is the method?
I created a table by
create 'tablename', 'columnfamily1'
Now is it possible to add another column family 'columnfamily2'? What is the method?
you can specify various properties of the new column family separated by a comma (,)
It seems
does the trick. One may, disable 'tablename' first. However, it works fine even if enabled.