Grant Sohn created YARN-7200:
--------------------------------
Summary: SLS generates a realtimetrack.json file but that file is
missing the closing ']'
Key: YARN-7200
URL: https://issues.apache.org/jira/browse/YARN-7200
Project: Hadoop YARN
Issue Type: Bug
Components: scheduler-load-simulator
Reporter: Grant Sohn
Priority: Minor
File
hadoop-tools/hadoop-sls/src/main/java/org/apache/hadoop/yarn/sls/scheduler/SchedulerMetrics.java
shows:
{noformat}
void tearDown() throws Exception {
if (metricsLogBW != null) {
metricsLogBW.write("]");
metricsLogBW.close();
}
....
{noformat}
So the exit logic is flawed.
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]