olegchir opened a new pull request #3885: URL: https://github.com/apache/zeppelin/pull/3885
### What is this PR for? Now we have an updated container. Unfortunately, dependencies are broken: * We can't upgrade to CentOS 7, because scripts are incompatible with systemd * New Spark requires JDK 8 * Java is located on a different fs path This pull request fixes all these things ### What type of PR is it? Bug Fix ### Todos Self-contained ### 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? Try to manually build and run the spark-yarn dockerfile. In the current version of the dockerfile builds ok, but fails immediately after starting: You can check it by inspecting Spark and sshd - they are not running. After this pull request everything is OK. ### Screenshots (if appropriate) ### Questions: * Does the licenses files need update? **- NO** * Is there breaking changes for older versions? **- NO** * Does this needs documentation? **- NO** ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected]
