GitHub user vrajat opened a pull request:

    https://github.com/apache/incubator-zeppelin/pull/55

    Hbase Interpreter

    Support for Hbase Shell. All the commands documented here 
https://wiki.apache.org/hadoop/Hbase/Shell is supported.
    
    Requirements: 
    
    * Hbase Shell should be installed on the same machine. To be more specific, 
the following dir. should be available: 
https://github.com/apache/hbase/tree/master/hbase-shell/src/main/ruby
    * Hbase Shell should be able to connect to the Hbase cluster from terminal. 
This makes sure that the client is configured properly. 
    
    The interpreter takes 3 config parameters:
    
    1. __hbase.home__: Root dir. where hbase is installed. Default is 
/usr/lib/hbase/
    2. __hbase.ruby.sources__: Dir where shell ruby code is installed. Path is 
relative to hbase.home. Default:  lib/ruby
    3. __hbase.irb.load__: (Testing only) Default is true. Whether to load irb 
in the interpreter.

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/vrajat/incubator-zeppelin incubator_hbase

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/incubator-zeppelin/pull/55.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #55
    
----
commit bdba5b25f47e359dc69c545deff9e4bd6e9f42a6
Author: Rajat Venkatesh <rvenkat...@qubole.com>
Date:   2015-04-29T04:40:45Z

    Hbase Interpreter

----


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

Reply via email to