zeppelin/docs/_includes
Rajat Venkatesh 1940388e34 HBase Shell 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:

 hbase.home: Root dir. where hbase is installed. Default is /usr/lib/hbase/
 hbase.ruby.sources: Dir where shell ruby code is installed. Path is relative to hbase.home. Default: lib/ruby
 hbase.irb.load: (Testing only) Default is true. Whether to load irb in the interpreter.

Author: Rajat Venkatesh <rvenkatesh@qubole.com>

Closes #278 from vrajat/incubator_hbase and squashes the following commits:

caf87f3 [Rajat Venkatesh] Fix Protobuf version number
c17db3b [Rajat Venkatesh] Fix typo in ZeppelinConfiguration
3efc892 [Rajat Venkatesh] Do not use ruby 1.9 and do not bother setting paths
9924784 [Rajat Venkatesh] Log absolute path of ruby source
69755ad [Rajat Venkatesh] Set hbase.ruby.sources in system properties
57ebad8 [Rajat Venkatesh] Fix hirb path
39dddb8 [Rajat Venkatesh] Address minor review comments
b4ad18d [Rajat Venkatesh] Load hirb
49b5b27 [Rajat Venkatesh] Merge from master
320bfd5 [Rajat Venkatesh] Add information about licenses
7078a35 [Rajat Venkatesh] Add a doc for HBase shell interpreter
0fdcfe6 [Rajat Venkatesh] Merge from master
be1bde7 [Rajat Venkatesh] Use Paths and Path instead of Strings to manipulate file system paths
e21539b [Rajat Venkatesh] Remove hirb. Add a property for testing which disables all checks
7e9dffb [Rajat Venkatesh] Minor review comments
4f6bd04 [Rajat Venkatesh] Merge from master
72306b7 [Rajat Venkatesh] Merge from master
ca64931 [Rajat Venkatesh] Review comments
255d0d9 [Rajat Venkatesh] Add more info in javadoc
b598b70 [Rajat Venkatesh] Fix javadoc in unit tests
19f137e [Rajat Venkatesh] Terminate jruby
c160787 [Rajat Venkatesh] Explicitly add private keyword. Improve javadoc
feacd89 [Rajat Venkatesh] Fix tab in pom.xml
b8b52ba [Rajat Venkatesh] Missed a couple of resolved conflicts
afd50bc [Rajat Venkatesh] Merge master
9a23a21 [Rajat Venkatesh] Add an explicit dependency for mapreduce-client-core
b7b06cd [Rajat Venkatesh] Fix version to add incubating string
bc03f79 [Rajat Venkatesh] Merge remote branch 'upstream/master' into incubator_hbase
b9a407c [Rajat Venkatesh] Specify relative path
b2ff198 [Rajat Venkatesh] More fixes - sigh
032a2a4 [Rajat Venkatesh] More fixes for version config vars
63a2d89 [Rajat Venkatesh] Add a new config for hbase version for interpreter
cd41ec2 [Rajat Venkatesh] Add a profile for Hbase-1.0
03e1b7a [Rajat Venkatesh] Fix test setup
bdba5b2 [Rajat Venkatesh] Hbase Interpreter
2016-02-02 20:22:15 -08:00
..
JB ZEPPELIN-279: move website w/ docs to master branch 2015-09-05 19:48:22 +09:00
themes/zeppelin HBase Shell Interpreter 2016-02-02 20:22:15 -08:00