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: Extra Column when creating views

2015-04-01 Thread Ravi Kiran
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, 2015 at 9:55 AM, Anirudha Khanna wrote: > Can you explain that a little more please. I dont think I follow. > > Anirudha > > On Wed,

Re: Extra Column when creating views

2015-04-01 Thread Anirudha Khanna
Can you explain that a little more please. I dont think I follow. Anirudha On Wed, Apr 1, 2015 at 12:56 AM, Thomas D'Silva wrote: > I think its to support the case when all columns of the table are part > of primary key (and are used to construct the rowkey). > > On Tue, Mar 31, 2015 at 6:23 AM

Re: Extra Column when creating views

2015-03-31 Thread Thomas D'Silva
I think its to support the case when all columns of the table are part of primary key (and are used to construct the rowkey). On Tue, Mar 31, 2015 at 6:23 AM, Anirudha Khanna wrote: > Hi All, > > I am creating updatable views on a Phoenix table and inserting data into the > table through the view

Extra Column when creating views

2015-03-31 Thread Anirudha Khanna
Hi All, I am creating updatable views on a Phoenix table and inserting data into the table through the views. When I inspect the table through the HBase shell, I see an extra column there *0:_0timestamp=1427807823285, value=* Just curious why is this colum