Re: Phoenix Spark plug in cannot find table with a Namespace prefix

2016-12-29 Thread Ankit Singhal
Hi Long, Is the table name provided at the time of creation is without double quotes? if yes, then you should be running your queries having a table name without double quotes and a dot between schema and table. like this: - Select ENDPOINT_ID, CITY from *ACME.ENDPOINT_STATUS* Where city = 'ACME

Re: slow response on large # of columns

2016-12-29 Thread Juvenn Woo
Hi Arvind, Your use case interested me very much, and I also have that idea in my mind to load wide columns of dataset into hbase. It lures me to conduct a test run on my local machine: OSX 10.12, 4cpu + 4GB memory, 128G SSD hbase 1.2.2, phoenix 4.8.0 I generated a 5000 rows, each of which con