[GitHub] spark issue #17617: [SPARK-20244][Core] Handle incorrect bytesRead metrics w...

2017-05-31 Thread jerryshao
Github user jerryshao commented on the issue: https://github.com/apache/spark/pull/17617 Thanks @jiangxb1987 @cloud-fan @ueshin for your review! --- 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

[GitHub] spark issue #17113: [SPARK-13669][SPARK-20898][Core] Improve the blacklist m...

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

[GitHub] spark issue #17113: [SPARK-13669][SPARK-20898][Core] Improve the blacklist m...

2017-05-31 Thread AmplabJenkins
Github user AmplabJenkins commented on the issue: https://github.com/apache/spark/pull/17113 Merged build finished. Test PASSed. --- 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

[GitHub] spark issue #17113: [SPARK-13669][SPARK-20898][Core] Improve the blacklist m...

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

[GitHub] spark issue #18172: [SPARK-20946][SQL] simplify the config setting logic in ...

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

[GitHub] spark issue #18172: [SPARK-20946][SQL] simplify the config setting logic in ...

2017-05-31 Thread AmplabJenkins
Github user AmplabJenkins commented on the issue: https://github.com/apache/spark/pull/18172 Merged build finished. Test FAILed. --- 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

[GitHub] spark issue #18172: [SPARK-20946][SQL] simplify the config setting logic in ...

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

[GitHub] spark pull request #17947: [SPARK-20708][CORE] Make `addExclusionRules` up-t...

2017-05-31 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/spark/pull/17947 --- 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

[GitHub] spark issue #17947: [SPARK-20708][CORE] Make `addExclusionRules` up-to-date

2017-05-31 Thread brkyvz
Github user brkyvz commented on the issue: https://github.com/apache/spark/pull/17947 Thanks @dongjoon-hyun LGTM. Merging to master --- 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

[GitHub] spark pull request #17617: [SPARK-20244][Core] Handle incorrect bytesRead me...

2017-05-31 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/spark/pull/17617 --- 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

[GitHub] spark issue #18136: [SPARK-20910][SQL] Add build-int SQL function - UUID

2017-05-31 Thread viirya
Github user viirya commented on the issue: https://github.com/apache/spark/pull/18136 LGTM --- 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 issue #17617: [SPARK-20244][Core] Handle incorrect bytesRead metrics w...

2017-05-31 Thread cloud-fan
Github user cloud-fan commented on the issue: https://github.com/apache/spark/pull/17617 thanks, merging to master/2.2! --- 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

[GitHub] spark issue #17617: [SPARK-20244][Core] Handle incorrect bytesRead metrics w...

2017-05-31 Thread AmplabJenkins
Github user AmplabJenkins commented on the issue: https://github.com/apache/spark/pull/17617 Merged build finished. Test PASSed. --- 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

[GitHub] spark issue #17617: [SPARK-20244][Core] Handle incorrect bytesRead metrics w...

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

[GitHub] spark issue #17617: [SPARK-20244][Core] Handle incorrect bytesRead metrics w...

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

[GitHub] spark pull request #18172: [SPARK-20946][SQL] simplify the config setting lo...

2017-05-31 Thread cloud-fan
Github user cloud-fan commented on a diff in the pull request: https://github.com/apache/spark/pull/18172#discussion_r119530605 --- Diff: sql/core/src/main/scala/org/apache/spark/sql/SparkSession.scala --- @@ -899,21 +899,15 @@ object SparkSession { // No active

[GitHub] spark pull request #18172: [SPARK-20946][SQL] simplify the config setting lo...

2017-05-31 Thread cloud-fan
Github user cloud-fan commented on a diff in the pull request: https://github.com/apache/spark/pull/18172#discussion_r119530328 --- Diff: sql/core/src/main/scala/org/apache/spark/sql/SparkSession.scala --- @@ -935,7 +929,6 @@ object SparkSession { }

[GitHub] spark issue #18166: [SPARK-20922][core] Add whitelist of classes that can be...

2017-05-31 Thread AmplabJenkins
Github user AmplabJenkins commented on the issue: https://github.com/apache/spark/pull/18166 Merged build finished. Test PASSed. --- 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

