Piotr Nowojski created FLINK-12868:
--------------------------------------
Summary: Yarn cluster can not be deployed if plugins dir does not exist
Key: FLINK-12868
URL:
https://issues.apache.org/jira/browse/FLINK-12868 Project: Flink
Issue Type: Bug
Components: Deployment / YARN
Affects Versions: 1.9.0
Reporter: Piotr Nowojski
Assignee: Piotr Nowojski
Fix For: 1.9.0
{noformat}
-----------------------------------------------------------\\n The program finished with the following exception:\\n\\norg.apache.flink.client.deployment.ClusterDeploymentException: Couldn't deploy Yarn session cluster\\n\\tat org.apache.flink.yarn.AbstractYarnClusterDescriptor.deploySessionCluster(AbstractYarnClusterDescriptor.java:385)\\n\\tat org.apache.flink.yarn.cli.FlinkYarnSessionCli.run(FlinkYarnSessionCli.java:616)\\n\\tat org.apache.flink.yarn.cli.FlinkYarnSessionCli.lambda$main$3(FlinkYarnSessionCli.java:844)\\n\\tat java.security.AccessController.doPrivileged(Native Method)\\n\\tat javax.security.auth.Subject.doAs(Subject.java:422)\\n\\tat org.apache.hadoop.security.UserGroupInformation.doAs(UserGroupInformation.java:1836)\\n\\tat org.apache.flink.runtime.security.HadoopSecurityContext.runSecured(HadoopSecurityContext.java:41)\\n\\tat org.apache.flink.yarn.cli.FlinkYarnSessionCli.main(FlinkYarnSessionCli.java:844)\\nCaused by: org.apache.flink.yarn.AbstractYarnClusterDescriptor$YarnDeploymentException: The environment variable 'FLINK_PLUGINS_DIR' is set to '/opt/flink/plugins' but the directory doesn't exist.\\n\\tat
{noformat}
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)