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 <[email protected]> wrote: > On Mon, Aug 20, 2012 at 2:58 PM, Harish Krishnan > <[email protected]> wrote: > > Hi all, > > > > I'm a novice. I wanted to implement hbase parser for an application that > > I'm developing. > > I believe that hbase parser for the hbase shell is part of jruby jar > > (correct me if i'm wrong). > > Can someone give me some pointers as to where I should start looking at > the > > code? > > > > A parser? You are looking for a grammer that describes our shell? If > so, there is no such thing currently. Shell was done as messy DSL > atop IRB adding a few hbase-y verbs. > > What is your aim? Replace our shell interpreter w/ something other than > jruby? > > Thanks, > St.Ack >
