GitHub user felixcheung opened a pull request: https://github.com/apache/incubator-zeppelin/pull/800
[ZEPPELIN-768] HBase 1.1.x and 1.2.0 release support documentation ### What is this PR for? When run with HBase 1.1.x or HBase 1.2.0, this error is reported: ``` org.jruby.exceptions.RaiseException: (NameError) cannot load Java class org.apache.hadoop.hbase.quotas.ThrottleType at org.jruby.javasupport.JavaUtilities.get_proxy_or_package_under_package(org/jruby/javasupport/JavaUtilities.java:54) at (Anonymous).method_missing(/builtin/javasupport/java.rb:51) at (Anonymous).(root)(/opt/hbase-1.1.4/lib/ruby/hbase/quotas.rb:23) at org.jruby.RubyKernel.require(org/jruby/RubyKernel.java:1062) at (Anonymous).(root)(/opt/hbase-1.1.4/lib/ruby/hbase/quotas.rb:24) at org.jruby.RubyKernel.require(org/jruby/RubyKernel.java:1062) at (Anonymous).(root)(/opt/hbase-1.1.4/lib/ruby/hbase/hbase.rb:96) at org.jruby.RubyKernel.require(org/jruby/RubyKernel.java:1062) at (Anonymous).(root)(/opt/hbase-1.1.4/lib/ruby/hbase.rb:105) ``` ### What type of PR is it? Documentation ### Todos * [x] - Test build and run notebook with HBase 1.1.4 * [x] - Test build and run notebook with HBase 1.2.0 * [x] - Document build steps ### What is the Jira issue? https://issues.apache.org/jira/browse/ZEPPELIN-768 ### How should this be tested? Test build and run notebook with HBase 1.1.4 Test build and run notebook with HBase 1.2.0 ### Screenshots (if appropriate) N/A ### Questions: * Does the licenses files need update? No * Is there breaking changes for older versions? No * Does this needs documentation? Yes You can merge this pull request into a Git repository by running: $ git pull https://github.com/felixcheung/incubator-zeppelin hbase1.2 Alternatively you can review and apply these changes as the patch at: https://github.com/apache/incubator-zeppelin/pull/800.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 #800 ---- commit 7545e9866c7d1a768a596cbbe6cfc8caae9bacd2 Author: Felix Cheung <felixcheun...@hotmail.com> Date: 2016-03-28T05:52:04Z hbase option in doc ---- --- 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. ---