[GitHub] spark issue #23081: [SPARK-26109][WebUI]Duration in the task summary metrics...

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

[GitHub] spark issue #23053: [SPARK-25957][K8S] Make building alternate language bind...

2018-11-20 Thread ifilonenko
Github user ifilonenko commented on the issue: https://github.com/apache/spark/pull/23053 LGTM. I will let @mccheah or @squito sign off on it with any additional comments / reviews --- - To unsubscribe, e-mail:

[GitHub] spark pull request #23096: [SPARK-26129][SQL] Instrumentation for per-query ...

2018-11-20 Thread dongjoon-hyun
Github user dongjoon-hyun commented on a diff in the pull request: https://github.com/apache/spark/pull/23096#discussion_r235185654 --- Diff: sql/core/src/main/scala/org/apache/spark/sql/SparkSession.scala --- @@ -648,7 +648,11 @@ class SparkSession private( * @since 2.0.0

[GitHub] spark issue #21688: [SPARK-21809] : Change Stage Page to use datatables to s...

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

[GitHub] spark issue #22305: [SPARK-24561][SQL][Python] User-defined window aggregati...

2018-11-20 Thread AmplabJenkins
Github user AmplabJenkins commented on the issue: https://github.com/apache/spark/pull/22305 Test PASSed. Refer to this link for build results (access rights to CI server needed):

[GitHub] spark issue #22305: [SPARK-24561][SQL][Python] User-defined window aggregati...

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

[GitHub] spark issue #22305: [SPARK-24561][SQL][Python] User-defined window aggregati...

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

[GitHub] spark pull request #21688: [SPARK-21809] : Change Stage Page to use datatabl...

2018-11-20 Thread pgandhi999
Github user pgandhi999 commented on a diff in the pull request: https://github.com/apache/spark/pull/21688#discussion_r235184492 --- Diff: core/src/main/scala/org/apache/spark/ui/jobs/StagePage.scala --- @@ -92,6 +92,14 @@ private[ui] class StagePage(parent: StagesTab, store:

[GitHub] spark pull request #21688: [SPARK-21809] : Change Stage Page to use datatabl...

2018-11-20 Thread pgandhi999
Github user pgandhi999 commented on a diff in the pull request: https://github.com/apache/spark/pull/21688#discussion_r235184400 --- Diff: core/src/main/scala/org/apache/spark/ui/jobs/StagePage.scala --- @@ -259,7 +278,8 @@ private[ui] class StagePage(parent: StagesTab, store:

[GitHub] spark pull request #21688: [SPARK-21809] : Change Stage Page to use datatabl...

2018-11-20 Thread pgandhi999
Github user pgandhi999 commented on a diff in the pull request: https://github.com/apache/spark/pull/21688#discussion_r235184320 --- Diff: core/src/main/scala/org/apache/spark/status/api/v1/StagesResource.scala --- @@ -102,4 +103,120 @@ private[v1] class StagesResource extends

[GitHub] spark pull request #21688: [SPARK-21809] : Change Stage Page to use datatabl...

2018-11-20 Thread pgandhi999
Github user pgandhi999 commented on a diff in the pull request: https://github.com/apache/spark/pull/21688#discussion_r235184363 --- Diff: core/src/main/scala/org/apache/spark/ui/jobs/StagePage.scala --- @@ -315,187 +241,22 @@ private[ui] class StagePage(parent: StagesTab, store:

[GitHub] spark issue #22305: [SPARK-24561][SQL][Python] User-defined window aggregati...

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

[GitHub] spark issue #22305: [SPARK-24561][SQL][Python] User-defined window aggregati...

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

[GitHub] spark issue #22305: [SPARK-24561][SQL][Python] User-defined window aggregati...

2018-11-20 Thread AmplabJenkins
Github user AmplabJenkins commented on the issue: https://github.com/apache/spark/pull/22305 Test PASSed. Refer to this link for build results (access rights to CI server needed):

[GitHub] spark pull request #20788: [SPARK-23647][PYTHON][SQL] Adds more types for hi...

