[GitHub] spark issue #20002: [SPARK-22465][Core][WIP] Add a safety-check to RDD defau...

2017-12-16 Thread sujithjay
Github user sujithjay commented on the issue: https://github.com/apache/spark/pull/20002 Thank you, @HyukjinKwon . The tests passed after rebasing. --- - To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org

[GitHub] spark issue #18812: [SPARK-21606][SQL]HiveThriftServer2 catches OOMs on requ...

2017-12-16 Thread liufengdb
Github user liufengdb commented on the issue: https://github.com/apache/spark/pull/18812 I actually did not get the motivation of this PR. HiveThriftServer2 can run independently or be started with a SQL context:

[GitHub] spark pull request #18812: [SPARK-21606][SQL]HiveThriftServer2 catches OOMs ...

2017-12-16 Thread liufengdb
Github user liufengdb commented on a diff in the pull request: https://github.com/apache/spark/pull/18812#discussion_r157361046 --- Diff: sql/hive-thriftserver/src/main/java/org/apache/hive/service/server/HiveServer2.java --- @@ -39,6 +32,8 @@ import

[GitHub] spark pull request #19977: [SPARK-22771][SQL] Concatenate binary inputs into...

2017-12-16 Thread gatorsmile
Github user gatorsmile commented on a diff in the pull request: https://github.com/apache/spark/pull/19977#discussion_r157361039 --- Diff: sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/expressions/stringExpressions.scala --- @@ -50,15 +51,23 @@ import

[GitHub] spark pull request #18812: [SPARK-21606][SQL]HiveThriftServer2 catches OOMs ...

2017-12-16 Thread liufengdb
Github user liufengdb commented on a diff in the pull request: https://github.com/apache/spark/pull/18812#discussion_r157361025 --- Diff: sql/hive-thriftserver/src/main/java/org/apache/hive/service/cli/thrift/ThriftBinaryCLIService.java --- @@ -37,21 +30,29 @@ import

[GitHub] spark issue #19989: [SPARK-22793][SQL]Memory leak in Spark Thrift Server

2017-12-16 Thread liufengdb
Github user liufengdb commented on the issue: https://github.com/apache/spark/pull/19989 I think this method can take care of resource clean up automatically:

[GitHub] spark issue #19149: [SPARK-21652][SQL][FOLLOW-UP] Fix rule conflict caused b...

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

[GitHub] spark issue #19989: [SPARK-22793][SQL]Memory leak in Spark Thrift Server

2017-12-16 Thread gatorsmile
Github user gatorsmile commented on the issue: https://github.com/apache/spark/pull/19989 cc @liufengdb --- - To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org For additional commands, e-mail:

[GitHub] spark pull request #20001: [SPARK-22816][TEST] Basic tests for PromoteString...

2017-12-16 Thread gatorsmile
Github user gatorsmile commented on a diff in the pull request: https://github.com/apache/spark/pull/20001#discussion_r157358754 --- Diff: sql/core/src/test/resources/sql-tests/inputs/typeCoercion/native/inConversion.sql --- @@ -0,0 +1,245 @@ +-- +-- Licensed to the

[GitHub] spark issue #20000: [SPARK-22815] [SQL] Keep PromotePrecision in Optimized P...

2017-12-16 Thread gatorsmile
Github user gatorsmile commented on the issue: https://github.com/apache/spark/pull/2 cc @cloud-fan --- - To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org For additional commands, e-mail:

[GitHub] spark issue #20000: [SPARK-22815] [SQL] Keep PromotePrecision in Optimized P...

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

[GitHub] spark issue #19995: [SPARK-22807] [Scheduler] Remove config that says docker...

2017-12-16 Thread HyukjinKwon
Github user HyukjinKwon commented on the issue: https://github.com/apache/spark/pull/19995 FYI, AppVeyor failure is fixed separately in #20003. --- - To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org For

[GitHub] spark pull request #20003: [SPARK-22817][R] Use fixed testthat version for S...

2017-12-16 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/spark/pull/20003 --- - To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org For additional commands, e-mail: reviews-h...@spark.apache.org

[GitHub] spark issue #20002: [SPARK-22465][Core][WIP] Add a safety-check to RDD defau...

2017-12-16 Thread HyukjinKwon
Github user HyukjinKwon commented on the issue: https://github.com/apache/spark/pull/20002 It was fixed in https://github.com/apache/spark/pull/20003. Rebasing should make the test apssed. --- - To unsubscribe,

