Archives of Support Questions (Read Only)

This is an archived board for historical reference. Information and links may no longer be available or relevant
Announcements
This board is archived and read-only for historical reference. To ask a new question, please post a new topic on the appropriate active board.

can you create hbase table using phoenix

avatar
New Member

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