2018-11-20 Thread DylanGuedes
Github user DylanGuedes commented on a diff in the pull request: https://github.com/apache/spark/pull/20788#discussion_r235183021 --- Diff: python/pyspark/sql/tests/test_dataframe.py --- @@ -375,6 +375,19 @@ def test_generic_hints(self): plan =

[GitHub] spark pull request #22305: [SPARK-24561][SQL][Python] User-defined window ag...

2018-11-20 Thread icexelloss
Github user icexelloss commented on a diff in the pull request: https://github.com/apache/spark/pull/22305#discussion_r235182927 --- Diff: core/src/main/scala/org/apache/spark/api/python/PythonRunner.scala --- @@ -63,7 +65,7 @@ private[spark] object PythonEvalType { */

[GitHub] spark pull request #23096: [SPARK-26129][SQL] Instrumentation for per-query ...

2018-11-20 Thread rxin
Github user rxin commented on a diff in the pull request: https://github.com/apache/spark/pull/23096#discussion_r235182105 --- Diff: sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/rules/RuleExecutor.scala --- @@ -88,15 +101,20 @@ abstract class RuleExecutor[TreeType <:

[GitHub] spark issue #23053: [SPARK-25957][K8S] Make building alternate language bind...

2018-11-20 Thread ramaddepally
Github user ramaddepally commented on the issue: https://github.com/apache/spark/pull/23053 > > You need to make the appropriate change to `setup-integration-test-env.sh` to ensure that the PySpark tests pass in the integration-test suite > > Thanks for pointing that out. I

[GitHub] spark issue #23053: [SPARK-25957][K8S] Make building alternate language bind...

2018-11-20 Thread AmplabJenkins
Github user AmplabJenkins commented on the issue: https://github.com/apache/spark/pull/23053 Test PASSed. Refer to this link for build results (access rights to CI server needed):

[GitHub] spark pull request #23096: [SPARK-26129][SQL] Instrumentation for per-query ...

2018-11-20 Thread abehm
Github user abehm commented on a diff in the pull request: https://github.com/apache/spark/pull/23096#discussion_r235180423 --- Diff: sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/rules/RuleExecutor.scala --- @@ -88,15 +101,20 @@ abstract class RuleExecutor[TreeType

[GitHub] spark issue #23053: [SPARK-25957][K8S] Make building alternate language bind...

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

[GitHub] spark issue #23053: [SPARK-25957][K8S] Make building alternate language bind...

2018-11-20 Thread SparkQA
Github user SparkQA commented on the issue: https://github.com/apache/spark/pull/23053 Kubernetes integration test status success URL: https://amplab.cs.berkeley.edu/jenkins/job/testing-k8s-prb-make-spark-distribution-unified/5194/ ---

[GitHub] spark issue #23095: [SPARK-23886][SS] Update query status for ContinuousExec...

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

[GitHub] spark issue #23095: [SPARK-23886][SS] Update query status for ContinuousExec...

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

[GitHub] spark issue #23096: [SPARK-26129][SQL] Instrumentation for per-query plannin...

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

[GitHub] spark issue #23096: [SPARK-26129][SQL] Instrumentation for per-query plannin...

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

[GitHub] spark issue #23096: [SPARK-26129][SQL] Instrumentation for per-query plannin...

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

[GitHub] spark issue #23095: [SPARK-23886][SS] Update query status for ContinuousExec...

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

[GitHub] spark issue #23096: [SPARK-26129][SQL] Instrumentation for per-query plannin...

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

[GitHub] spark issue #23053: [SPARK-25957][K8S] Make building alternate language bind...

2018-11-20 Thread SparkQA
Github user SparkQA commented on the issue: https://github.com/apache/spark/pull/23053 Kubernetes integration test starting URL: https://amplab.cs.berkeley.edu/jenkins/job/testing-k8s-prb-make-spark-distribution-unified/5194/ ---

[GitHub] spark issue #23096: [SPARK-26129][SQL] Instrumentation for per-query plannin...

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

[GitHub] spark issue #23096: [SPARK-26129][SQL] Instrumentation for per-query plannin...