[GitHub] spark issue #20003: [SPARK-22817][R] Use fixed testthat version for SparkR t...

2017-12-16 Thread HyukjinKwon
Github user HyukjinKwon commented on the issue: https://github.com/apache/spark/pull/20003 Merged to master and branch-2.2. --- - To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org For additional commands,

[GitHub] spark issue #20003: [SPARK-22817][R] Use fixed testthat version for SparkR t...

2017-12-16 Thread HyukjinKwon
Github user HyukjinKwon commented on the issue: https://github.com/apache/spark/pull/20003 I am also backporting this to branch-2.2 and branch-2.1 too. Currently, we don't run AppVeyor on those branches so it's fine but we will potentially meet this test failure if we start to run.

[GitHub] spark issue #20003: [SPARK-22817][R] Use fixed testthat version for SparkR t...

2017-12-16 Thread HyukjinKwon
Github user HyukjinKwon commented on the issue: https://github.com/apache/spark/pull/20003 I am going to merge this to resolve unrelated AppVeyor test failures in other PRs, and as CRAN check failure in Jenkins should not be related with it. ---

[GitHub] spark issue #19954: [SPARK-22757][Kubernetes] Enable use of remote dependenc...

2017-12-16 Thread AmplabJenkins
Github user AmplabJenkins commented on the issue: https://github.com/apache/spark/pull/19954 Merged build finished. Test FAILed. --- - To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org For additional

[GitHub] spark issue #19954: [SPARK-22757][Kubernetes] Enable use of remote dependenc...

2017-12-16 Thread AmplabJenkins
Github user AmplabJenkins commented on the issue: https://github.com/apache/spark/pull/19954 Test FAILed. Refer to this link for build results (access rights to CI server needed): https://amplab.cs.berkeley.edu/jenkins//job/SparkPullRequestBuilder/85013/ Test FAILed. ---

[GitHub] spark issue #19954: [SPARK-22757][Kubernetes] Enable use of remote dependenc...

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

[GitHub] spark issue #19992: [SPARK-22805][CORE] Use StorageLevel aliases in event lo...

2017-12-16 Thread AmplabJenkins
Github user AmplabJenkins commented on the issue: https://github.com/apache/spark/pull/19992 Merged build finished. Test FAILed. --- - To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org For additional

[GitHub] spark issue #19992: [SPARK-22805][CORE] Use StorageLevel aliases in event lo...

2017-12-16 Thread AmplabJenkins
Github user AmplabJenkins commented on the issue: https://github.com/apache/spark/pull/19992 Test FAILed. Refer to this link for build results (access rights to CI server needed): https://amplab.cs.berkeley.edu/jenkins//job/SparkPullRequestBuilder/85012/ Test FAILed. ---

[GitHub] spark issue #19992: [SPARK-22805][CORE] Use StorageLevel aliases in event lo...

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

[GitHub] spark issue #19992: [SPARK-22805][CORE] Use StorageLevel aliases in event lo...

2017-12-16 Thread superbobry
Github user superbobry commented on the issue: https://github.com/apache/spark/pull/19992 Minor update: I've simulated #18162 on one of our 80G event logs and (unless there is a bug in the filtering code) the log shrank to 157M. The effect of this patch was almost negligible, it

[GitHub] spark issue #17146: [SPARK-19806][ML][PySpark] PySpark GeneralizedLinearRegr...

2017-12-16 Thread yanboliang
Github user yanboliang commented on the issue: https://github.com/apache/spark/pull/17146 @Antoinelypro Sorry for late response. Actually we have default value if users don't set _link_ explicitly. Could you show the detail of your error case? Thanks. ---

[GitHub] spark issue #19954: [SPARK-22757][Kubernetes] Enable use of remote dependenc...

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

[GitHub] spark pull request #19954: [SPARK-22757][Kubernetes] Enable use of remote de...

2017-12-16 Thread liyinan926
Github user liyinan926 commented on a diff in the pull request: https://github.com/apache/spark/pull/19954#discussion_r157351657 --- Diff: resource-managers/kubernetes/core/src/main/scala/org/apache/spark/deploy/rest/k8s/KubernetesSparkDependencyDownloadInitContainer.scala --- @@

