Uploaded image for project: 'HBase'
  1. HBase
  2. HBASE-487

Replace hql w/ a hbase-friendly jirb or jython shell

    XMLWordPrintableJSON

Details

    • Wish
    • Status: Closed
    • Minor
    • Resolution: Fixed
    • None
    • 0.2.0
    • None
    • None

    Description

      The hbase shell is a useful admin and debugging tool but it has a couple of downsides. To extend, a fragile parser definition needs tinkering-with and new java classes must be added. The current test suite for hql is lacking coverage and the current code could do with a rewrite having evolved piecemeal. Another downside is that the presence of an HQL interpreter gives the mis-impression that hbase is like a SQL database.

      This 'wish' issue suggests that we jettison HQL and instead offer users a jirb or jython command line. We'd ship with some scripts and jruby/jython classes that we'd source on startup to do things like import base client classes – so folks wouldn't have to remember all the packages stuff sat in – and added a pretty-print for scanners and getters outputting text, xhtml or binary. They would also make it easy to do HQL-things in jruby/python script.

      Advantages: Already-written parser with no need of extension probing deeper into hbase: i.e. better for debugging than HQL could ever be. Easy extension adding scripts/modules rather than java code. Less likely hbase could be confused for a SQL db.

      Downsides: Probably more verbose. Requires ruby or python knowledge ("Everyone knows some sql"). Big? (jruby lib is 24M).

      I was going to write security as downside but HQL suffers this at the moment too – though it has been possible to sort the updates from the selects in the UI to prevent modification of the db from the UI, something that would be hard to do in a jruby/jython parser.

      What do others think?

      Attachments

        1. groovy.patch
          3 kB
          Michael Stack
        2. groovy-2.patch
          34 kB
          Michael Stack
        3. jruby.patch
          1 kB
          Michael Stack
        4. rb.patch
          2 kB
          Michael Stack
        5. module_in_bin.patch
          1 kB
          Michael Stack
        6. better-hirb.patch
          3 kB
          Bryan Duxbury
        7. 487-added-formatter.patch
          4 kB
          Michael Stack

        Issue Links

          Activity

            People

              stack Michael Stack
              stack Michael Stack
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: