spark git commit: [SPARK-23820][CORE] Enable use of long form of callsite in logs

2018-09-12 Thread wenchen
Repository: spark Updated Branches: refs/heads/branch-2.4 15d2e9d7d -> 71f70130f [SPARK-23820][CORE] Enable use of long form of callsite in logs This is a rework of #21433 to address some concerns there. Closes #22398 from michaelmior/long-callsite2. Authored-by: Michael Mior

spark git commit: [SPARK-23820][CORE] Enable use of long form of callsite in logs

2018-09-12 Thread wenchen
Repository: spark Updated Branches: refs/heads/master 3030b82c8 -> ab25c9679 [SPARK-23820][CORE] Enable use of long form of callsite in logs This is a rework of #21433 to address some concerns there. Closes #22398 from michaelmior/long-callsite2. Authored-by: Michael Mior Signed-off-by:

spark git commit: [SPARK-23820][CORE] Enable use of long form of callsite in logs

2018-07-05 Thread srowen
Repository: spark Updated Branches: refs/heads/master 32cfd3e75 -> e58dadb77 [SPARK-23820][CORE] Enable use of long form of callsite in logs This adds an option to event logging to include the long form of the callsite instead of the short form. Author: Michael Mior Closes #21433 from