[GitHub] spark issue #20640: [SPARK-19755][Mesos] Blacklist is always active for Meso...

2018-02-20 Thread IgorBerman
Github user IgorBerman commented on the issue: https://github.com/apache/spark/pull/20640 @squito ok, I've cherry-picked @ 2 commits, so the history will contain his contribution and added on top of it commit with your proposition, hope now it's ok ---

[GitHub] spark issue #20640: [SPARK-19755][Mesos] Blacklist is always active for Meso...

2018-02-20 Thread SparkQA
Github user SparkQA commented on the issue: https://github.com/apache/spark/pull/20640 **[Test build #87563 has started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/87563/testReport)** for PR 20640 at commit

[GitHub] spark pull request #17619: [SPARK-19755][Mesos] Blacklist is always active f...

2018-02-20 Thread skonto
Github user skonto commented on a diff in the pull request: https://github.com/apache/spark/pull/17619#discussion_r169450317 --- Diff: resource-managers/mesos/src/main/scala/org/apache/spark/scheduler/cluster/mesos/MesosCoarseGrainedSchedulerBackend.scala --- @@ -484,7 +481,6 @@

[GitHub] spark issue #20640: [SPARK-19755][Mesos] Blacklist is always active for Meso...

2018-02-20 Thread SparkQA
Github user SparkQA commented on the issue: https://github.com/apache/spark/pull/20640 **[Test build #87564 has started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/87564/testReport)** for PR 20640 at commit

[GitHub] spark issue #20613: [SPARK-23368][SQL] Avoid unnecessary Exchange or Sort af...

2018-02-20 Thread SparkQA
Github user SparkQA commented on the issue: https://github.com/apache/spark/pull/20613 **[Test build #87565 has started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/87565/testReport)** for PR 20613 at commit

[GitHub] spark issue #20631: [SPARK-23454][SS][DOCS] Added trigger information to the...

2018-02-20 Thread AmplabJenkins
Github user AmplabJenkins commented on the issue: https://github.com/apache/spark/pull/20631 Merged build finished. Test PASSed. --- - To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org For additional

[GitHub] spark issue #20631: [SPARK-23454][SS][DOCS] Added trigger information to the...

2018-02-20 Thread AmplabJenkins
Github user AmplabJenkins commented on the issue: https://github.com/apache/spark/pull/20631 Test PASSed. Refer to this link for build results (access rights to CI server needed): https://amplab.cs.berkeley.edu/jenkins//job/SparkPullRequestBuilder/87561/ Test PASSed. ---

[GitHub] spark issue #20631: [SPARK-23454][SS][DOCS] Added trigger information to the...

2018-02-20 Thread SparkQA
Github user SparkQA commented on the issue: https://github.com/apache/spark/pull/20631 **[Test build #87561 has finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/87561/testReport)** for PR 20631 at commit

[GitHub] spark pull request #20604: [SPARK-23365][CORE] Do not adjust num executors w...

2018-02-20 Thread squito
Github user squito commented on a diff in the pull request: https://github.com/apache/spark/pull/20604#discussion_r169436456 --- Diff: core/src/main/scala/org/apache/spark/ExecutorAllocationManager.scala --- @@ -334,6 +336,10 @@ private[spark] class ExecutorAllocationManager(

[GitHub] spark pull request #20604: [SPARK-23365][CORE] Do not adjust num executors w...

2018-02-20 Thread squito
Github user squito commented on a diff in the pull request: https://github.com/apache/spark/pull/20604#discussion_r169437530 --- Diff: core/src/main/scala/org/apache/spark/SparkContext.scala --- @@ -1643,7 +1646,10 @@ class SparkContext(config: SparkConf) extends Logging {

[GitHub] spark pull request #20604: [SPARK-23365][CORE] Do not adjust num executors w...

2018-02-20 Thread squito
Github user squito commented on a diff in the pull request: https://github.com/apache/spark/pull/20604#discussion_r169438419 --- Diff: core/src/main/scala/org/apache/spark/ExecutorAllocationManager.scala --- @@ -455,7 +461,12 @@ private[spark] class ExecutorAllocationManager(

[GitHub] spark issue #20616: [SPARK-23434][SQL] Spark should not warn `metadata direc...

2018-02-20 Thread dongjoon-hyun
Github user dongjoon-hyun commented on the issue: https://github.com/apache/spark/pull/20616 Could you review this, @zsxwing and @gatorsmile ? --- - To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org For

[GitHub] spark issue #20603: [SPARK-23418][SQL]: Fail DataSourceV2 reads when user sc...

2018-02-20 Thread SparkQA
Github user SparkQA commented on the issue: https://github.com/apache/spark/pull/20603 **[Test build #87559 has finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/87559/testReport)** for PR 20603 at commit

[GitHub] spark issue #20632: [SPARK-3159] added subtree pruning in the translation fr...

2018-02-20 Thread asolimando
Github user asolimando commented on the issue: https://github.com/apache/spark/pull/20632 Given that we are converging I have squashed the commits into a single one. My local `mvn scalastyle:check` was passing (as well as the check done via the Scala plugin for IntelliiJ)

[GitHub] spark issue #20640: [SPARK-19755][Mesos] Blacklist is always active for Meso...

2018-02-20 Thread SparkQA
Github user SparkQA commented on the issue: https://github.com/apache/spark/pull/20640 **[Test build #87562 has started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/87562/testReport)** for PR 20640 at commit

[GitHub] spark pull request #20643: [SPARK-23468][core] Stringify auth secret before ...

2018-02-20 Thread vanzin
GitHub user vanzin opened a pull request: https://github.com/apache/spark/pull/20643 [SPARK-23468][core] Stringify auth secret before storing it in credentials. The secret is used as a string in many parts of the code, so it has to be turned into a hex string to avoid issues

[GitHub] spark issue #20643: [SPARK-23468][core] Stringify auth secret before storing...

2018-02-20 Thread vanzin
Github user vanzin commented on the issue: https://github.com/apache/spark/pull/20643 @jerryshao @tgravescs --- - To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org For additional commands, e-mail:

[GitHub] spark issue #20640: [SPARK-19755][Mesos] Blacklist is always active for Meso...

2018-02-20 Thread AmplabJenkins
Github user AmplabJenkins commented on the issue: https://github.com/apache/spark/pull/20640 Merged build finished. Test PASSed. --- - To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org For additional

[GitHub] spark pull request #20604: [SPARK-23365][CORE] Do not adjust num executors w...

2018-02-20 Thread vanzin
Github user vanzin commented on a diff in the pull request: https://github.com/apache/spark/pull/20604#discussion_r169452326 --- Diff: core/src/main/scala/org/apache/spark/SparkContext.scala --- @@ -1643,7 +1646,10 @@ class SparkContext(config: SparkConf) extends Logging {

[GitHub] spark issue #20640: [SPARK-19755][Mesos] Blacklist is always active for Meso...

2018-02-20 Thread AmplabJenkins
Github user AmplabJenkins commented on the issue: https://github.com/apache/spark/pull/20640 Test PASSed. Refer to this link for build results (access rights to CI server needed): https://amplab.cs.berkeley.edu/jenkins//job/SparkPullRequestBuilder/87563/ Test PASSed. ---

[GitHub] spark issue #20640: [SPARK-19755][Mesos] Blacklist is always active for Meso...

2018-02-20 Thread SparkQA
Github user SparkQA commented on the issue: https://github.com/apache/spark/pull/20640 **[Test build #87563 has finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/87563/testReport)** for PR 20640 at commit

<    1   2   3   4