Support Questions

Find answers, ask questions, and share your expertise
Announcements
Now Live: Explore expert insights and technical deep dives on the new Cloudera Community BlogsRead the Announcement

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