[GitHub] spark issue #18166: [SPARK-20922][core] Add whitelist of classes that can be...

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

[GitHub] spark pull request #18172: [SPARK-20946][SQL] simplify the config setting lo...

2017-05-31 Thread cloud-fan
Github user cloud-fan commented on a diff in the pull request: https://github.com/apache/spark/pull/18172#discussion_r119529998 --- Diff: sql/core/src/main/scala/org/apache/spark/sql/SparkSession.scala --- @@ -899,21 +899,15 @@ object SparkSession { // No active

[GitHub] spark issue #18170: [SPARK-20942]The title style about field is error in the...

2017-05-31 Thread guoxiaolongzte
Github user guoxiaolongzte commented on the issue: https://github.com/apache/spark/pull/18170 @ajbozarth Thanks. --- 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

[GitHub] spark issue #18166: [SPARK-20922][core] Add whitelist of classes that can be...

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

[GitHub] spark issue #18172: [SPARK-20946][SQL] simplify the config setting logic in ...

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

[GitHub] spark pull request #18172: [SPARK-20946][SQL] simplify the config setting lo...

2017-05-31 Thread cloud-fan
Github user cloud-fan commented on a diff in the pull request: https://github.com/apache/spark/pull/18172#discussion_r119529538 --- Diff: mllib/src/test/scala/org/apache/spark/ml/tree/impl/TreeTests.scala --- @@ -43,7 +43,6 @@ private[ml] object TreeTests extends SparkFunSuite {

[GitHub] spark pull request #18172: [SPARK-20946][SQL] simplify the config setting lo...

2017-05-31 Thread cloud-fan
GitHub user cloud-fan opened a pull request: https://github.com/apache/spark/pull/18172 [SPARK-20946][SQL] simplify the config setting logic in SparkSession.getOrCreate ## What changes were proposed in this pull request? The current conf setting logic is a little complex

[GitHub] spark issue #10506: [SPARK-12552][Core]Correctly count the driver resource w...

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

[GitHub] spark issue #18136: [SPARK-20910][SQL] Add build-int SQL function - UUID

2017-05-31 Thread ueshin
Github user ueshin commented on the issue: https://github.com/apache/spark/pull/18136 LGTM, pending tests. --- 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,

[GitHub] spark pull request #18153: [SPARK-20931][SQL] ABS function support string ty...

2017-05-31 Thread kiszk
Github user kiszk commented on a diff in the pull request: https://github.com/apache/spark/pull/18153#discussion_r119527989 --- Diff: sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/expressions/arithmetic.scala --- @@ -97,20 +97,30 @@ case class UnaryPositive(child:

[GitHub] spark issue #18136: [SPARK-20910][SQL] Add build-int SQL function - UUID

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

[GitHub] spark issue #18136: [SPARK-20910][SQL] Add build-int SQL function - UUID

2017-05-31 Thread AmplabJenkins
Github user AmplabJenkins commented on the issue: https://github.com/apache/spark/pull/18136 Merged build finished. Test PASSed. --- 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

[GitHub] spark issue #18136: [SPARK-20910][SQL] Add build-int SQL function - UUID

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

[GitHub] spark issue #18163: Branch 2.1

2017-05-31 Thread HyukjinKwon
Github user HyukjinKwon commented on the issue: https://github.com/apache/spark/pull/18163 @ShobhaEndigeri it looks mistakenly open. Could you close this please? --- 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

[GitHub] spark issue #17902: [SPARK-20641][core] Add key-value store abstraction and ...

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

[GitHub] spark issue #17902: [SPARK-20641][core] Add key-value store abstraction and ...

2017-05-31 Thread AmplabJenkins
Github user AmplabJenkins commented on the issue: https://github.com/apache/spark/pull/17902 Merged build finished. Test PASSed. --- 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

[GitHub] spark issue #17902: [SPARK-20641][core] Add key-value store abstraction and ...

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

[GitHub] spark issue #18136: [SPARK-20910][SQL] Add build-int SQL function - UUID

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

[GitHub] spark issue #18029: [SPARK-20168][WIP][DStream] Add changes to use kinesis f...

