@Ashutosh
Did you solve this? I think i have similar issue with Phoenix
4.7.0/Hbase.1.1
I tried with phoenix-core-4.7.0...jar and it worked but not supporting JOIN
(
http://stackoverflow.com/questions/30730643/phoenix-join-operation-not-working-with-hbase)
and then I replaced it with phoenix-serv
What all phoenix*server*.jar needs to be copied into HBase Lib directory?
I think i m missing something on that front...on my ubuntu laptop...the
same stuff with the same version is working...but not on my ubuntu
laptop...i think i haven't copied the correct JAR file into HBase lib.
On Mon, Sep 2
@James
You can check this https://issues.apache.org/jira/browse/HBASE-10591 for
more information.
Some sanity checks of table attributes are failing.
@Ashutosh you can raise an issue to validate the table attributes which
are not meeting minimum criteria or else you can specify them as table
pro
I don't know for certain what that parameter does but it sounds a bit
scary to me...
On 21/09/15 09:41, rajeshb...@apache.org wrote:
You can try adding below property to hbase-site.xml and restart hbase.
hbase.table.sanity.checks
false
Thanks,
Rajeshbabu.
On Mon, Sep 21, 2015 at 12:51 PM, A
You can try adding below property to hbase-site.xml and restart hbase.
hbase.table.sanity.checks
false
Thanks,
Rajeshbabu.
On Mon, Sep 21, 2015 at 12:51 PM, Ashutosh Sharma <
ashu.sharma.in...@gmail.com> wrote:
> I am getting into issues while running phoenix psql.py command against my
> local