[GitHub] spark pull request #18210: [SPARK-20993][CORE]The configuration item about '...

2017-06-12 Thread guoxiaolongzte
Github user guoxiaolongzte closed the pull request at: https://github.com/apache/spark/pull/18210 --- 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

[GitHub] spark pull request #18210: [SPARK-20993][CORE]The configuration item about '...

2017-06-09 Thread srowen
Github user srowen commented on a diff in the pull request: https://github.com/apache/spark/pull/18210#discussion_r121073292 --- Diff: core/src/main/scala/org/apache/spark/scheduler/BlacklistTracker.scala --- @@ -336,9 +336,9 @@ private[scheduler] object BlacklistTracker extends

[GitHub] spark pull request #18210: [SPARK-20993][CORE]The configuration item about '...

2017-06-08 Thread guoxiaolongzte
Github user guoxiaolongzte commented on a diff in the pull request: https://github.com/apache/spark/pull/18210#discussion_r121033457 --- Diff: core/src/main/scala/org/apache/spark/scheduler/BlacklistTracker.scala --- @@ -336,9 +336,9 @@ private[scheduler] object BlacklistTracker

[GitHub] spark pull request #18210: [SPARK-20993][CORE]The configuration item about '...

2017-06-08 Thread jerryshao
Github user jerryshao commented on a diff in the pull request: https://github.com/apache/spark/pull/18210#discussion_r120848724 --- Diff: core/src/main/scala/org/apache/spark/scheduler/BlacklistTracker.scala --- @@ -336,9 +336,9 @@ private[scheduler] object BlacklistTracker

[GitHub] spark pull request #18210: [SPARK-20993][CORE]The configuration item about '...

2017-06-08 Thread srowen
Github user srowen commented on a diff in the pull request: https://github.com/apache/spark/pull/18210#discussion_r120844928 --- Diff: core/src/main/scala/org/apache/spark/scheduler/BlacklistTracker.scala --- @@ -336,9 +336,9 @@ private[scheduler] object BlacklistTracker extends

[GitHub] spark pull request #18210: [SPARK-20993][CORE]The configuration item about '...

2017-06-08 Thread jerryshao
Github user jerryshao commented on a diff in the pull request: https://github.com/apache/spark/pull/18210#discussion_r120816560 --- Diff: core/src/main/scala/org/apache/spark/scheduler/BlacklistTracker.scala --- @@ -336,9 +336,9 @@ private[scheduler] object BlacklistTracker

[GitHub] spark pull request #18210: [SPARK-20993][CORE]The configuration item about '...

2017-06-08 Thread jerryshao
Github user jerryshao commented on a diff in the pull request: https://github.com/apache/spark/pull/18210#discussion_r120816418 --- Diff: core/src/main/scala/org/apache/spark/scheduler/BlacklistTracker.scala --- @@ -336,9 +336,9 @@ private[scheduler] object BlacklistTracker

[GitHub] spark pull request #18210: [SPARK-20993][CORE]The configuration item about '...

2017-06-06 Thread guoxiaolongzte
GitHub user guoxiaolongzte opened a pull request: https://github.com/apache/spark/pull/18210 [SPARK-20993][CORE]The configuration item about 'Spark.blacklist.enabled' need to set the default value 'false' ## What changes were proposed in this pull request? The