Kai Sasaki created YARN-4608:
--------------------------------
Summary: Redundant code statement in WritingYarnApplications
Key: YARN-4608
URL: https://issues.apache.org/jira/browse/YARN-4608
Project: Hadoop YARN
Issue Type: Bug
Components: documentation
Reporter: Kai Sasaki
Assignee: Kai Sasaki
Priority: Minor
There is redundant statement application master section in
{{WritingYarnApplications}}.
{code}
List<Container> previousAMRunningContainers =
response.getContainersFromPreviousAttempts();
List<Container> previousAMRunningContainers =
response.getContainersFromPreviousAttempts();
{code}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)