Created 08-16-2017 08:43 AM
@Timothy SpannThe queries like upsert are working fine and data is getting inserted into tables but when I execute a select query and print result, it shows empty.
The output which I am getting for this is [ ].
I have checked with sqlline.py and have seen that the table has 2 rows.
I have read your previous answer. Could you tell me how to restart the query server and with with the phoenix.queryserver.serialization parameter set to JSON.
Created 08-16-2017 01:05 PM
1. Go to Ambari
2. Under HBase, Under Service Actions, Restart Phoenix Query Servers.
3. Under HBase, go to configs, under Filter type in your parameter
4. Change it, save and restart.
https://phoenix.apache.org/server.html
https://community.hortonworks.com/articles/2663/phoenix-queryserver.html
@joshelser
https://community.hortonworks.com/questions/53827/phoenixdb-connection-to-phoenix-query-server.html
Created 08-16-2017 01:05 PM
1. Go to Ambari
2. Under HBase, Under Service Actions, Restart Phoenix Query Servers.
3. Under HBase, go to configs, under Filter type in your parameter
4. Change it, save and restart.
https://phoenix.apache.org/server.html
https://community.hortonworks.com/articles/2663/phoenix-queryserver.html
@joshelser
https://community.hortonworks.com/questions/53827/phoenixdb-connection-to-phoenix-query-server.html
Created 08-17-2017 07:35 AM
Thanks a lot Timothy.