Skip to content

Commit

Permalink
TEZ-3736. SubmittedDAGs is always 0 in Resource Manager UI. Contribut…
Browse files Browse the repository at this point in the history
…ed by Artem Velykorodnyi.
  • Loading branch information
sidseth committed May 30, 2017
1 parent 542a199 commit 59e65aa
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1401,7 +1401,7 @@ public String submitDAGToAppMaster(DAGPlan dagPlan,
if (LOG.isDebugEnabled()) {
LOG.debug("Invoked with additional local resources: " + additionalResources);
}
if (dagPlan.getName().startsWith(TezConstants.TEZ_PREWARM_DAG_NAME_PREFIX)) {
if (!dagPlan.getName().startsWith(TezConstants.TEZ_PREWARM_DAG_NAME_PREFIX)) {
submittedDAGs.incrementAndGet();
}
startDAG(dagPlan, additionalResources);
Expand Down

0 comments on commit 59e65aa

Please sign in to comment.