Re: hbase client in sandboxed GAE environment

2015-12-10 Thread Shouguo Li
Oh cool, will try there. Thx! On Thu, Dec 10, 2015 at 6:24 AM Solomon Duskis wrote: > This forum discusses hbase. Bigtable has different characteristics, even > though the interface is HBase's. Try the "ask a question" link on the > BIgtable support page: https://cloud.google.com/bigtable/docs

Re: hbase client in sandboxed GAE environment

2015-12-10 Thread Loknath Priyatham Teja Singamsetty
Hi Folks, I just started on open source hbase. Tried to follow docs to start the hbase process on hbase-1.1.2 and noticed few warnings related to JDK 8 VM options (which was a change incorporated in JDK 8, a change to move towards meta space instead of perm gen). Java HotSpot(TM) 64-Bit Server VM

Re: hbase client in sandboxed GAE environment

2015-12-10 Thread Solomon Duskis
This forum discusses hbase. Bigtable has different characteristics, even though the interface is HBase's. Try the "ask a question" link on the BIgtable support page: https://cloud.google.com/bigtable/docs/support On Wed, Dec 9, 2015 at 11:43 PM, Shouguo Li wrote: > Hi guys > > I'm trying to ge