Re: [Query:]Table creation with column family in Phoenix

2016-03-11 Thread Harish Krishnan
Your scan query is returning all states/versions of your columns and column families Thanks & Regards, Harish.T.K On Thu, Mar 10, 2016 at 11:54 PM, Divya Gehlot wrote: > Hi, > I created a table in Phoenix with three column families and Inserted the > values as shown below > > Syntax : > > > CR

Re: does hbase master need to be a hadoop datanode as well?

2013-02-22 Thread Harish Krishnan
So in case of a stand alone set up, how come we are not experiencing those issues? Is it because of the limited data set that we are operating on? Thanks & Regards, Harish.T.K On Fri, Feb 22, 2013 at 1:19 PM, Harsh J wrote: > While this general guideline of not requiring a DN on HM is correct,

Re: Help with parser

2012-08-20 Thread Harish Krishnan
I'm trying to write an application that gets the hbase queries from users and returns the results. I wanted to use the parser class to validate user queries. Thanks & Regards, Harish.T.K On Mon, Aug 20, 2012 at 5:23 PM, Stack wrote: > On Mon, Aug 20, 2012 at 2:58 PM, Harish Krish