GitHub user jianran opened a pull request: https://github.com/apache/zeppelin/pull/2859
[ZEPPELIN-3320] upgrade the flink interpreter from 1.1.3 to 1.4.0 ### What is this PR for? upgrade the flink interpreter from 1.1.3 to 1.4.0ï¼the LocalFlinkMiniCluster default haService is EmbeddedHaServices in 1.4.0, so use HighAvailabilityServicesUtils.createHighAvailabilityServices to create StandaloneHaServices ### What type of PR is it? Improvement ### Todos * [ ] - Task ### What is the Jira issue? https://issues.apache.org/jira/browse/ZEPPELIN-3320 ### How should this be tested? * no tested ### Screenshots (if appropriate) ### Questions: * Does the licenses files need update? no * Is there breaking changes for older versions? no * Does this needs documentation? no You can merge this pull request into a Git repository by running: $ git pull https://github.com/jianran/zeppelin branch-0.7 Alternatively you can review and apply these changes as the patch at: https://github.com/apache/zeppelin/pull/2859.patch To close this pull request, make a commit to your master/trunk branch with (at least) the following in the commit message: This closes #2859 ---- commit 32a62c8038eef708914e633fdd6530dfb460cfa7 Author: jianran.tfh <jianran.tfh@...> Date: 2018-03-13T02:50:01Z [ZEPPELIN-3320] upgrade the flink interpreter from 1.1.3 to 1.4.0 commit 8d3074d789099b307e5d4a733e56a018e8c46207 Author: jianran.tfh <jianran.tfh@...> Date: 2018-03-13T02:54:49Z [ZEPPELIN-3320] upgrade the flink interpreter from 1.1.3 to 1.4.0 ---- ---