commit | b3f5ee9fb698f67f579f2dbf8b512806f61bb5a9 | [log] [tgz] |
---|---|---|
author | Jeff Zhang <zjffdu@apache.org> | Tue Aug 11 22:52:45 2020 +0800 |
committer | Jeff Zhang <zjffdu@apache.org> | Thu Aug 13 17:12:19 2020 +0800 |
tree | 2cf52f8f8d268aadc11050899ab8000edaa52aa7 | |
parent | e042234b9b42b4610922a058de3f0ab8523e2e1b [diff] |
[ZEPPELIN-4990] execution.savepoint.path doesn't work in %flink.conf ### What is this PR for? This is a trivial PR which fix the issue of `execution.savepoint.path` doesn't work in `%flink.conf`. After this PR, we set `execution.savepoint.path` in the following order: * 1. Use savepoint path stored in paragraph config, this is recorded by zeppelin when paragraph is canceled, * 2. Use checkpoint path stored in pararaph config, this is recorded by zeppelin in flink job progress poller. * 3. Use local property 'execution.savepoint.path' if user set it. * 4. Otherwise remove 'execution.savepoint.path' when user didn't specify it in %flink.conf ### What type of PR is it? [Bug Fix | Improvement ] ### Todos * [ ] - Task ### What is the Jira issue? * https://issues.apache.org/jira/browse/ZEPPELIN-4990 ### How should this be tested? * CI pass ### Screenshots (if appropriate) ### Questions: * Does the licenses files need update? No * Is there breaking changes for older versions? No * Does this needs documentation? No Author: Jeff Zhang <zjffdu@apache.org> Closes #3876 from zjffdu/ZEPPELIN-4990 and squashes the following commits: a78f8c00d [Jeff Zhang] [ZEPPELIN-4990]. execution.savepoint.path doesn't work in %flink.conf 365ecf815 [Jeff Zhang] [minor] change default value of resumeFromSavepoint to false
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 feature:
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.