
介绍:
Apache Phoenix enables OLTP and operational analytics in Hadoop for low latency applications by combining the best of both worlds:
- the power of standard SQL and JDBC APIs with full ACID transaction capabilities and
- the flexibility of late-bound, schema-on-read capabilities from the NoSQL world by leveraging HBase as its backing store
Apache Phoenix is fully integrated with other Hadoop products such as Spark, Hive, Pig, Flume, and Map Reduce.
下载:phoenix-hbase-2.2-5.1.2-bin.tar.gz
链接:https://pan.baidu.com/s/1VPVCObvPg4m-120q-dnmaA
提取码:ymcd
解压-配置环境变量(略)
将phoenix-server-hbase-2.2-5.1.2.jar拷贝到各节点hbase的lib下
将hbase中hbase-site.xml、hdfs-site.xml 、core-site.xml拷贝到phoenix的bin目录下
启动
./sqlline.py master,slave1,slave2:2181

本文介绍Apache Phoenix如何在Hadoop环境中实现低延迟应用程序的支持,通过结合SQL/JDBC API的强大功能与NoSQL的灵活性,提供了完整的ACID事务能力。Phoenix与Hadoop生态系统中的Spark、Hive等工具无缝集成。

被折叠的 条评论
为什么被折叠?