2017-05-31 Thread yssharma
Github user yssharma commented on the issue: https://github.com/apache/spark/pull/18029 Could I get some love here please @budde @brkyvz This change is pretty useful for us and I would like to bake this patch well so others can take advantage of this feature. --- If your

[GitHub] spark issue #18159: [SPARK-20703][SQL][WIP] Associate metrics with data writ...

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

[GitHub] spark issue #18159: [SPARK-20703][SQL][WIP] Associate metrics with data writ...

2017-05-31 Thread AmplabJenkins
Github user AmplabJenkins commented on the issue: https://github.com/apache/spark/pull/18159 Merged build finished. Test PASSed. --- 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

[GitHub] spark issue #18159: [SPARK-20703][SQL][WIP] Associate metrics with data writ...

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

[GitHub] spark pull request #18170: [SPARK-20942]The title style about field is error...

2017-05-31 Thread guoxiaolongzte
Github user guoxiaolongzte commented on a diff in the pull request: https://github.com/apache/spark/pull/18170#discussion_r119525570 --- Diff: core/src/main/resources/org/apache/spark/ui/static/historypage-template.html --- @@ -20,17 +20,17 @@ -

[GitHub] spark pull request #18136: [SPARK-20910][SQL] Add build-int SQL function - U...

2017-05-31 Thread viirya
Github user viirya commented on a diff in the pull request: https://github.com/apache/spark/pull/18136#discussion_r119525358 --- Diff: sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/expressions/misc.scala --- @@ -104,3 +107,28 @@ case class CurrentDatabase() extends

[GitHub] spark issue #18162: [SPARK-20923] turn tracking of TaskMetrics._updatedBlock...

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

[GitHub] spark pull request #18162: [SPARK-20923] turn tracking of TaskMetrics._updat...

2017-05-31 Thread tgravescs
Github user tgravescs commented on a diff in the pull request: https://github.com/apache/spark/pull/18162#discussion_r119525021 --- Diff: core/src/main/scala/org/apache/spark/internal/config/package.scala --- @@ -295,4 +295,12 @@ package object config { "above this

[GitHub] spark issue #17947: [SPARK-20708][CORE] Make `addExclusionRules` up-to-date

2017-05-31 Thread AmplabJenkins
Github user AmplabJenkins commented on the issue: https://github.com/apache/spark/pull/17947 Merged build finished. Test PASSed. --- 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

[GitHub] spark issue #17947: [SPARK-20708][CORE] Make `addExclusionRules` up-to-date

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

[GitHub] spark issue #17947: [SPARK-20708][CORE] Make `addExclusionRules` up-to-date

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

[GitHub] spark pull request #18170: [SPARK-20942]The title style about field is error...

2017-05-31 Thread guoxiaolongzte
Github user guoxiaolongzte commented on a diff in the pull request: https://github.com/apache/spark/pull/18170#discussion_r119523611 --- Diff: core/src/main/resources/org/apache/spark/ui/static/historypage-template.html --- @@ -20,17 +20,17 @@ -

[GitHub] spark issue #18171: Fix tid key not found in TaskSchedulerImpl

2017-05-31 Thread JoshRosen
Github user JoshRosen commented on the issue: https://github.com/apache/spark/pull/18171 Hi @liupc, Thanks for the JIRA and PR. Could you edit the PR's title to incorporate the JIRA number? e.g. > [SPARK-20945] Fix TID key not found in TaskSchedulerImpl

[GitHub] spark issue #18171: Fix tid key not found in TaskSchedulerImpl

2017-05-31 Thread AmplabJenkins
Github user AmplabJenkins commented on the issue: https://github.com/apache/spark/pull/18171 Can one of the admins verify this patch? --- 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

[GitHub] spark pull request #18158: [SPARK-20936][CORE]Lack of an important case abou...

2017-05-31 Thread HyukjinKwon
Github user HyukjinKwon commented on a diff in the pull request: https://github.com/apache/spark/pull/18158#discussion_r119523325 --- Diff: core/src/test/scala/org/apache/spark/util/UtilsSuite.scala --- @@ -473,7 +474,7 @@ class UtilsSuite extends SparkFunSuite with