[GitHub] spark pull request #19959: [SPARK-22766] Install R linter package in spark l...

2017-12-16 Thread falaki
Github user falaki commented on a diff in the pull request: https://github.com/apache/spark/pull/19959#discussion_r157351383 --- Diff: dev/lint-r.R --- @@ -27,10 +27,11 @@ if (! library(SparkR, lib.loc = LOCAL_LIB_LOC, logical.return = TRUE)) { # Installs lintr from Github in

[GitHub] spark issue #19985: [SPARK-22791] [SQL] [SS] Redact Output of Explain

2017-12-16 Thread AmplabJenkins
Github user AmplabJenkins commented on the issue: https://github.com/apache/spark/pull/19985 Merged build finished. Test FAILed. --- - To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org For additional

[GitHub] spark issue #19985: [SPARK-22791] [SQL] [SS] Redact Output of Explain

2017-12-16 Thread AmplabJenkins
Github user AmplabJenkins commented on the issue: https://github.com/apache/spark/pull/19985 Test FAILed. Refer to this link for build results (access rights to CI server needed): https://amplab.cs.berkeley.edu/jenkins//job/SparkPullRequestBuilder/85011/ Test FAILed. ---

[GitHub] spark issue #19985: [SPARK-22791] [SQL] [SS] Redact Output of Explain

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

[GitHub] spark issue #19992: [SPARK-22805][CORE] Use StorageLevel aliases in event lo...

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

[GitHub] spark issue #20003: [SPARK-22817][R] Use fixed testthat version for SparkR t...

2017-12-16 Thread AmplabJenkins
Github user AmplabJenkins commented on the issue: https://github.com/apache/spark/pull/20003 Test FAILed. Refer to this link for build results (access rights to CI server needed): https://amplab.cs.berkeley.edu/jenkins//job/SparkPullRequestBuilder/85010/ Test FAILed. ---

[GitHub] spark issue #20003: [SPARK-22817][R] Use fixed testthat version for SparkR t...

2017-12-16 Thread AmplabJenkins
Github user AmplabJenkins commented on the issue: https://github.com/apache/spark/pull/20003 Merged build finished. Test FAILed. --- - To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org For additional

[GitHub] spark issue #20003: [SPARK-22817][R] Use fixed testthat version for SparkR t...

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

[GitHub] spark issue #20003: [SPARK-22817][R] Use fixed testthat version for SparkR t...

2017-12-16 Thread AmplabJenkins
Github user AmplabJenkins commented on the issue: https://github.com/apache/spark/pull/20003 Test FAILed. Refer to this link for build results (access rights to CI server needed): https://amplab.cs.berkeley.edu/jenkins//job/SparkPullRequestBuilder/85009/ Test FAILed. ---

[GitHub] spark issue #20003: [SPARK-22817][R] Use fixed testthat version for SparkR t...

2017-12-16 Thread AmplabJenkins
Github user AmplabJenkins commented on the issue: https://github.com/apache/spark/pull/20003 Merged build finished. Test FAILed. --- - To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org For additional

[GitHub] spark issue #20003: [SPARK-22817][R] Use fixed testthat version for SparkR t...

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

[GitHub] spark issue #19985: [SPARK-22791] [SQL] [SS] Redact Output of Explain

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

[GitHub] spark issue #19985: [SPARK-22791] [SQL] [SS] Redact Output of Explain

2017-12-16 Thread gatorsmile
Github user gatorsmile commented on the issue: https://github.com/apache/spark/pull/19985 retest this please --- - To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org For additional commands, e-mail:

[GitHub] spark issue #20001: [SPARK-22816][TEST] Basic tests for PromoteStrings and I...

2017-12-16 Thread AmplabJenkins
Github user AmplabJenkins commented on the issue: https://github.com/apache/spark/pull/20001 Merged build finished. Test FAILed. --- - To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org For additional

[GitHub] spark issue #20001: [SPARK-22816][TEST] Basic tests for PromoteStrings and I...

2017-12-16 Thread AmplabJenkins
Github user AmplabJenkins commented on the issue: https://github.com/apache/spark/pull/20001 Test FAILed. Refer to this link for build results (access rights to CI server needed): https://amplab.cs.berkeley.edu/jenkins//job/SparkPullRequestBuilder/85008/ Test FAILed. ---

[GitHub] spark issue #20001: [SPARK-22816][TEST] Basic tests for PromoteStrings and I...

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

