[GitHub] spark pull request #15377: [SPARK-17802] Improved caller context logging.

2016-10-26 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/spark/pull/15377 --- 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

[GitHub] spark pull request #15377: [SPARK-17802] Improved caller context logging.

2016-10-24 Thread srowen
Github user srowen commented on a diff in the pull request: https://github.com/apache/spark/pull/15377#discussion_r84643899 --- Diff: core/src/main/scala/org/apache/spark/util/Utils.scala --- @@ -2508,6 +2508,27 @@ private[spark] object Utils extends Logging { } }

[GitHub] spark pull request #15377: [SPARK-17802] Improved caller context logging.

2016-10-22 Thread srowen
Github user srowen commented on a diff in the pull request: https://github.com/apache/spark/pull/15377#discussion_r84573004 --- Diff: core/src/main/scala/org/apache/spark/util/Utils.scala --- @@ -2432,6 +2432,30 @@ private[spark] object Utils extends Logging { } }

[GitHub] spark pull request #15377: [SPARK-17802] Improved caller context logging.

2016-10-20 Thread srowen
Github user srowen commented on a diff in the pull request: https://github.com/apache/spark/pull/15377#discussion_r84241076 --- Diff: core/src/main/scala/org/apache/spark/util/Utils.scala --- @@ -2432,6 +2432,18 @@ private[spark] object Utils extends Logging { } }

[GitHub] spark pull request #15377: [SPARK-17802] Improved caller context logging.

2016-10-19 Thread jerryshao
Github user jerryshao commented on a diff in the pull request: https://github.com/apache/spark/pull/15377#discussion_r84212380 --- Diff: core/src/main/scala/org/apache/spark/util/Utils.scala --- @@ -2432,6 +2432,26 @@ private[spark] object Utils extends Logging { } }

[GitHub] spark pull request #15377: [SPARK-17802] Improved caller context logging.

2016-10-19 Thread srowen
Github user srowen commented on a diff in the pull request: https://github.com/apache/spark/pull/15377#discussion_r84097831 --- Diff: core/src/main/scala/org/apache/spark/util/Utils.scala --- @@ -2432,6 +2432,26 @@ private[spark] object Utils extends Logging { } }

[GitHub] spark pull request #15377: [SPARK-17802] Improved caller context logging.

2016-10-13 Thread jerryshao
Github user jerryshao commented on a diff in the pull request: https://github.com/apache/spark/pull/15377#discussion_r83340292 --- Diff: core/src/main/scala/org/apache/spark/util/Utils.scala --- @@ -2474,25 +2478,42 @@ private[spark] class CallerContext( val context =

[GitHub] spark pull request #15377: [SPARK-17802] Improved caller context logging.

2016-10-13 Thread jerryshao
Github user jerryshao commented on a diff in the pull request: https://github.com/apache/spark/pull/15377#discussion_r83336101 --- Diff: core/src/main/scala/org/apache/spark/util/Utils.scala --- @@ -2474,25 +2478,42 @@ private[spark] class CallerContext( val context =

[GitHub] spark pull request #15377: [SPARK-17802] Improved caller context logging.

2016-10-13 Thread srowen
Github user srowen commented on a diff in the pull request: https://github.com/apache/spark/pull/15377#discussion_r83217975 --- Diff: core/src/main/scala/org/apache/spark/util/Utils.scala --- @@ -2474,25 +2478,42 @@ private[spark] class CallerContext( val context = "SPARK_"

[GitHub] spark pull request #15377: [SPARK-17802] Improved caller context logging.

2016-10-13 Thread lins05
Github user lins05 commented on a diff in the pull request: https://github.com/apache/spark/pull/15377#discussion_r83206341 --- Diff: core/src/main/scala/org/apache/spark/util/Utils.scala --- @@ -2479,20 +2483,35 @@ private[spark] class CallerContext( *

[GitHub] spark pull request #15377: [SPARK-17802] Improved caller context logging.

2016-10-13 Thread jerryshao
Github user jerryshao commented on a diff in the pull request: https://github.com/apache/spark/pull/15377#discussion_r83181601 --- Diff: core/src/main/scala/org/apache/spark/util/Utils.scala --- @@ -2479,20 +2483,35 @@ private[spark] class CallerContext( *

