Re: Delete records

2016-02-25 Thread Nanda
at org.apache.phoenix.jdbc.PhoenixPreparedStatement.execute(PhoenixPreparedStatement.java:173) at org.apache.phoenix.jdbc.PhoenixStatement.executeBatch(PhoenixStatement.java:1130) Thanks, Nanda On Sun, Feb 21, 2016 at 7:51 AM, James Taylor wrote: > Hi Nanda, > This error occu

Delete records

2016-02-20 Thread Nanda
2) at sqlline.SqlLine.dispatch(SqlLine.java:808) at sqlline.SqlLine.begin(SqlLine.java:681) at sqlline.SqlLine.start(SqlLine.java:398) at sqlline.SqlLine.main(SqlLine.java:292) Any Idea what that error exactly meant? Thanks, Nanda

Re: org.apache.phoenix.join.MaxServerCacheSizeExceededException

2016-02-10 Thread Nanda
I already override the property, but still it takes the default value, because of which none of my joins are working. TIA NANDA On Feb 10, 2016 8:52 PM, "rafa" wrote: > Hi Nanda, > > It seems the server is taking the default value for > phoenix.query.maxServ

org.apache.phoenix.join.MaxServerCacheSizeExceededException

2016-02-10 Thread Nanda
, Nanda

Advantages/Disadvantages of using ServerCacheClient

2015-12-14 Thread Nanda
); ResultSet rs = pstmt.executeQuery(); Thanks, Nanda

Not getting Phoenix Connections

2015-12-02 Thread Nanda
r.run(ThreadPoolExecutor.java:617) org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61) java.lang.Thread.run(Thread.java:745) Please help. Thanks, Nanda

UNION/UNION ALL

2015-11-04 Thread Nanda
-1>,1:153] at UNION) Can you someone please shed some light ? Please help. Thanks, Nanda

Re: Any Second Level Cache framework for Phoenix?

2015-11-03 Thread Nanda
Hi All, I am new to using Phoenix and interested to know if there is any Query Cache / second-level cache integration framework that i can use in my application. Thanks, Nanda

Re: Apache Phoenix Tracing

2015-11-03 Thread Nanda
Hi All, I am trying to enable the tracing app as mentioned in the wiki: https://phoenix.apache.org/tracing.html I followed all the steps but was not able to find the "traceserver.py" file in my phoenix/bin directory. I am using 4.4.x version of phoneix. TIA. Nanda