Support Questions

Find answers, ask questions, and share your expertise

can you create hbase table using phoenix

avatar
New Contributor

what is the easiest way to create HBase Table

1 ACCEPTED SOLUTION

avatar

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

1 REPLY 1

avatar

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