공부
[HBase] Add column famliy
승가비
2020. 6. 7. 15:51
728x90
alter 'tablename', {NAME=> 'cf'}
https://stackoverflow.com/questions/29291305/how-to-add-new-column-family-to-an-existing-hbase-table
How to add new column family to an existing HBase table?
I created a table by create 'tablename', 'columnfamily1' Now is it possible to add another column family 'columnfamily2'? What is the method?
stackoverflow.com
728x90