spark-instrumented-optimizer/core/src/main
Marcelo Vanzin 5fd22d0536
[SPARK-25546][CORE] Don't cache value of EVENT_LOG_CALLSITE_LONG_FORM.
Caching the value of that config means different instances of SparkEnv
will always use whatever was the first value to be read. It also breaks
tests that use RDDInfo outside of the scope of a SparkContext.

Since this is not a performance sensitive area, there's no advantage
in caching the config value.

Closes #22558 from vanzin/SPARK-25546.

Authored-by: Marcelo Vanzin <vanzin@cloudera.com>
Signed-off-by: Dongjoon Hyun <dongjoon@apache.org>
2018-09-27 09:26:50 -07:00
..
java/org/apache/spark [SPARK-24918][CORE] Executor Plugin API 2018-09-20 11:52:20 -07:00
resources/org/apache/spark [SPARK-25468][WEBUI] Highlight current page index in the spark UI 2018-09-27 00:02:05 -05:00
scala/org/apache/spark [SPARK-25546][CORE] Don't cache value of EVENT_LOG_CALLSITE_LONG_FORM. 2018-09-27 09:26:50 -07:00