GitHub user peterableda opened a pull request:
https://github.com/apache/spark/pull/16172
[SPARK-18740] Log spark.app.name in driver logs
## What changes were proposed in this pull request?
Added simple logInfo line to print out the `spark.app.name` in the driver
logs
## How was this patch tested?
Spark was built and tested with SparkPi app. Example log:
```
16/12/06 05:49:50 INFO spark.SparkContext: Running Spark version 2.0.0
16/12/06 05:49:52 INFO spark.SparkContext: Submitted application: Spark Pi
16/12/06 05:49:52 INFO spark.SecurityManager: Changing view acls to: root
16/12/06 05:49:52 INFO spark.SecurityManager: Changing modify acls to: root
```
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/peterableda/spark feature/print_appname
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/spark/pull/16172.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 #16172
----
commit 5401e64552325353104bc7addf180a5a37f35047
Author: Peter Ableda <[email protected]>
Date: 2016-12-06T14:18:03Z
log out spark.app.name in the Spark driver logs
----
---
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]