Apache Phoenix with Google Big Table

2018-08-02 Thread Vijay Vangapandu
Hi Guys, We are using Hortneworks Hbase cluster with apache phoenix as query server. We recently started migrating few services to GCP ( Google cloud). To move our on-prem Hbase to google cloud we found bigtable as suitable replacement as it supports HBase client, but to use Hbase client we need

Re: DataWorks Summit/Hadoop Summit - Call for abstract

2017-02-08 Thread Vijay Vangapandu
Thanks for the email Devaraj, we at Eharmony using spark for various applications. Will submit the abstract by end of the week. Sent from my iPhone On Feb 7, 2017, at 11:15 PM, Devaraj Das mailto:d...@hortonworks.com>> wrote: Just a quick note on the DataWorks Summit / Hadoop Summit Shoul

Java (ORM like) client library for apache phoenix is open sourced

2016-03-24 Thread Vijay Vangapandu
://github.com/eHarmony/pho Thanks, -- Vijay Vangapandu eHarmony, Platform Principal Software Engineer

Re: hibernate

2016-03-21 Thread Vijay Vangapandu
We built a library and planning to open source it. When we were searching we didn't find any ORM on top of Phoenix. Sent from my iPhone > On Mar 21, 2016, at 8:52 AM, Randy Gelhausen wrote: > > Anyone using Hibernate (or other ORM layer) with Phoenix?

Re: Telco HBase POC

2016-01-28 Thread Vijay Vangapandu
result set to model object. We implemented a generic ORM kind of library on top of Phoenix for Java object mapping and built the support for DSL kind of queries and his is where the extra overhead is. As I said I don't see any issue with Phoenix. On Jan 20, 2016, at 9:00 AM, Vijay Vanga

Re: Telco HBase POC

2016-01-20 Thread Vijay Vangapandu
Hi guys, We recently migrated one of our user facing use cases to HBase and we are using Phoenix as query layer. We managed to get a singles record in 30Ms. Here is the response times breakdown. 75th - 29MS 95th - 43MS 99th - 76 MS We have about 6Billion records in store and each row contains ar

Memory issues in webapp with HBase integration using phoenix

2015-12-11 Thread Vijay Vangapandu
: jetty9 -- Vijay Vangapandu eHarmony, Platform Principal Software Engineer

Re: Help with salting

2015-11-22 Thread Vijay Vangapandu
t: https://phoenix.apache.org/udf.html See inline for answers to your questions. Thanks, James On Tue, Nov 3, 2015 at 3:44 PM, Vijay Vangapandu mailto:vijayvangapa...@eharmony.com>> wrote: Hi, I integrated one of the online services in my company with hbase using apache phoenix, after lo

Issue with single quote in columns with String data type

2015-11-09 Thread Vijay Vangapandu
Hi Guys, Does any one encounter a situation where single quote needs to be inserted into String data type column. ex: I am trying insert “xxx’y” in to the city column of my address table, but causing issue at insert time due to query contains quote. I can escape the quote before executing the q

Help with salting

2015-11-03 Thread Vijay Vangapandu
away from pehonix and use the hbase client directly in later times ( not that I want to but just checking the options) Thanks for your help. -- Vijay Vangapandu eHarmony, Platform Principal Software Engineer