Re: Apache Phoenix with Google Big Table

2018-08-02 Thread James Taylor
Since Google Bigtable doesn't support coprocessors, you'd need a version of Phoenix that doesn't rely on coprocessors (some server-side hooks that HBase provides). It'd be non trivial and you'd lose some functionality and performance in doing this, but theoretically it's possible. Here are the

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