[
https://issues.apache.org/jira/browse/FLINK-6701?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16026385#comment-16026385
]
ASF GitHub Bot commented on FLINK-6701:
---------------------------------------
Github user greghogan commented on a diff in the pull request:
https://github.com/apache/flink/pull/3990#discussion_r118719900
--- Diff:
flink-yarn/src/main/java/org/apache/flink/yarn/AbstractYarnClusterDescriptor.java
---
@@ -984,11 +983,10 @@ private void failSessionDuringDeployment(YarnClient
yarnClient, YarnClientApplic
yarnClient.stop();
}
-
private static class ClusterResourceDescription {
- final public int totalFreeMemory;
- final public int containerLimit;
- final public int[] nodeManagersFree;
+ public final int totalFreeMemory;
+ public final int containerLimit;
+ public final int[] nodeManagersFree;
--- End diff --
Indentation.
> Activate strict checkstyle for flink-yarn
> -----------------------------------------
>
> Key: FLINK-6701
> URL: https://issues.apache.org/jira/browse/FLINK-6701
> Project: Flink
> Issue Type: Sub-task
> Components: YARN
> Reporter: Chesnay Schepler
> Assignee: Chesnay Schepler
> Fix For: 1.4.0
>
>
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)