Re: Need you help

2017-05-31 Thread Josh Elser
Jain, First off, you did receive row data, it was just empty: "firstFrame":{"offset":0,"done":true,"rows":[]} The "column data" you're referring to is the _schema_ of the table you issued the query against. However, this wasn't the data you thought you were asking for. You don't want to use

Need you help

2017-05-31 Thread Hemant Jain
Hello Sir, Hope you are doing well ! I am PHP developer and I want to fetch the real time data from Hbase and I have read about Apache phoenix which is provide SQL layer on Hbase. So I have decided to use Apache phoenix in my project but how can I get data from phoenix to PHP. I have read artic