[GitHub] spark issue #19998: [SPARK-22813][BUILD] Use lsof or /usr/sbin/lsof in run-t...

2017-12-16 Thread kiszk
Github user kiszk commented on the issue: https://github.com/apache/spark/pull/19998 I see, thank you very much. --- - To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org For additional commands, e-mail:

[GitHub] spark pull request #19988: [Spark-22795] [ML] Raise error when line search i...

2017-12-16 Thread mrkm4ntr
Github user mrkm4ntr commented on a diff in the pull request: https://github.com/apache/spark/pull/19988#discussion_r157345097 --- Diff: mllib/src/main/scala/org/apache/spark/ml/optim/NormalEquationSolver.scala --- @@ -109,6 +109,11 @@ private[optim] class QuasiNewtonSolver(

[GitHub] spark issue #20003: [SPARK-22817][R] Use fixed testthat version for SparkR t...

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

[GitHub] spark issue #20003: [SPARK-22817][R] Use fixed testthat version for SparkR t...

2017-12-16 Thread HyukjinKwon
Github user HyukjinKwon commented on the issue: https://github.com/apache/spark/pull/20003 cc @felixcheung, could you take a look please? --- - To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org For

[GitHub] spark issue #20003: [WIP][SPARK-22817][R] Use fixed testthat version for Spa...

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

[GitHub] spark issue #20003: [WIP][SPARK-22817][R] Use fixed testthat version for Spa...

2017-12-16 Thread HyukjinKwon
Github user HyukjinKwon commented on the issue: https://github.com/apache/spark/pull/20003 Note that this is unrelated with the ongoing CRAN check failure in Jenkins. AppVeyor tests are being failed for a separate reason and we don't run CRAN check in AppVeyor. ---

[GitHub] spark pull request #20003: [WIP][SPARK-22817][R] Use fixed testthat version ...

2017-12-16 Thread HyukjinKwon
GitHub user HyukjinKwon opened a pull request: https://github.com/apache/spark/pull/20003 [WIP][SPARK-22817][R] Use fixed testthat version for SparkR tests in AppVeyor ## What changes were proposed in this pull request? `testthat` 2.0.0 is released and AppVeyor now started

[GitHub] spark issue #19998: [SPARK-22813][BUILD] Use lsof or /usr/sbin/lsof in run-t...

2017-12-16 Thread HyukjinKwon
Github user HyukjinKwon commented on the issue: https://github.com/apache/spark/pull/19998 Let's wait for a bit. Let me restart this once we started to get passed. Seems globally failed in R's CRAN check. --- - To

[GitHub] spark issue #20001: [SPARK-22816][TEST] Basic tests for PromoteStrings and I...

2017-12-16 Thread AmplabJenkins
Github user AmplabJenkins commented on the issue: https://github.com/apache/spark/pull/20001 Test FAILed. Refer to this link for build results (access rights to CI server needed): https://amplab.cs.berkeley.edu/jenkins//job/SparkPullRequestBuilder/85007/ Test FAILed. ---

[GitHub] spark issue #20001: [SPARK-22816][TEST] Basic tests for PromoteStrings and I...

2017-12-16 Thread AmplabJenkins
Github user AmplabJenkins commented on the issue: https://github.com/apache/spark/pull/20001 Merged build finished. Test FAILed. --- - To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org For additional

[GitHub] spark issue #19998: [SPARK-22813][BUILD] Use lsof or /usr/sbin/lsof in run-t...

2017-12-16 Thread kiszk
Github user kiszk commented on the issue: https://github.com/apache/spark/pull/19998 Should we retest this again? --- - To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org For additional commands, e-mail:

[GitHub] spark issue #20001: [SPARK-22816][TEST] Basic tests for PromoteStrings and I...

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

[GitHub] spark issue #19977: [SPARK-22771][SQL] Concatenate binary inputs into a bina...

2017-12-16 Thread AmplabJenkins
Github user AmplabJenkins commented on the issue: https://github.com/apache/spark/pull/19977 Test FAILed. Refer to this link for build results (access rights to CI server needed): https://amplab.cs.berkeley.edu/jenkins//job/SparkPullRequestBuilder/85005/ Test FAILed. ---

[GitHub] spark issue #19977: [SPARK-22771][SQL] Concatenate binary inputs into a bina...

