GitHub user vrajat opened a pull request: https://github.com/apache/incubator-zeppelin/pull/278
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. 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/278.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 #278 ---- commit bdba5b25f47e359dc69c545deff9e4bd6e9f42a6 Author: Rajat Venkatesh <rvenkat...@qubole.com> Date: 2015-04-29T04:40:45Z Hbase Interpreter commit 03e1b7abf8426284f86f29cf567de1b1983c0145 Author: Rajat Venkatesh <rvenkat...@qubole.com> Date: 2015-05-02T08:28:15Z Fix test setup commit cd41ec29eb67a9b7851a718f21ddaf5864a69eb4 Author: Rajat Venkatesh <rvenkat...@qubole.com> Date: 2015-05-02T08:41:18Z Add a profile for Hbase-1.0 commit 63a2d89a7e283ccb9ed3605879650c1556adc78d Author: Rajat Venkatesh <rvenkat...@qubole.com> Date: 2015-05-22T09:56:25Z Add a new config for hbase version for interpreter commit 032a2a4dbe99966b3488999b037bd3701c139663 Author: Rajat Venkatesh <rvenkat...@qubole.com> Date: 2015-05-22T10:02:15Z More fixes for version config vars commit b2ff198b4601327db7a37bc0cb7a24ad69b4a4fe Author: Rajat Venkatesh <rvenkat...@qubole.com> Date: 2015-05-22T10:09:28Z More fixes - sigh commit b9a407c3912fb76191296fc6c85548ed0254b523 Author: Rajat Venkatesh <rvenkat...@qubole.com> Date: 2015-05-22T10:25:03Z Specify relative path commit bc03f79ab6f0980f1630094175712aef8a1921d0 Author: Rajat Venkatesh <rvenkat...@qubole.com> Date: 2015-05-22T14:18:31Z Merge remote branch 'upstream/master' into incubator_hbase commit b7b06cd0c0eb105060ebf2b7f6d3f313aab7a8e5 Author: Rajat Venkatesh <rvenkat...@qubole.com> Date: 2015-05-22T14:22:21Z Fix version to add incubating string commit 9a23a21727a5c8312ff5301e428470150a8a3d7a Author: Rajat Venkatesh <rvenkat...@qubole.com> Date: 2015-05-22T14:30:58Z Add an explicit dependency for mapreduce-client-core commit afd50bc55187318f3aa0393bbda2875a7ee7e221 Author: Rajat Venkatesh <rvenkat...@qubole.com> Date: 2015-09-02T23:33:31Z Merge master commit b8b52ba7d43b858029b06d6a06e5e1368608d6ac Author: Rajat Venkatesh <rvenkat...@qubole.com> Date: 2015-09-02T23:34:13Z Missed a couple of resolved conflicts commit feacd892296be440dc0e085ed911b1df70564578 Author: Rajat Venkatesh <rvenkat...@qubole.com> Date: 2015-09-02T23:40:35Z Fix tab in pom.xml commit c160787ed5fb3fde423105f4b9862e52958a7dc3 Author: Rajat Venkatesh <rvenkat...@qubole.com> Date: 2015-09-02T23:54:13Z Explicitly add private keyword. Improve javadoc commit 19f137ebc34241656ed75f8820df091c452a4b85 Author: Rajat Venkatesh <rvenkat...@qubole.com> Date: 2015-09-03T00:02:44Z Terminate jruby commit b598b70548fc9811d115d749239b04a5b1f84f62 Author: Rajat Venkatesh <rvenkat...@qubole.com> Date: 2015-09-03T00:04:20Z Fix javadoc in unit tests commit 255d0d904e8a63a37e23b4ba45b712554225b52d Author: Rajat Venkatesh <rvenkat...@qubole.com> Date: 2015-09-03T18:14:51Z Add more info in javadoc ---- --- 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. ---