Is the process to have multiple "create" commands against the same table? What is the syntax for it?
Simply press the "+" button in the "Alter table" page and add your new column family with all settings you need.
Technically, HBase can manage more than three of four column families. However, you need to understand how column families work to make the best use of them.
To access the HBase shell, you have to navigate to the HBase home folder. You can start the HBase interactive shell using “hbase shell” command as shown below. If you have successfully installed HBase in your system, then it gives you the HBase shell prompt as shown below.
Syntax would be like this :
create '<table name>' , '<column-family1>' , '<column-family2>' etc..
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With