2017-12-16 Thread AmplabJenkins
Github user AmplabJenkins commented on the issue: https://github.com/apache/spark/pull/19977 Merged build finished. Test FAILed. --- - To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org For additional

[GitHub] spark issue #19977: [SPARK-22771][SQL] Concatenate binary inputs into a bina...

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

[GitHub] spark pull request #19950: [SPARK-22450][Core][MLLib][FollowUp] safely regis...

2017-12-16 Thread srowen
Github user srowen commented on a diff in the pull request: https://github.com/apache/spark/pull/19950#discussion_r157343175 --- Diff: mllib/src/test/scala/org/apache/spark/mllib/clustering/KMeansSuite.scala --- @@ -311,6 +312,23 @@ class KMeansSuite extends SparkFunSuite with

[GitHub] spark pull request #19950: [SPARK-22450][Core][MLLib][FollowUp] safely regis...

2017-12-16 Thread srowen
Github user srowen commented on a diff in the pull request: https://github.com/apache/spark/pull/19950#discussion_r157343154 --- Diff: mllib/src/test/scala/org/apache/spark/ml/feature/LabeledPointSuite.scala --- @@ -0,0 +1,42 @@ +/* + * Licensed to the Apache Software

[GitHub] spark pull request #19950: [SPARK-22450][Core][MLLib][FollowUp] safely regis...

2017-12-16 Thread srowen
Github user srowen commented on a diff in the pull request: https://github.com/apache/spark/pull/19950#discussion_r157343164 --- Diff: mllib/src/test/scala/org/apache/spark/ml/tree/impl/TreePointSuite.scala --- @@ -0,0 +1,39 @@ +/* + * Licensed to the Apache Software

[GitHub] spark issue #20002: [SPARK-22465][Core][WIP] Add a safety-check to RDD defau...

2017-12-16 Thread HyukjinKwon
Github user HyukjinKwon commented on the issue: https://github.com/apache/spark/pull/20002 Yup, AppVeyor test seems unrelated. In a quick look, AppVeyor is related with the latest `testthat` (1.0.2 -> 2.0.0). Will take a look for this separately. ---

[GitHub] spark pull request #19988: [Spark-22795] [ML] Raise error when line search i...

2017-12-16 Thread srowen
Github user srowen commented on a diff in the pull request: https://github.com/apache/spark/pull/19988#discussion_r157342991 --- Diff: mllib/src/main/scala/org/apache/spark/ml/optim/NormalEquationSolver.scala --- @@ -109,6 +109,11 @@ private[optim] class QuasiNewtonSolver(

[GitHub] spark issue #20002: [SPARK-22465][Core][WIP] Add a safety-check to RDD defau...

2017-12-16 Thread sujithjay
Github user sujithjay commented on the issue: https://github.com/apache/spark/pull/20002 cc: @tgravescs @codlife Could you please review this? --- - To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org For

[GitHub] spark issue #20002: [SPARK-22465][Core][WIP] Add a safety-check to RDD defau...

2017-12-16 Thread sujithjay
Github user sujithjay commented on the issue: https://github.com/apache/spark/pull/20002 Hi @HyukjinKwon , can you please help me with these SparkR tests failures? They seem unrelated to me. --- - To unsubscribe,

[GitHub] spark issue #20002: [SPARK-22465][Core][WIP] Add a safety-check to RDD defau...

2017-12-16 Thread sujithjay
Github user sujithjay commented on the issue: https://github.com/apache/spark/pull/20002 SparkR test failure seems unrelated to this PR. Any ideas what's wrong? --- - To unsubscribe, e-mail:

[GitHub] spark issue #20001: [SPARK-22816][TEST] Basic tests for PromoteStrings and I...

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

[GitHub] spark issue #20002: [SPARK-22465][Core][WIP] Add a safety-check to RDD defau...

2017-12-16 Thread sujithjay
Github user sujithjay commented on the issue: https://github.com/apache/spark/pull/20002 SparkR test failure seems unrelated to this PR. Any ideas what's wrong? --- - To unsubscribe, e-mail:

[GitHub] spark issue #19995: [SPARK-22807] [Scheduler] Remove config that says docker...

2017-12-16 Thread AmplabJenkins
Github user AmplabJenkins commented on the issue: https://github.com/apache/spark/pull/19995 Merged build finished. Test FAILed. --- - To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org For additional

