提交 ca1a7b9d 编写于 作者: J jerryshao 提交者: Marcelo Vanzin

[HOTFIX][YARN] Fix yarn cluster mode fire and forget regression

## What changes were proposed in this pull request?

Fire and forget is disabled by default, with this patch #10205 it is enabled by default, so this is a regression should be fixed.

## How was this patch tested?

Manually verified this change.

Author: jerryshao <sshao@hortonworks.com>

Closes #11577 from jerryshao/hot-fix-yarn-cluster.
上级 7d05d02b
......@@ -89,7 +89,7 @@ private[spark] class Client(
}
}
}
private val fireAndForget = isClusterMode && sparkConf.get(WAIT_FOR_APP_COMPLETION)
private val fireAndForget = isClusterMode && !sparkConf.get(WAIT_FOR_APP_COMPLETION)
private var appId: ApplicationId = null
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册