commit | 52ea80f312b7a19dcce865a6ca8249a2f5fb49cd | [log] [tgz] |
---|---|---|
author | Paul Zhang <xzhangyao@126.com> | Tue Apr 22 14:42:13 2025 +0800 |
committer | GitHub <noreply@github.com> | Tue Apr 22 15:42:13 2025 +0900 |
tree | 0d7c4b69c24d1b9421d6795303b8f645da418b58 | |
parent | 033c436903fe3d2ef19bc93ecc172569e0374f24 [diff] |
[ZEPPELIN-6163] HBase interpreter supports hbase-2.x ### What is this PR for? Currently in Zeppelin HBase interpreter does not support HBase 2.x ruby syntax. This patch added hbase-2.x support. This closes ZEPPELIN-6163 ### What type of PR is it? Improvement ### Todos ### What is the Jira issue? * Open an issue on Jira https://issues.apache.org/jira/browse/ZEPPELIN/ * Put link here, and add [ZEPPELIN-*Jira number*] in PR title, eg. [ZEPPELIN-533] [ZEPPELIN-6163](https://issues.apache.org/jira/browse/ZEPPELIN-6163) ### How should this be tested? * Strongly recommended: add automated unit tests for any new or changed behavior * Outline any manual steps to test the PR here. Compiled and tested manually. ### Screenshots (if appropriate) ### Questions: * Does the license files need to update? No * Is there breaking changes for older versions? No * Does this needs documentation? No Closes #4908 from paul8263/hbase-2.x. Signed-off-by: Jongyoul Lee <jongyoul@gmail.com>
Documentation: User Guide
Mailing Lists: User and Dev mailing list
Continuous Integration:
Contributing: Contribution Guide
Issue Tracker: Jira
License: Apache 2.0
Zeppelin, a web-based notebook that enables interactive data analytics. You can make beautiful data-driven, interactive and collaborative documents with SQL, Scala and more.
Core features:
To know more about Zeppelin, visit our web site https://zeppelin.apache.org
Please go to install to install Apache Zeppelin from binary package.
Please check Build from source to build Zeppelin from source.