pan3793 opened a new pull request, #4743: URL: https://github.com/apache/zeppelin/pull/4743
### What is this PR for? I have managed to run the Livy integration tests by rewriting the Livy Server bootstrap logic. - Upgrade Livy to 0.8.0 to support Scala 2.12, and Spark 3 https://github.com/apache/zeppelin/pull/4678 - Rewrite the Livy Server bootstrap logic, previously, it pulls Livy deps and relies on MiniLivyCluster, which also starts a MiniHDFS and MiniYARN, which is a so heavy approach. Now I use a sub-process to launch the `bin/livy-server` and run Spark in local mode for testing. - Unfortunately, some tests failed, and I haven't looked deeply yet. ### What type of PR is it? - Test - Refactoring ### Todos * [ ] - Analyze the failed tests ### 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] ### 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. ### Screenshots (if appropriate) ### Questions: * Does the license files need to update? * Is there breaking changes for older versions? * Does this needs documentation? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