2018-11-20 Thread AmplabJenkins
Github user AmplabJenkins commented on the issue: https://github.com/apache/spark/pull/23096 Test PASSed. Refer to this link for build results (access rights to CI server needed):

[GitHub] spark issue #23096: [SPARK-26129][SQL] Instrumentation for per-query plannin...

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

[GitHub] spark issue #23053: [SPARK-25957][K8S] Make building alternate language bind...

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

[GitHub] spark issue #22994: [BUILD] refactor dev/lint-python in to something readabl...

2018-11-20 Thread shaneknapp
Github user shaneknapp commented on the issue: https://github.com/apache/spark/pull/22994 gonna hold off on backporting until i inspect each branch independently. --- - To unsubscribe, e-mail:

[GitHub] spark issue #23053: [SPARK-25957][K8S] Make building alternate language bind...

2018-11-20 Thread ramaddepally
Github user ramaddepally commented on the issue: https://github.com/apache/spark/pull/23053 > You need to make the appropriate change to `setup-integration-test-env.sh` to ensure that the PySpark tests pass in the integration-test suite Thanks for pointing that out. I will

[GitHub] spark issue #23075: [SPARK-26084][SQL] Fixes unresolved AggregateExpression....

2018-11-20 Thread MaxGekk
Github user MaxGekk commented on the issue: https://github.com/apache/spark/pull/23075 @ssimeonov Thank you for your contribution to Spark. We wait for your next PR. --- - To unsubscribe, e-mail:

[GitHub] spark issue #22305: [SPARK-24561][SQL][Python] User-defined window aggregati...

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

[GitHub] spark issue #22305: [SPARK-24561][SQL][Python] User-defined window aggregati...

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

[GitHub] spark issue #22305: [SPARK-24561][SQL][Python] User-defined window aggregati...

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

[GitHub] spark pull request #23096: [SPARK-26129][SQL] Instrumentation for per-query ...

2018-11-20 Thread abehm
Github user abehm commented on a diff in the pull request: https://github.com/apache/spark/pull/23096#discussion_r235166000 --- Diff: sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/rules/RuleExecutor.scala --- @@ -88,15 +92,18 @@ abstract class RuleExecutor[TreeType <:

[GitHub] spark pull request #21688: [SPARK-21809] : Change Stage Page to use datatabl...

2018-11-20 Thread tgravescs
Github user tgravescs commented on a diff in the pull request: https://github.com/apache/spark/pull/21688#discussion_r235164507 --- Diff: core/src/main/scala/org/apache/spark/ui/jobs/StagePage.scala --- @@ -92,6 +92,14 @@ private[ui] class StagePage(parent: StagesTab, store:

[GitHub] spark pull request #22994: [BUILD] refactor dev/lint-python in to something ...

2018-11-20 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/spark/pull/22994 --- - To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org For additional commands, e-mail: reviews-h...@spark.apache.org

[GitHub] spark pull request #23096: [SPARK-26129][SQL] Instrumentation for per-query ...

2018-11-20 Thread rxin
Github user rxin commented on a diff in the pull request: https://github.com/apache/spark/pull/23096#discussion_r235162047 --- Diff: sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/rules/RuleExecutor.scala --- @@ -88,15 +92,18 @@ abstract class RuleExecutor[TreeType <:

[GitHub] spark pull request #23096: [SPARK-26129][SQL] Instrumentation for per-query ...

2018-11-20 Thread rxin
Github user rxin commented on a diff in the pull request: https://github.com/apache/spark/pull/23096#discussion_r235161825 --- Diff: sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/analysis/Analyzer.scala --- @@ -696,7 +701,7 @@ class Analyzer(

[GitHub] spark issue #23053: [SPARK-25957][K8S] Make building alternate language bind...

2018-11-20 Thread ifilonenko
Github user ifilonenko commented on the issue: https://github.com/apache/spark/pull/23053 You need to make the appropriate change to `setup-integration-test-env.sh` to ensure that the PySpark tests pass in the integration-test suite ---

[GitHub] spark pull request #23096: [SPARK-26129][SQL] Instrumentation for per-query ...