[GitHub] spark pull request #18171: Fix tid key not found in TaskSchedulerImpl

2017-05-31 Thread liupc
GitHub user liupc opened a pull request: https://github.com/apache/spark/pull/18171 Fix tid key not found in TaskSchedulerImpl ## What changes were proposed in this pull request? This pull request fix the TaskScheulerImpl bug in some condition. Detail see:

[GitHub] spark issue #18129: [SPARK-20365][YARN] Remove LocalSchem when add path to C...

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

[GitHub] spark issue #18129: [SPARK-20365][YARN] Remove LocalSchem when add path to C...

2017-05-31 Thread AmplabJenkins
Github user AmplabJenkins commented on the issue: https://github.com/apache/spark/pull/18129 Merged build finished. Test PASSed. --- 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

[GitHub] spark pull request #18170: [SPARK-20942]The title style about field is error...

2017-05-31 Thread guoxiaolongzte
Github user guoxiaolongzte commented on a diff in the pull request: https://github.com/apache/spark/pull/18170#discussion_r119523056 --- Diff: core/src/main/resources/org/apache/spark/ui/static/historypage-template.html --- @@ -20,17 +20,17 @@ -

[GitHub] spark issue #18129: [SPARK-20365][YARN] Remove LocalSchem when add path to C...

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

[GitHub] spark pull request #18170: [SPARK-20942]The title style about field is error...

2017-05-31 Thread ajbozarth
Github user ajbozarth commented on a diff in the pull request: https://github.com/apache/spark/pull/18170#discussion_r119522642 --- Diff: core/src/main/resources/org/apache/spark/ui/static/historypage-template.html --- @@ -20,17 +20,17 @@ -

[GitHub] spark issue #18092: [SPARK-20640][CORE]Make rpc timeout and retry for shuffl...

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

[GitHub] spark pull request #18170: [SPARK-20942]The title style about field is error...

2017-05-31 Thread ajbozarth
Github user ajbozarth commented on a diff in the pull request: https://github.com/apache/spark/pull/18170#discussion_r119522502 --- Diff: core/src/main/resources/org/apache/spark/ui/static/historypage-template.html --- @@ -20,17 +20,17 @@ -

[GitHub] spark issue #18084: [SPARK-19900][core]Remove driver when relaunching.

2017-05-31 Thread liyichao
Github user liyichao commented on the issue: https://github.com/apache/spark/pull/18084 ping @jiangxb1987 --- 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,

[GitHub] spark issue #18070: [SPARK-20713][Spark Core] Convert CommitDenied to TaskKi...

2017-05-31 Thread liyichao
Github user liyichao commented on the issue: https://github.com/apache/spark/pull/18070 ping @tgravescs --- 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,

[GitHub] spark issue #18092: [SPARK-20640][CORE]Make rpc timeout and retry for shuffl...

2017-05-31 Thread liyichao
Github user liyichao commented on the issue: https://github.com/apache/spark/pull/18092 ping @JoshRosen --- 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,

[GitHub] spark issue #18129: [SPARK-20365][YARN] Remove LocalSchem when add path to C...

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

[GitHub] spark pull request #18170: [SPARK-20942]The title style about field is error...

2017-05-31 Thread guoxiaolongzte
Github user guoxiaolongzte commented on a diff in the pull request: https://github.com/apache/spark/pull/18170#discussion_r119520984 --- Diff: core/src/main/resources/org/apache/spark/ui/static/historypage-template.html --- @@ -20,17 +20,17 @@ -

[GitHub] spark issue #17436: [SPARK-20101][SQL] Use OffHeapColumnVector when "spark.m...

2017-05-31 Thread AmplabJenkins
Github user AmplabJenkins commented on the issue: https://github.com/apache/spark/pull/17436 Merged build finished. Test PASSed. --- 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

[GitHub] spark issue #17436: [SPARK-20101][SQL] Use OffHeapColumnVector when "spark.m...

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

[GitHub] spark issue #17436: [SPARK-20101][SQL] Use OffHeapColumnVector when "spark.m...

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