[GitHub] spark issue #19995: [SPARK-22807] [Scheduler] Remove config that says docker...

2017-12-16 Thread AmplabJenkins
Github user AmplabJenkins commented on the issue: https://github.com/apache/spark/pull/19995 Test FAILed. Refer to this link for build results (access rights to CI server needed): https://amplab.cs.berkeley.edu/jenkins//job/SparkPullRequestBuilder/85004/ Test FAILed. ---

[GitHub] spark issue #19995: [SPARK-22807] [Scheduler] Remove config that says docker...

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

[GitHub] spark issue #20001: [SPARK-22816][TEST] Basic tests for PromoteStrings and I...

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

[GitHub] spark issue #20002: [SPARK-22465][Core][WIP] Add a safety-check to RDD defau...

2017-12-16 Thread AmplabJenkins
Github user AmplabJenkins commented on the issue: https://github.com/apache/spark/pull/20002 Can one of the admins verify this patch? --- - To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org For additional

[GitHub] spark pull request #20002: [SPARK-22465][Core][WIP] Add a safety-check to RD...

2017-12-16 Thread sujithjay
GitHub user sujithjay opened a pull request: https://github.com/apache/spark/pull/20002 [SPARK-22465][Core][WIP] Add a safety-check to RDD defaultPartitioner ## What changes were proposed in this pull request? In choosing a Partitioner to use for a cogroup-like operation between

[GitHub] spark pull request #20001: [SPARK-22762][TEST] Basic tests for PromoteString...

2017-12-16 Thread wangyum
GitHub user wangyum opened a pull request: https://github.com/apache/spark/pull/20001 [SPARK-22762][TEST] Basic tests for PromoteStrings and InConversion ## What changes were proposed in this pull request? Test Coverage for `PromoteStrings` and `InConversion`, this is a

[GitHub] spark issue #19992: [SPARK-22805][CORE] Use StorageLevel aliases in event lo...

2017-12-16 Thread AmplabJenkins
Github user AmplabJenkins commented on the issue: https://github.com/apache/spark/pull/19992 Merged build finished. Test FAILed. --- - To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org For additional

[GitHub] spark issue #19992: [SPARK-22805][CORE] Use StorageLevel aliases in event lo...

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

[GitHub] spark issue #19992: [SPARK-22805][CORE] Use StorageLevel aliases in event lo...

2017-12-16 Thread AmplabJenkins
Github user AmplabJenkins commented on the issue: https://github.com/apache/spark/pull/19992 Test FAILed. Refer to this link for build results (access rights to CI server needed): https://amplab.cs.berkeley.edu/jenkins//job/SparkPullRequestBuilder/85006/ Test FAILed. ---

[GitHub] spark issue #19992: [SPARK-22805][CORE] Use StorageLevel aliases in event lo...

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

[GitHub] spark pull request #19992: [SPARK-22805][CORE] Use StorageLevel aliases in e...

2017-12-16 Thread superbobry
Github user superbobry commented on a diff in the pull request: https://github.com/apache/spark/pull/19992#discussion_r157340550 --- Diff: core/src/main/scala/org/apache/spark/storage/StorageLevel.scala --- @@ -132,6 +132,23 @@ class StorageLevel private( override def

[GitHub] spark issue #19977: [SPARK-22771][SQL] Concatenate binary inputs into a bina...

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

[GitHub] spark issue #19977: [SPARK-22771][SQL] Concatenate binary inputs into a bina...

2017-12-16 Thread maropu
Github user maropu commented on the issue: https://github.com/apache/spark/pull/19977 retest this please --- - To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org For additional commands, e-mail:

[GitHub] spark issue #19977: [SPARK-22771][SQL] Concatenate binary inputs into a bina...

2017-12-16 Thread maropu
Github user maropu commented on the issue: https://github.com/apache/spark/pull/19977 oh... --- - To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org For additional commands, e-mail:

[GitHub] spark issue #19977: [SPARK-22771][SQL] Concatenate binary inputs into a bina...

2017-12-16 Thread AmplabJenkins
Github user AmplabJenkins commented on the issue: https://github.com/apache/spark/pull/19977 Merged build finished. Test FAILed. --- - To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org For additional

[GitHub] spark issue #19977: [SPARK-22771][SQL] Concatenate binary inputs into a bina...