[GitHub] spark pull request #15377: [SPARK-17802] Improved caller context logging.

2016-10-13 Thread lins05
Github user lins05 commented on a diff in the pull request: https://github.com/apache/spark/pull/15377#discussion_r83179622 --- Diff: core/src/main/scala/org/apache/spark/util/Utils.scala --- @@ -2474,25 +2478,42 @@ private[spark] class CallerContext( val context = "SPARK_"

[GitHub] spark pull request #15377: [SPARK-17802] Improved caller context logging.

2016-10-13 Thread lins05
Github user lins05 commented on a diff in the pull request: https://github.com/apache/spark/pull/15377#discussion_r83179598 --- Diff: core/src/main/scala/org/apache/spark/util/Utils.scala --- @@ -2474,25 +2478,42 @@ private[spark] class CallerContext( val context = "SPARK_"

[GitHub] spark pull request #15377: [SPARK-17802] Improved caller context logging.

2016-10-13 Thread lins05
Github user lins05 commented on a diff in the pull request: https://github.com/apache/spark/pull/15377#discussion_r83179592 --- Diff: core/src/main/scala/org/apache/spark/util/Utils.scala --- @@ -2474,25 +2478,42 @@ private[spark] class CallerContext( val context = "SPARK_"

[GitHub] spark pull request #15377: [SPARK-17802] Improved caller context logging.

2016-10-13 Thread lins05
Github user lins05 commented on a diff in the pull request: https://github.com/apache/spark/pull/15377#discussion_r83178194 --- Diff: core/src/main/scala/org/apache/spark/util/Utils.scala --- @@ -2432,6 +2432,10 @@ private[spark] object Utils extends Logging { } }

[GitHub] spark pull request #15377: [SPARK-17802] Improved caller context logging.

2016-10-12 Thread jerryshao
Github user jerryshao commented on a diff in the pull request: https://github.com/apache/spark/pull/15377#discussion_r82943152 --- Diff: core/src/main/scala/org/apache/spark/util/Utils.scala --- @@ -2474,25 +2478,42 @@ private[spark] class CallerContext( val context =

[GitHub] spark pull request #15377: [SPARK-17802] Improved caller context logging.

2016-10-12 Thread jerryshao
Github user jerryshao commented on a diff in the pull request: https://github.com/apache/spark/pull/15377#discussion_r82942829 --- Diff: core/src/main/scala/org/apache/spark/util/Utils.scala --- @@ -2474,25 +2478,42 @@ private[spark] class CallerContext( val context =

[GitHub] spark pull request #15377: [SPARK-17802] Improved caller context logging.

2016-10-12 Thread jerryshao
Github user jerryshao commented on a diff in the pull request: https://github.com/apache/spark/pull/15377#discussion_r82942438 --- Diff: core/src/main/scala/org/apache/spark/util/Utils.scala --- @@ -2432,6 +2432,10 @@ private[spark] object Utils extends Logging { } }

[GitHub] spark pull request #15377: [SPARK-17802] Improved caller context logging.

2016-10-07 Thread lins05
Github user lins05 commented on a diff in the pull request: https://github.com/apache/spark/pull/15377#discussion_r82492566 --- Diff: core/src/main/scala/org/apache/spark/util/Utils.scala --- @@ -2474,25 +2474,36 @@ private[spark] class CallerContext( val context = "SPARK_"

[GitHub] spark pull request #15377: [SPARK-17802] Improved caller context logging.

2016-10-07 Thread lins05
Github user lins05 commented on a diff in the pull request: https://github.com/apache/spark/pull/15377#discussion_r82492524 --- Diff: core/src/main/scala/org/apache/spark/util/Utils.scala --- @@ -2432,6 +2432,10 @@ private[spark] object Utils extends Logging { } }

[GitHub] spark pull request #15377: [SPARK-17802] Improved caller context logging.

2016-10-07 Thread steveloughran
Github user steveloughran commented on a diff in the pull request: https://github.com/apache/spark/pull/15377#discussion_r82441129 --- Diff: core/src/main/scala/org/apache/spark/util/Utils.scala --- @@ -2474,25 +2474,36 @@ private[spark] class CallerContext( val context =

