Re: write dataframe to phoenix

2017-03-27 Thread Dhaval Modi
Hi Sateesh, If you are running from spark shell, then please include Phoenix spark jar in classpath. Kindly refer to url that Sandeep provide. Regards, Dhaval On Mar 27, 2017 21:20, "Sateesh Karuturi" wrote: Thanks Sandeep for your response. This is the

Re: Cannot upsert row_timestamp value

2017-02-25 Thread Dhaval Modi
Hi NaHeon Kim, Please refer to mailing list: https://lists.apache.org/thread.html/fb747661f535b0a407bf38e6b961a2c68634815189c80a7d612366b1@%3Cuser.phoenix.apache.org%3E I also faced similar issue. Regards, Dhaval Modi dhavalmod...@gmail.com On 26 February 2017 at 10:34, NaHeon Kim <honey.

Re: ROW_TIMESTAMP weird behaviour

2017-02-07 Thread Dhaval Modi
07 12:02:21.050 | | 2017-02-07 12:03:21.050 | +--+ 8 rows selected (0.04 seconds) Regards, Dhaval Modi dhavalmod...@gmail.com On 7 February 2017 at 15:28, Ankit Singhal <ankitsingha...@gmail.com> wrote: > I think you are also hitting https://issues.apache. &

Re: ROW_TIMESTAMP weird behaviour

2017-02-07 Thread Dhaval Modi
Hi Pedro, Upserted key are different. One key is for July month & other for January month. 1. '2017-*07*-02T15:02:21.050' 2. '2017-*01*-02T15:02:21.050' Regards, Dhaval Modi dhavalmod...@gmail.com On 7 February 2017 at 13:18, Pedro Boado <pedro.bo...@gmail.com> wrote: > Hi. >

ROW_TIMESTAMP weird behaviour

2017-02-06 Thread Dhaval Modi
---+* *| 2017-01-02 15:02:21.050 |* *+--+* *1 row selected (0.039 seconds)* *==* Additional info: System date of HBase & Phoenix: mar feb 7 05:57:37 CET 2017 Regards, Dhaval Modi dhavalmod...@gmail.com

Re: Unable to connect to HBase using Phoenix JDBC Driver

2017-02-02 Thread Dhaval Modi
Hi Anshuman & James, Thanks for your input. This issue is resolved. The main reason was the use of HBase-shaded-client as forced dependency. I removed it and issue got resolved. Regards, Dhaval Modi dhavalmod...@gmail.com On 1 February 2017 at 23:38, James Taylor <jamestay...@apa

Re: Unable to connect to HBase using Phoenix JDBC Driver

2017-02-01 Thread Dhaval Modi
) at org.apache.hadoop.hbase.util.Methods.call(Methods.java:38) ... 6 more ++ Regards, Dhaval Modi dhavalmod...@gmail.com On 1 February 2017 at 21:07, Kumar Anshuman <anshuman.mail...@gmail.com> wrote: > Hi Dhaval, > > Have you added HBa

Re: Unable to connect to HBase using Phoenix JDBC Driver

2017-02-01 Thread Dhaval Modi
Apologies, I missed important details. Phoenix version: 4.9.0-HBase-1.1 HBase Version: 1.1.2 Regards, Dhaval Modi dhavalmod...@gmail.com On 1 February 2017 at 14:51, Dhaval Modi <dhavalmod...@gmail.com> wrote: > Hi All, > > I am trying to connect to HBase using Phoenix JDBC Dri

Unable to connect to HBase using Phoenix JDBC Driver

2017-02-01 Thread Dhaval Modi
of phoenix-client. I am not able to figure it out. Regards, Dhaval Modi dhavalmod...@gmail.com