[GitHub] spark pull request #18170: [SPARK-20942]The title style about field is error...

2017-05-31 Thread jerryshao
Github user jerryshao commented on a diff in the pull request: https://github.com/apache/spark/pull/18170#discussion_r119520479 --- Diff: core/src/main/resources/org/apache/spark/ui/static/historypage-template.html --- @@ -20,17 +20,17 @@ -

[GitHub] spark issue #18152: [SPARK-20930][ML] Destroy broadcasted centers after comp...

2017-05-31 Thread zhengruifeng
Github user zhengruifeng commented on the issue: https://github.com/apache/spark/pull/18152 @srowen Thanks for pointing that out. Btw, I reviewed all calls of broadcast in ml again and found this instance also happens in `LDAModel.scala`. I think now all broadcasted objects in

[GitHub] spark issue #18152: [SPARK-20930][ML] Destroy broadcasted centers after comp...

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

[GitHub] spark issue #18152: [SPARK-20930][ML] Destroy broadcasted centers after comp...

2017-05-31 Thread AmplabJenkins
Github user AmplabJenkins commented on the issue: https://github.com/apache/spark/pull/18152 Merged build finished. Test PASSed. --- 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

[GitHub] spark issue #18152: [SPARK-20930][ML] Destroy broadcasted centers after comp...

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

[GitHub] spark issue #18136: [SPARK-20910][SQL] Add build-int SQL function - UUID

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

[GitHub] spark issue #10506: [SPARK-12552][Core]Correctly count the driver resource w...

2017-05-31 Thread jerryshao
Github user jerryshao commented on the issue: https://github.com/apache/spark/pull/10506 Sure, I will bring this to update. --- 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

[GitHub] spark issue #18136: [SPARK-20910][SQL] Add build-int SQL function - UUID

2017-05-31 Thread AmplabJenkins
Github user AmplabJenkins commented on the issue: https://github.com/apache/spark/pull/18136 Merged build finished. Test PASSed. --- 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

[GitHub] spark issue #18136: [SPARK-20910][SQL] Add build-int SQL function - UUID

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

[GitHub] spark issue #17113: [SPARK-13669][SPARK-20898][Core] Improve the blacklist m...

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

[GitHub] spark pull request #18170: [SPARK-20942]The title style about field is error...

2017-05-31 Thread guoxiaolongzte
Github user guoxiaolongzte commented on a diff in the pull request: https://github.com/apache/spark/pull/18170#discussion_r119519228 --- Diff: core/src/main/resources/org/apache/spark/ui/static/historypage.js --- @@ -195,7 +195,7 @@ $(document).ready(function() { }

[GitHub] spark pull request #18170: [SPARK-20942]The title style about field is error...

2017-05-31 Thread guoxiaolongzte
Github user guoxiaolongzte commented on a diff in the pull request: https://github.com/apache/spark/pull/18170#discussion_r119518713 --- Diff: core/src/main/resources/org/apache/spark/ui/static/historypage.js --- @@ -195,7 +195,7 @@ $(document).ready(function() { }

[GitHub] spark pull request #18170: [SPARK-20942]The title style about field is error...

2017-05-31 Thread ajbozarth
Github user ajbozarth commented on a diff in the pull request: https://github.com/apache/spark/pull/18170#discussion_r119517688 --- Diff: core/src/main/resources/org/apache/spark/ui/static/historypage.js --- @@ -195,7 +195,7 @@ $(document).ready(function() { }

[GitHub] spark pull request #17617: [SPARK-20244][Core] Handle incorrect bytesRead me...

2017-05-31 Thread jerryshao
Github user jerryshao commented on a diff in the pull request: https://github.com/apache/spark/pull/17617#discussion_r119517532 --- Diff: core/src/main/scala/org/apache/spark/deploy/SparkHadoopUtil.scala --- @@ -143,14 +144,30 @@ class SparkHadoopUtil extends Logging { *

[GitHub] spark issue #17617: [SPARK-20244][Core] Handle incorrect bytesRead metrics w...

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

[GitHub] spark issue #18136: [SPARK-20910][SQL] Add build-int SQL function - UUID

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