2017-12-16 Thread AmplabJenkins
Github user AmplabJenkins commented on the issue: https://github.com/apache/spark/pull/19977 Test FAILed. Refer to this link for build results (access rights to CI server needed): https://amplab.cs.berkeley.edu/jenkins//job/SparkPullRequestBuilder/85000/ Test FAILed. ---

[GitHub] spark issue #19985: [SPARK-22791] [SQL] [SS] Redact Output of Explain

2017-12-16 Thread AmplabJenkins
Github user AmplabJenkins commented on the issue: https://github.com/apache/spark/pull/19985 Test FAILed. Refer to this link for build results (access rights to CI server needed): https://amplab.cs.berkeley.edu/jenkins//job/SparkPullRequestBuilder/85002/ Test FAILed. ---

[GitHub] spark issue #19998: [SPARK-22813][BUILD] Use lsof or /usr/sbin/lsof in run-t...

2017-12-16 Thread AmplabJenkins
Github user AmplabJenkins commented on the issue: https://github.com/apache/spark/pull/19998 Test FAILed. Refer to this link for build results (access rights to CI server needed): https://amplab.cs.berkeley.edu/jenkins//job/SparkPullRequestBuilder/84999/ Test FAILed. ---

[GitHub] spark issue #19977: [SPARK-22771][SQL] Concatenate binary inputs into a bina...

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

[GitHub] spark issue #19985: [SPARK-22791] [SQL] [SS] Redact Output of Explain

2017-12-16 Thread AmplabJenkins
Github user AmplabJenkins commented on the issue: https://github.com/apache/spark/pull/19985 Merged build finished. Test FAILed. --- - To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org For additional

[GitHub] spark issue #19985: [SPARK-22791] [SQL] [SS] Redact Output of Explain

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

[GitHub] spark issue #19998: [SPARK-22813][BUILD] Use lsof or /usr/sbin/lsof in run-t...

2017-12-16 Thread AmplabJenkins
Github user AmplabJenkins commented on the issue: https://github.com/apache/spark/pull/19998 Merged build finished. Test FAILed. --- - To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org For additional

[GitHub] spark issue #19998: [SPARK-22813][BUILD] Use lsof or /usr/sbin/lsof in run-t...

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

[GitHub] spark issue #20000: [SPARK-22815] [SQL] Keep PromotePrecision in Optimized P...

2017-12-16 Thread AmplabJenkins
Github user AmplabJenkins commented on the issue: https://github.com/apache/spark/pull/2 Test FAILed. Refer to this link for build results (access rights to CI server needed): https://amplab.cs.berkeley.edu/jenkins//job/SparkPullRequestBuilder/85003/ Test FAILed. ---

[GitHub] spark issue #20000: [SPARK-22815] [SQL] Keep PromotePrecision in Optimized P...

2017-12-16 Thread AmplabJenkins
Github user AmplabJenkins commented on the issue: https://github.com/apache/spark/pull/2 Merged build finished. Test FAILed. --- - To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org For additional

[GitHub] spark issue #20000: [SPARK-22815] [SQL] Keep PromotePrecision in Optimized P...

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

[GitHub] spark issue #19594: [SPARK-21984] [SQL] Join estimation based on equi-height...

2017-12-16 Thread AmplabJenkins
Github user AmplabJenkins commented on the issue: https://github.com/apache/spark/pull/19594 Merged build finished. Test FAILed. --- - To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org For additional

[GitHub] spark issue #19594: [SPARK-21984] [SQL] Join estimation based on equi-height...

2017-12-16 Thread AmplabJenkins
Github user AmplabJenkins commented on the issue: https://github.com/apache/spark/pull/19594 Test FAILed. Refer to this link for build results (access rights to CI server needed): https://amplab.cs.berkeley.edu/jenkins//job/SparkPullRequestBuilder/85001/ Test FAILed. ---

[GitHub] spark issue #19594: [SPARK-21984] [SQL] Join estimation based on equi-height...

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

[GitHub] spark issue #19995: [SPARK-22807] [Scheduler] Remove config that says docker...

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

[GitHub] spark issue #19995: [SPARK-22807] [Scheduler] Remove config that says docker...

2017-12-16 Thread HyukjinKwon
Github user HyukjinKwon commented on the issue: https://github.com/apache/spark/pull/19995 retest this please --- - To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org For additional commands, e-mail:

  1   2   >