Created 10-18-2016 03:28 AM
what is the easiest way to create HBase Table
Created 10-18-2016 03:32 AM
CREATE TABLE ddl statement automatically creates HBase table.
http://phoenix.apache.org/language/index.html#create_table
Similary DROP and ALTER TABLE statements drop, alter HBase tables. Here is the full list of queries supported by Phoenix.
http://phoenix.apache.org/language/index.html
View solution in original post