[GitHub] spark pull request #15563: [SPARK-16759][CORE] Add a configuration property ...

2016-11-15 Thread weiqingy
Github user weiqingy commented on a diff in the pull request: https://github.com/apache/spark/pull/15563#discussion_r88064926 --- Diff: core/src/main/scala/org/apache/spark/internal/config/package.scala --- @@ -207,6 +207,10 @@ package object config { .booleanConf

[GitHub] spark pull request #15563: [SPARK-16759][CORE] Add a configuration property ...

2016-11-14 Thread tgravescs
Github user tgravescs commented on a diff in the pull request: https://github.com/apache/spark/pull/15563#discussion_r87876783 --- Diff: core/src/main/scala/org/apache/spark/internal/config/package.scala --- @@ -207,6 +207,10 @@ package object config { .booleanConf

[GitHub] spark pull request #15563: [SPARK-16759][CORE] Add a configuration property ...

2016-11-11 Thread rxin
Github user rxin commented on a diff in the pull request: https://github.com/apache/spark/pull/15563#discussion_r87688574 --- Diff: core/src/main/scala/org/apache/spark/internal/config/package.scala --- @@ -207,6 +207,10 @@ package object config { .booleanConf .cr

[GitHub] spark pull request #15563: [SPARK-16759][CORE] Add a configuration property ...

2016-11-11 Thread weiqingy
Github user weiqingy commented on a diff in the pull request: https://github.com/apache/spark/pull/15563#discussion_r87688398 --- Diff: core/src/main/scala/org/apache/spark/util/Utils.scala --- @@ -2578,26 +2579,38 @@ private[util] object CallerContext extends Logging { * @par

[GitHub] spark pull request #15563: [SPARK-16759][CORE] Add a configuration property ...

2016-11-11 Thread weiqingy
Github user weiqingy commented on a diff in the pull request: https://github.com/apache/spark/pull/15563#discussion_r87688391 --- Diff: core/src/main/scala/org/apache/spark/internal/config/package.scala --- @@ -207,6 +207,10 @@ package object config { .booleanConf

[GitHub] spark pull request #15563: [SPARK-16759][CORE] Add a configuration property ...

2016-11-11 Thread rxin
Github user rxin commented on a diff in the pull request: https://github.com/apache/spark/pull/15563#discussion_r87687846 --- Diff: core/src/main/scala/org/apache/spark/util/Utils.scala --- @@ -2578,26 +2579,38 @@ private[util] object CallerContext extends Logging { * @param t

[GitHub] spark pull request #15563: [SPARK-16759][CORE] Add a configuration property ...

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

[GitHub] spark pull request #15563: [SPARK-16759][CORE] Add a configuration property ...

2016-11-08 Thread weiqingy
Github user weiqingy commented on a diff in the pull request: https://github.com/apache/spark/pull/15563#discussion_r87131269 --- Diff: core/src/main/scala/org/apache/spark/util/Utils.scala --- @@ -2587,17 +2589,16 @@ private[spark] class CallerContext( taskId: Option[Long]

[GitHub] spark pull request #15563: [SPARK-16759][CORE] Add a configuration property ...

2016-11-08 Thread tgravescs
Github user tgravescs commented on a diff in the pull request: https://github.com/apache/spark/pull/15563#discussion_r86996076 --- Diff: core/src/main/scala/org/apache/spark/util/Utils.scala --- @@ -2582,7 +2586,7 @@ private[spark] class CallerContext( val callerContext

[GitHub] spark pull request #15563: [SPARK-16759][CORE] Add a configuration property ...

2016-11-08 Thread tgravescs
Github user tgravescs commented on a diff in the pull request: https://github.com/apache/spark/pull/15563#discussion_r86994979 --- Diff: core/src/main/scala/org/apache/spark/util/Utils.scala --- @@ -2551,6 +2551,7 @@ private[util] object CallerContext extends Logging { */

[GitHub] spark pull request #15563: [SPARK-16759][CORE] Add a configuration property ...

2016-11-07 Thread weiqingy
Github user weiqingy commented on a diff in the pull request: https://github.com/apache/spark/pull/15563#discussion_r86930677 --- Diff: core/src/main/scala/org/apache/spark/util/Utils.scala --- @@ -2523,6 +2524,8 @@ private[spark] class CallerContext( taskId: Option[Long] =

[GitHub] spark pull request #15563: [SPARK-16759][CORE] Add a configuration property ...

2016-11-07 Thread weiqingy
Github user weiqingy commented on a diff in the pull request: https://github.com/apache/spark/pull/15563#discussion_r86930281 --- Diff: core/src/main/scala/org/apache/spark/util/Utils.scala --- @@ -2551,6 +2551,7 @@ private[util] object CallerContext extends Logging { */

[GitHub] spark pull request #15563: [SPARK-16759][CORE] Add a configuration property ...

2016-11-07 Thread weiqingy
Github user weiqingy commented on a diff in the pull request: https://github.com/apache/spark/pull/15563#discussion_r86930303 --- Diff: core/src/main/scala/org/apache/spark/util/Utils.scala --- @@ -2591,6 +2595,16 @@ private[spark] class CallerContext( } }

[GitHub] spark pull request #15563: [SPARK-16759][CORE] Add a configuration property ...

