Details
-
Improvement
-
Status: Resolved
-
Minor
-
Resolution: Fixed
-
3.3.2
-
None
Description
Hadoop's Configuration class allows the caller to declare the origin of an option in the set(key, value, source) method.
Having spark do this for all programmatically set values helps people trying to debug where values came from. This is particularly relevant when looking at AWS env var propagation.