Re: Extra Column when creating views

2015-04-17 Thread Anirudha Khanna
Thanks Ravi, that explains it quite well actually. Anirudha On Wed, Apr 1, 2015 at 10:38 AM, Ravi Kiran wrote: > Hi Anirudha, > >The following link > https://groups.google.com/forum/#!msg/phoenix-hbase-user/UWdBghSfePo/BmCxOUOPHn8J > can be helpful. > > Regards > Ravi > > On Wed, Apr 1, 201

Re: copying hbase tables

2015-04-17 Thread Abe Weinograd
No, literally just a distcp of the /hbase directory in HDFs On Fri, Apr 17, 2015 at 3:20 AM, Fulin Sun wrote: > Hi. Abe, > Have you been trying with hbase snapshot to migrate data to a new cluster > ? > > Thanks, > Sun. > > -- > -- > > Cert

RE: Timezones in Phoenix

2015-04-17 Thread Matthew Johnson
Hi Gabriel, Thanks for the pointer. I believe you may be correct! I am using Squirrel SQL with Phoenix jdbc client library. I will write my own client code using the jdbc library to pull back the values and see what I get. Thanks! Matt *From:* Gabriel Reid [mailto:gabriel.r...@gmail.com]

Re: copying hbase tables

2015-04-17 Thread Fulin Sun
Hi. Abe, Have you been trying with hbase snapshot to migrate data to a new cluster ? Thanks, Sun. CertusNet From: Abe Weinograd Date: 2015-04-17 09:53 To: user Subject: copying hbase tables Hello, We are migrating data to a new cluster by distcp copying data under /hbase. Hbase comes on

copying hbase tables

2015-04-17 Thread Abe Weinograd
Hello, We are migrating data to a new cluster by distcp copying data under /hbase. Hbase comes online OK and when we install Phoenix (4.2.2 on CDH 5.3), the region servers' GC time goes way up and the nodes get bounced. Any idea what could be happening? Thanks, Abe