GitHub user yaooqinn opened a pull request:
https://github.com/apache/spark/pull/17430
[SPARK-20096][Spark Submit][Minor]Expose the right queue name not null if
set by --conf or configure file
## What changes were proposed in this pull request?
while submit apps with -v or --verboseï¼ we can print the right queue
name, but if we set a queue name with `spark.yarn.queue` by --conf or in the
spark-default.conf, we just got `null`
## How was this patch tested?
ut manully
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/yaooqinn/spark SPARK-20096
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/spark/pull/17430.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #17430
----
commit 1facc5ec45e40bf7fb916fe598c2fc0c69d3d7f3
Author: Kent Yao <[email protected]>
Date: 2017-03-25T11:36:29Z
expose queue set by --conf or spark-default.conf
----
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]