2018-11-20 Thread rxin
Github user rxin commented on a diff in the pull request: https://github.com/apache/spark/pull/23096#discussion_r235161336 --- Diff: sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/QueryPlanningTracker.scala --- @@ -0,0 +1,109 @@ +/* + * Licensed to the Apache

[GitHub] spark pull request #23075: [SPARK-26084][SQL] Fixes unresolved AggregateExpr...

2018-11-20 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/spark/pull/23075 --- - To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org For additional commands, e-mail: reviews-h...@spark.apache.org

[GitHub] spark pull request #23096: [SPARK-26129][SQL] Instrumentation for per-query ...

2018-11-20 Thread hvanhovell
Github user hvanhovell commented on a diff in the pull request: https://github.com/apache/spark/pull/23096#discussion_r235159238 --- Diff: sql/core/src/main/scala/org/apache/spark/sql/SparkSession.scala --- @@ -648,7 +648,11 @@ class SparkSession private( * @since 2.0.0

[GitHub] spark issue #23075: [SPARK-26084][SQL] Fixes unresolved AggregateExpression....

2018-11-20 Thread hvanhovell
Github user hvanhovell commented on the issue: https://github.com/apache/spark/pull/23075 Also backported to 2.3/2.4. --- - To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org For additional commands,

[GitHub] spark issue #23053: [SPARK-25957][K8S] Make building alternate language bind...

2018-11-20 Thread SparkQA
Github user SparkQA commented on the issue: https://github.com/apache/spark/pull/23053 Kubernetes integration test status failure URL: https://amplab.cs.berkeley.edu/jenkins/job/testing-k8s-prb-make-spark-distribution-unified/5191/ ---

[GitHub] spark issue #23053: [SPARK-25957][K8S] Make building alternate language bind...

2018-11-20 Thread AmplabJenkins
Github user AmplabJenkins commented on the issue: https://github.com/apache/spark/pull/23053 Test FAILed. Refer to this link for build results (access rights to CI server needed):

[GitHub] spark issue #23053: [SPARK-25957][K8S] Make building alternate language bind...

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

[GitHub] spark issue #23075: [SPARK-26084][SQL] Fixes unresolved AggregateExpression....

2018-11-20 Thread hvanhovell
Github user hvanhovell commented on the issue: https://github.com/apache/spark/pull/23075 Merging to master. Thanks! --- - To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org For additional commands,

[GitHub] spark pull request #21688: [SPARK-21809] : Change Stage Page to use datatabl...

2018-11-20 Thread tgravescs
Github user tgravescs commented on a diff in the pull request: https://github.com/apache/spark/pull/21688#discussion_r235157033 --- Diff: core/src/main/scala/org/apache/spark/ui/jobs/StagePage.scala --- @@ -259,7 +278,8 @@ private[ui] class StagePage(parent: StagesTab, store:

[GitHub] spark issue #21688: [SPARK-21809] : Change Stage Page to use datatables to s...

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

[GitHub] spark issue #23097: [SPARK-26043][HOTFIX] Hotfix a change to SparkHadoopUtil...

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

[GitHub] spark issue #23097: [SPARK-26043][HOTFIX] Hotfix a change to SparkHadoopUtil...

2018-11-20 Thread AmplabJenkins
Github user AmplabJenkins commented on the issue: https://github.com/apache/spark/pull/23097 Test PASSed. Refer to this link for build results (access rights to CI server needed):

[GitHub] spark issue #23097: [SPARK-26043][HOTFIX] Hotfix a change to SparkHadoopUtil...

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

[GitHub] spark issue #23096: [SPARK-26129][SQL] Instrumentation for per-query plannin...

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

[GitHub] spark issue #23096: [SPARK-26129][SQL] Instrumentation for per-query plannin...

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

[GitHub] spark issue #23096: [SPARK-26129][SQL] Instrumentation for per-query plannin...

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

[GitHub] spark pull request #23097: [SPARK-26043][HOTFIX] Hotfix a change to SparkHad...

