Remote driver error: Encountered exception in sub plan [0] execution

2015-12-18 Thread Youngwoo Kim
ON a.id=b.id Joins with small tables work fine, so, I can not reproduce this from other tables. Any help would be appreciated! Thanks, - Youngwoo [1]. Error from sqlline-thin: Remote driver error: Encountered exception in sub plan [0] execution. at org.apache.calcite.avatica.Helper.createException

RE: Error: Encountered exception in sub plan [0] execution.

2015-09-21 Thread Alberto Gonzalez Mesas
cause: not found the phoenix client library in HBASE_HOME/lib thx!! Date: Fri, 11 Sep 2015 09:10:06 -0400 Subject: Re: Error: Encountered exception in sub plan [0] execution. From: maryann@gmail.com To: user@phoenix.apache.org Hi Alberto, Could you please check in your server log

Error: Encountered exception in sub plan [0] execution.

2015-09-11 Thread Alberto Gonzalez Mesas
IMARY KEY, "O"."CustomerID" VARCHAR, "O"."Date" VARCHAR, "O"."ItemID" VARCHAR, "O"."Quantity" VARCHAR ) When i have a join, i recived this msg: "Error: Encountered exception in sub plan [0] execution. SQLState: null ErrorCode: 0" My phoenix version is 4.5.0 Thanks!

Re: Error: Encountered exception in sub plan [0] execution.

2015-09-11 Thread Maryann Xue
RY KEY, > "O"."CustomerID" VARCHAR, > "O"."Date" VARCHAR, > "O"."ItemID" VARCHAR, > "O"."Quantity" VARCHAR > ) > > When i have a join, i recived this msg: > > "Error: Encountered exception in sub plan [0] execution. > SQLState: null > ErrorCode: 0" > > My phoenix version is 4.5.0 > > Thanks! >