[
https://issues.apache.org/jira/browse/FLINK-18085?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17126450#comment-17126450
]
Yang Wang commented on FLINK-18085:
-----------------------------------
Testing application mode in a Yarn cluster with non-HA and HA mode.
* Submit a Flink application cluster
* Submit a Flink application with HA configured
** Kill jobmanager, job could recover
* Submit a Flink application with provided Flink lib
** Flink lib and plugins should not be uploaded
** Flink lib and plugins should be registered as Yarn local resource with
public visibility
* Submit a Flink application with remote user jar
** User jar should not be uploaded again
** User jar should be registered as Yarn local resource with private visibility
* Check the webui and logs
All the tests *passed*.
> Manually test application mode for standalone, Yarn, K8s
> --------------------------------------------------------
>
> Key: FLINK-18085
> URL: https://issues.apache.org/jira/browse/FLINK-18085
> Project: Flink
> Issue Type: Sub-task
> Reporter: Yang Wang
> Assignee: Yang Wang
> Priority: Critical
> Labels: release-testing
> Fix For: 1.11.0
>
>
> We have introduced the application mode from 1.11. It need to be tested in a
> real cluster with following functionality check.
> * Application normally start and finish
> * Application failed exceptionally
> * HA configured, kill jobmanager and job should recover from latest
> checkpoint
>
> For Yarn deployment, we also need to verify it could work with provided lib
> and remote user jars.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)