2018-11-20 Thread srowen
GitHub user srowen opened a pull request: https://github.com/apache/spark/pull/23097 [SPARK-26043][HOTFIX] Hotfix a change to SparkHadoopUtil that doesn't work in 2.11 ## What changes were proposed in this pull request? Hotfix a change to SparkHadoopUtil that doesn't work

[GitHub] spark issue #21688: [SPARK-21809] : Change Stage Page to use datatables to s...

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

[GitHub] spark issue #23053: [SPARK-25957][K8S] Make building alternate language bind...

2018-11-20 Thread SparkQA
Github user SparkQA commented on the issue: https://github.com/apache/spark/pull/23053 Kubernetes integration test starting URL: https://amplab.cs.berkeley.edu/jenkins/job/testing-k8s-prb-make-spark-distribution-unified/5191/ ---

[GitHub] spark issue #23081: [SPARK-26109][WebUI]Duration in the task summary metrics...

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

[GitHub] spark issue #23081: [SPARK-26109][WebUI]Duration in the task summary metrics...

2018-11-20 Thread AmplabJenkins
Github user AmplabJenkins commented on the issue: https://github.com/apache/spark/pull/23081 Test PASSed. Refer to this link for build results (access rights to CI server needed):

[GitHub] spark issue #23081: [SPARK-26109][WebUI]Duration in the task summary metrics...

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

[GitHub] spark pull request #23096: [SPARK-26129][SQL] Instrumentation for per-query ...

2018-11-20 Thread abehm
Github user abehm commented on a diff in the pull request: https://github.com/apache/spark/pull/23096#discussion_r235137901 --- Diff: sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/analysis/Analyzer.scala --- @@ -211,7 +216,7 @@ class Analyzer( case

[GitHub] spark pull request #23096: [SPARK-26129][SQL] Instrumentation for per-query ...

2018-11-20 Thread abehm
Github user abehm commented on a diff in the pull request: https://github.com/apache/spark/pull/23096#discussion_r235141963 --- Diff: sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/analysis/Analyzer.scala --- @@ -102,29 +102,34 @@ class Analyzer( this(catalog,

[GitHub] spark pull request #23096: [SPARK-26129][SQL] Instrumentation for per-query ...

2018-11-20 Thread abehm
Github user abehm commented on a diff in the pull request: https://github.com/apache/spark/pull/23096#discussion_r235150178 --- Diff: sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/QueryPlanningTracker.scala --- @@ -0,0 +1,109 @@ +/* + * Licensed to the Apache

[GitHub] spark pull request #23096: [SPARK-26129][SQL] Instrumentation for per-query ...

2018-11-20 Thread abehm
Github user abehm commented on a diff in the pull request: https://github.com/apache/spark/pull/23096#discussion_r235146495 --- Diff: sql/catalyst/src/test/scala/org/apache/spark/sql/catalyst/analysis/AnalysisTest.scala --- @@ -54,7 +54,7 @@ trait AnalysisTest extends PlanTest {

[GitHub] spark pull request #23096: [SPARK-26129][SQL] Instrumentation for per-query ...

2018-11-20 Thread abehm
Github user abehm commented on a diff in the pull request: https://github.com/apache/spark/pull/23096#discussion_r235144120 --- Diff: sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/analysis/Analyzer.scala --- @@ -696,7 +701,7 @@ class Analyzer(

[GitHub] spark pull request #23096: [SPARK-26129][SQL] Instrumentation for per-query ...

2018-11-20 Thread abehm
Github user abehm commented on a diff in the pull request: https://github.com/apache/spark/pull/23096#discussion_r235151635 --- Diff: sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/rules/RuleExecutor.scala --- @@ -88,15 +92,18 @@ abstract class RuleExecutor[TreeType <:

[GitHub] spark pull request #23096: [SPARK-26129][SQL] Instrumentation for per-query ...

2018-11-20 Thread abehm
Github user abehm commented on a diff in the pull request: https://github.com/apache/spark/pull/23096#discussion_r235135213 --- Diff: sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/QueryPlanningTracker.scala --- @@ -0,0 +1,109 @@ +/* + * Licensed to the Apache

[GitHub] spark issue #23053: [SPARK-25957][K8S] Make building alternate language bind...