[GitHub] spark pull request #15377: [SPARK-17802] Improved caller context logging.

2016-10-07 Thread srowen
Github user srowen commented on a diff in the pull request: https://github.com/apache/spark/pull/15377#discussion_r82428699 --- Diff: core/src/main/scala/org/apache/spark/util/Utils.scala --- @@ -2432,6 +2432,10 @@ private[spark] object Utils extends Logging { } }

[GitHub] spark pull request #15377: [SPARK-17802] Improved caller context logging.

2016-10-06 Thread lins05
Github user lins05 commented on a diff in the pull request: https://github.com/apache/spark/pull/15377#discussion_r82224216 --- Diff: core/src/main/scala/org/apache/spark/util/Utils.scala --- @@ -2474,25 +2474,36 @@ private[spark] class CallerContext( val context = "SPARK_"

[GitHub] spark pull request #15377: [SPARK-17802] Improved caller context logging.

2016-10-06 Thread srowen
Github user srowen commented on a diff in the pull request: https://github.com/apache/spark/pull/15377#discussion_r82181784 --- Diff: core/src/main/scala/org/apache/spark/util/Utils.scala --- @@ -2474,25 +2474,36 @@ private[spark] class CallerContext( val context = "SPARK_"

[GitHub] spark pull request #15377: [SPARK-17802] Improved caller context logging.

2016-10-06 Thread srowen
Github user srowen commented on a diff in the pull request: https://github.com/apache/spark/pull/15377#discussion_r82159342 --- Diff: core/src/main/scala/org/apache/spark/util/Utils.scala --- @@ -2474,25 +2474,34 @@ private[spark] class CallerContext( val context = "SPARK_"

[GitHub] spark pull request #15377: [SPARK-17802] Improved caller context logging.

2016-10-06 Thread srowen
Github user srowen commented on a diff in the pull request: https://github.com/apache/spark/pull/15377#discussion_r82141925 --- Diff: core/src/main/scala/org/apache/spark/util/Utils.scala --- @@ -2474,25 +2474,35 @@ private[spark] class CallerContext( val context = "SPARK_"

[GitHub] spark pull request #15377: [SPARK-17802] Improved caller context logging.

2016-10-06 Thread lins05
Github user lins05 commented on a diff in the pull request: https://github.com/apache/spark/pull/15377#discussion_r82139291 --- Diff: core/src/main/scala/org/apache/spark/util/Utils.scala --- @@ -2474,25 +2474,36 @@ private[spark] class CallerContext( val context = "SPARK_"

[GitHub] spark pull request #15377: [SPARK-17802] Improved caller context logging.

2016-10-06 Thread lins05
Github user lins05 commented on a diff in the pull request: https://github.com/apache/spark/pull/15377#discussion_r82139283 --- Diff: core/src/main/scala/org/apache/spark/util/Utils.scala --- @@ -2474,25 +2474,36 @@ private[spark] class CallerContext( val context = "SPARK_"

[GitHub] spark pull request #15377: [SPARK-17802] Improved caller context logging.

2016-10-06 Thread srowen
Github user srowen commented on a diff in the pull request: https://github.com/apache/spark/pull/15377#discussion_r82136454 --- Diff: core/src/main/scala/org/apache/spark/util/Utils.scala --- @@ -2474,25 +2474,36 @@ private[spark] class CallerContext( val context = "SPARK_"

[GitHub] spark pull request #15377: [SPARK-17802] Improved caller context logging.

2016-10-06 Thread srowen
Github user srowen commented on a diff in the pull request: https://github.com/apache/spark/pull/15377#discussion_r82136515 --- Diff: core/src/main/scala/org/apache/spark/util/Utils.scala --- @@ -2474,25 +2474,36 @@ private[spark] class CallerContext( val context = "SPARK_"

[GitHub] spark pull request #15377: [SPARK-17802] Improved caller context logging.

2016-10-06 Thread lins05
GitHub user lins05 opened a pull request: https://github.com/apache/spark/pull/15377 [SPARK-17802] Improved caller context logging. ## What changes were proposed in this pull request? [SPARK-16757](https://issues.apache.org/jira/browse/SPARK-16757) sets the hadoop