[GitHub] spark pull request #17617: [SPARK-20244][Core] Handle incorrect bytesRead me...

2017-05-31 Thread jerryshao
Github user jerryshao commented on a diff in the pull request: https://github.com/apache/spark/pull/17617#discussion_r119517540 --- Diff: core/src/test/scala/org/apache/spark/metrics/InputOutputMetricsSuite.scala --- @@ -319,6 +319,37 @@ class InputOutputMetricsSuite extends

[GitHub] spark issue #18166: [SPARK-20922][core] Add whitelist of classes that can be...

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

[GitHub] spark issue #18170: [SPARK-20942]The title style about field is error in the...

2017-05-31 Thread guoxiaolongzte
Github user guoxiaolongzte commented on the issue: https://github.com/apache/spark/pull/18170 @srowen @ajbozarth @jerryshao --- 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

[GitHub] spark issue #18170: [SPARK-20942]The title style about field is error in the...

2017-05-31 Thread AmplabJenkins
Github user AmplabJenkins commented on the issue: https://github.com/apache/spark/pull/18170 Can one of the admins verify this patch? --- 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

[GitHub] spark pull request #18170: [SPARK-20942]The title style about field is error...

2017-05-31 Thread guoxiaolongzte
GitHub user guoxiaolongzte opened a pull request: https://github.com/apache/spark/pull/18170 [SPARK-20942]The title style about field is error in the history server web ui. ## What changes were proposed in this pull request? 1.The title style about field is error. fix

[GitHub] spark pull request #18136: [SPARK-20910][SQL] Add build-int SQL function - U...

2017-05-31 Thread ueshin
Github user ueshin commented on a diff in the pull request: https://github.com/apache/spark/pull/18136#discussion_r119515971 --- Diff: sql/core/src/test/resources/sql-tests/inputs/string-functions.sql --- @@ -14,4 +14,4 @@ select replace('abc', 'b', '123'); select

[GitHub] spark pull request #18136: [SPARK-20910][SQL] Add build-int SQL function - U...

2017-05-31 Thread viirya
Github user viirya commented on a diff in the pull request: https://github.com/apache/spark/pull/18136#discussion_r119515739 --- Diff: sql/core/src/test/resources/sql-tests/inputs/string-functions.sql --- @@ -14,4 +14,4 @@ select replace('abc', 'b', '123'); select

[GitHub] spark issue #18152: [SPARK-20930][ML] Destroy broadcasted centers after comp...

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

[GitHub] spark issue #17902: [SPARK-20641][core] Add key-value store abstraction and ...

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

[GitHub] spark issue #12646: [SPARK-14878][SQL] Trim characters string function suppo...

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

[GitHub] spark issue #12646: [SPARK-14878][SQL] Trim characters string function suppo...

2017-05-31 Thread AmplabJenkins
Github user AmplabJenkins commented on the issue: https://github.com/apache/spark/pull/12646 Merged build finished. Test FAILed. --- 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

[GitHub] spark issue #12646: [SPARK-14878][SQL] Trim characters string function suppo...

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

[GitHub] spark pull request #18136: [SPARK-20910][SQL] Add build-int SQL function - U...

2017-05-31 Thread ueshin
Github user ueshin commented on a diff in the pull request: https://github.com/apache/spark/pull/18136#discussion_r119512921 --- Diff: sql/core/src/test/resources/sql-tests/inputs/string-functions.sql --- @@ -14,4 +14,4 @@ select replace('abc', 'b', '123'); select

[GitHub] spark issue #18166: [SPARK-20922][core] Add whitelist of classes that can be...

2017-05-31 Thread AmplabJenkins
Github user AmplabJenkins commented on the issue: https://github.com/apache/spark/pull/18166 Merged build finished. Test PASSed. --- 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

[GitHub] spark issue #18166: [SPARK-20922][core] Add whitelist of classes that can be...

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

[GitHub] spark issue #18166: [SPARK-20922][core] Add whitelist of classes that can be...

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

[GitHub] spark issue #18159: [SPARK-20703][SQL][WIP] Associate metrics with data writ...

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

  1   2   3   4   5   >