2016-11-07 Thread mridulm
Github user mridulm commented on a diff in the pull request: https://github.com/apache/spark/pull/15563#discussion_r86874659 --- Diff: core/src/main/scala/org/apache/spark/util/Utils.scala --- @@ -2569,7 +2572,8 @@ private[spark] class CallerContext( if (taskAttemptNumber.

[GitHub] spark pull request #15563: [SPARK-16759][CORE] Add a configuration property ...

2016-11-07 Thread mridulm
Github user mridulm commented on a diff in the pull request: https://github.com/apache/spark/pull/15563#discussion_r86874432 --- Diff: core/src/main/scala/org/apache/spark/util/Utils.scala --- @@ -2591,6 +2595,16 @@ private[spark] class CallerContext( } }

[GitHub] spark pull request #15563: [SPARK-16759][CORE] Add a configuration property ...

2016-11-07 Thread mridulm
Github user mridulm commented on a diff in the pull request: https://github.com/apache/spark/pull/15563#discussion_r86874386 --- Diff: core/src/main/scala/org/apache/spark/util/Utils.scala --- @@ -2582,7 +2586,7 @@ private[spark] class CallerContext( val callerContext =

[GitHub] spark pull request #15563: [SPARK-16759][CORE] Add a configuration property ...

2016-11-07 Thread mridulm
Github user mridulm commented on a diff in the pull request: https://github.com/apache/spark/pull/15563#discussion_r86873923 --- Diff: core/src/main/scala/org/apache/spark/util/Utils.scala --- @@ -2523,6 +2524,8 @@ private[spark] class CallerContext( taskId: Option[Long] = N

[GitHub] spark pull request #15563: [SPARK-16759][CORE] Add a configuration property ...

2016-11-07 Thread tgravescs
Github user tgravescs commented on a diff in the pull request: https://github.com/apache/spark/pull/15563#discussion_r86805324 --- Diff: docs/running-on-yarn.md --- @@ -495,6 +495,15 @@ To use a custom metrics.properties for the application master and executors, upd name mat

[GitHub] spark pull request #15563: [SPARK-16759][CORE] Add a configuration property ...

2016-11-07 Thread tgravescs
Github user tgravescs commented on a diff in the pull request: https://github.com/apache/spark/pull/15563#discussion_r86802158 --- Diff: core/src/main/scala/org/apache/spark/util/Utils.scala --- @@ -2591,6 +2595,16 @@ private[spark] class CallerContext( } }

[GitHub] spark pull request #15563: [SPARK-16759][CORE] Add a configuration property ...

2016-11-07 Thread tgravescs
Github user tgravescs commented on a diff in the pull request: https://github.com/apache/spark/pull/15563#discussion_r86797578 --- Diff: core/src/main/scala/org/apache/spark/util/Utils.scala --- @@ -2591,6 +2595,16 @@ private[spark] class CallerContext( } }

[GitHub] spark pull request #15563: [SPARK-16759][CORE] Add a configuration property ...

2016-11-07 Thread tgravescs
Github user tgravescs commented on a diff in the pull request: https://github.com/apache/spark/pull/15563#discussion_r86795494 --- Diff: core/src/main/scala/org/apache/spark/util/Utils.scala --- @@ -2551,6 +2551,7 @@ private[util] object CallerContext extends Logging { */

[GitHub] spark pull request #15563: [SPARK-16759][CORE] Add a configuration property ...

2016-10-27 Thread weiqingy
Github user weiqingy commented on a diff in the pull request: https://github.com/apache/spark/pull/15563#discussion_r85383591 --- Diff: core/src/main/scala/org/apache/spark/scheduler/Task.scala --- @@ -92,8 +92,16 @@ private[spark] abstract class Task[T]( kill(interruptTh

[GitHub] spark pull request #15563: [SPARK-16759][CORE] Add a configuration property ...

2016-10-27 Thread weiqingy
Github user weiqingy commented on a diff in the pull request: https://github.com/apache/spark/pull/15563#discussion_r85382940 --- Diff: core/src/main/scala/org/apache/spark/deploy/SparkSubmit.scala --- @@ -465,6 +465,8 @@ object SparkSubmit { OptionAssigner(args.archives,

[GitHub] spark pull request #15563: [SPARK-16759][CORE] Add a configuration property ...

2016-10-20 Thread jerryshao
Github user jerryshao commented on a diff in the pull request: https://github.com/apache/spark/pull/15563#discussion_r84229497 --- Diff: core/src/main/scala/org/apache/spark/scheduler/Task.scala --- @@ -92,8 +92,16 @@ private[spark] abstract class Task[T]( kill(interruptT

[GitHub] spark pull request #15563: [SPARK-16759][CORE] Add a configuration property ...

2016-10-20 Thread jerryshao
Github user jerryshao commented on a diff in the pull request: https://github.com/apache/spark/pull/15563#discussion_r84228545 --- Diff: core/src/main/scala/org/apache/spark/deploy/SparkSubmit.scala --- @@ -465,6 +465,8 @@ object SparkSubmit { OptionAssigner(args.archives

[GitHub] spark pull request #15563: [SPARK-16759][CORE] Add a configuration property ...

2016-10-19 Thread weiqingy
GitHub user weiqingy opened a pull request: https://github.com/apache/spark/pull/15563 [SPARK-16759][CORE] Add a configuration property to pass in caller contexts of upstream applications into Spark ## What changes were proposed in this pull request? Many applications take Spark