| commit | 7288702a53d9c246bd6e7194e03e00f9b64fe61a | [log] [tgz] |
|---|---|---|
| author | Kalyan Kanuri <kkanuri@amazon.com> | Mon Jun 28 13:48:38 2021 +0200 |
| committer | Philipp Dallig <philipp.dallig@gmail.com> | Thu Jul 01 08:41:13 2021 +0200 |
| tree | faec4190a63e9b3a8bfc42b40cd171aa9134253f | |
| parent | ad96136c3ec16750bc0ce4b0ce3a1a0e3bc50916 [diff] |
[ZEPPELIN-5178] notebook search not working on JDK11 ### What is this PR for? On JDK11, Notebook search is throwing this error for any query We couldn't find any notebook matching 'spark' Logs Indicate this may be issue with using older version of Lucene (5.3.0) ### What type of PR is it? Upgrades Lucene to the current latest version 8.7.0 and upgrades the deprecated methods ### Todos [ ] Verify if Lucene handles the index upgrade seamlessly. ### What is the Jira issue? https://issues.apache.org/jira/browse/ZEPPELIN-5178 ### How should this be tested? * Unit Tests * Manual verification of search ### Screenshots (if appropriate)  ### Questions: * Does the licenses files need update? * Is there breaking changes for older versions? * Does this needs documentation? Author: Kalyan Kanuri <kkanuri@amazon.com> Author: Philipp Dallig <philipp.dallig@gmail.com> Closes #4002 from kkalyan/lucene and squashes the following commits: 6eac42b5c [Philipp Dallig] Adding both Apache Lucene licenses for zengine and elasticsearch interpreter 82e8227b6 [Kalyan Kanuri] aws sdk licenese upgrade 21f5ef6b7 [Kalyan Kanuri] license d8d78ca1e [Kalyan Kanuri] lucene upgrade
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.