In HBase, data are stored in tables with columns. Columns are regrouped in column families, which can be for example "personal" or "professional", each of these containing specific informations.
To create a table, you need to use the Admin Object, create it using :
Admin admin ...