phoenix join operation not working with hbase

社会主义新天地 提交于 2020-01-05 20:27:20

问题


I am using hbase-1.1.0.1 and phoenix-4.4.0-HBase-1.1-bin versions. To run SQL query I am using SQuirrel SQL client.

Simple queries such as Select *, Select count(*), where clause and sub queries are working fine, but JOIN operation is not working at all. Please help me on this.


回答1:


I got the solution for this. Actually I did a mistake where I copied "phoenix-core-4.4.0-HBase-1.1.jar" into my hbase's lib directory. When I replaced it with "phoenix-4.4.0-HBase-1.1-server.jar" problem got resolved ! Now join operation is working.



来源:https://stackoverflow.com/questions/30730643/phoenix-join-operation-not-working-with-hbase

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!