steveloughran opened a new pull request, #38084:
URL: https://github.com/apache/spark/pull/38084
### What changes were proposed in this pull request?
The options passed from spark conf, hive-site.xml, AWS env vars now all
record this in their source attribute of the entries.
The Configuration Writable methods do not propagate this, so it is not as
useful cluster-wide than it could be. It does help with some of the basic
troubleshooting.
### Why are the changes needed?
Helps when troubleshooting where options make their way down. These can be
examined
and logged later.
For example, my cloudstore diagnosticss JAR can do this in its storediag
command
and in an s3a AWS credential provider. I may add some of that logging
at debug to the ASF hadoop implementations.
https://github.com/steveloughran/cloudstore
### Does this PR introduce _any_ user-facing change?
<!--
Note that it means *any* user-facing change including all aspects such as
the documentation fix.
If yes, please clarify the previous behavior and the change this PR proposes
- provide the console output, description and/or an example to show the
behavior difference if possible.
If possible, please also clarify if this is a user-facing change compared to
the released Spark versions or within the unreleased branches such as master.
If no, write 'No'.
-->
Not *really*. It's a very low level diagnostics feature in the Hadoop
configuration classes.
### How was this patch tested?
New tests added; existing tests enhanced.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]