[
https://issues.apache.org/jira/browse/FLINK-2326?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14715939#comment-14715939
]
ASF GitHub Bot commented on FLINK-2326:
---------------------------------------
Github user chiwanpark commented on a diff in the pull request:
https://github.com/apache/flink/pull/1062#discussion_r38056846
--- Diff:
flink-runtime/src/main/java/org/apache/flink/runtime/yarn/AbstractFlinkYarnCluster.java
---
@@ -43,10 +68,24 @@
*/
public abstract String getDiagnostics();
+ /**
+ * May return new messages from the cluster.
+ * Messages can be for example about failed containers or container
launch requests.
+ */
public abstract List<String> getNewMessages();
+ /**
+ * Retruns a string representation of the ApplicationID assigned by
YARN.
--- End diff --
typo: Returns
> Mutitenancy on Yarn
> -------------------
>
> Key: FLINK-2326
> URL: https://issues.apache.org/jira/browse/FLINK-2326
> Project: Flink
> Issue Type: Improvement
> Components: YARN Client
> Affects Versions: 0.9
> Environment: Centos 6.6
> Hadoop 2.7 secured with kerberos
> Flink 0.9
> Reporter: LINTE
> Assignee: Robert Metzger
>
> When a user launch a Flink cluster on yarn, i .yarn-properties file is
> created in the conf directory.
> In multiuser environnement the configuration directory is read only.
> Even with write permission for all user on conf directory, then just on user
> can run a Flink cluster.
> Regards
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)