2018-11-20 Thread ramaddepally
Github user ramaddepally commented on the issue: https://github.com/apache/spark/pull/23053 I have made the changes to build language binding images as optional. Can someone please review the change again? I have updated the title and description as well to reflect the changes. ---

[GitHub] spark issue #23081: [SPARK-26109][WebUI]Duration in the task summary metrics...

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

[GitHub] spark issue #23081: [SPARK-26109][WebUI]Duration in the task summary metrics...

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

[GitHub] spark issue #23081: [SPARK-26109][WebUI]Duration in the task summary metrics...

2018-11-20 Thread srowen
Github user srowen commented on the issue: https://github.com/apache/spark/pull/23081 Jenkins, add to whitelist --- - To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org For additional commands, e-mail:

[GitHub] spark issue #23081: [SPARK-26109][WebUI]Duration in the task summary metrics...

2018-11-20 Thread shahidki31
Github user shahidki31 commented on the issue: https://github.com/apache/spark/pull/23081 retest this please --- - To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org For additional commands, e-mail:

[GitHub] spark issue #23053: [SPARK-25957][K8S] Add ability to skip building optional...

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

[GitHub] spark issue #23053: [SPARK-25957][K8S] Add ability to skip building optional...

2018-11-20 Thread AmplabJenkins
Github user AmplabJenkins commented on the issue: https://github.com/apache/spark/pull/23053 Test FAILed. Refer to this link for build results (access rights to CI server needed):

[GitHub] spark issue #23053: [SPARK-25957][K8S] Add ability to skip building optional...

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

[GitHub] spark issue #23081: [SPARK-26109][WebUI]Duration in the task summary metrics...

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

[GitHub] spark issue #23081: [SPARK-26109][WebUI]Duration in the task summary metrics...

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

[GitHub] spark issue #23081: [SPARK-26109][WebUI]Duration in the task summary metrics...

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

[GitHub] spark issue #23053: [SPARK-25957][K8S] Add ability to skip building optional...

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

[GitHub] spark issue #23093: [SPARK-26127][ML] Remove deprecated setters from tree re...

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

[GitHub] spark issue #23093: [SPARK-26127][ML] Remove deprecated setters from tree re...

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

[GitHub] spark issue #23093: [SPARK-26127][ML] Remove deprecated setters from tree re...

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

[GitHub] spark issue #23096: [SPARK-26129][SQL] Instrumentation for per-query plannin...

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

[GitHub] spark issue #23096: [SPARK-26129][SQL] Instrumentation for per-query plannin...

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

[GitHub] spark issue #23096: [SPARK-26129][SQL] Instrumentation for per-query plannin...

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

[GitHub] spark issue #23090: [SPARK-26118][Web UI] Introducing spark.ui.requestHeader...

2018-11-20 Thread squito
Github user squito commented on the issue: https://github.com/apache/spark/pull/23090 btw I agree this was bad judgement on my part to only backport to 2.4, sorry abotu that and thanks for catching @dongjoon-hyun . I do think this fixes a bug (the ability to use the UI when you are

[GitHub] spark issue #22994: [BUILD] refactor dev/lint-python in to something readabl...

2018-11-20 Thread shaneknapp
Github user shaneknapp commented on the issue: https://github.com/apache/spark/pull/22994 okie dokie... this will be my first official push to the spark repo! :) --- - To unsubscribe, e-mail:

[GitHub] spark issue #21732: [SPARK-24762][SQL] Enable Option of Product encoders

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

[GitHub] spark issue #21732: [SPARK-24762][SQL] Enable Option of Product encoders

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

[GitHub] spark issue #21732: [SPARK-24762][SQL] Enable Option of Product encoders

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

[GitHub] spark issue #23081: [SPARK-26109][WebUI]Duration in the task summary metrics...

2018-11-20 Thread shahidki31
Github user shahidki31 commented on the issue: https://github.com/apache/spark/pull/23081 again, failure unrelated to the PR. --- - To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org For additional

[GitHub] spark issue #23081: [SPARK-26109][WebUI]Duration in the task summary metrics...

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

<    1   2   3   4   5   6   >