Apache Phoenix Tutorial : SQL on HBase

14 views
Skip to first unread message

DataDotz DataDotz

unread,
Sep 19, 2018, 9:40:38 AM9/19/18
to data...@googlegroups.com, datadotz...@googlegroups.com, chenn...@googlegroups.com
Hi Team,

What is Apache Phoenix?

Apache phoenix is another Top Level project from Apache Software Foundation. It provides an SQL interface to HBase. It is like an SQL layer on top of HBase architecture. It maps HBase data model to the relational world.

Phoenix is developed in java with a notion to put SQL back into NoSQL databases.

Need for Apache Phoenix:

Hive is added into Hadoop Eco-system to maintain and manage structured data in Hadoop and it also provide an SQL like dialect HiveQL to query the tables in Hive data warehouse. But hive doesn’t provide record level operations such as insert, update and delete operations.

To overcome this drawback of hive, HBase is brought into Hadoop eco-system to support record level operations. But HBase shell supports only HBase commands such as ‘scan’, ‘get’, ‘put’, ‘list’ to query entire table, to get a row, put a row and for listing tables etc. respectively. Thus HBase introduced its own set of commands and doesn’t support famous SQL interface. 
--
Thanks & regards
Saravanakumar
Data Engineer 
C
ontact:
9095260692

 


--
Reply all
Reply to author
Forward
0 new messages