[GitHub] spark pull request: [SPARK-4176][WIP] Support decimal types with p...

2015-06-23 Thread SparkQA
Github user SparkQA commented on the pull request: https://github.com/apache/spark/pull/6796#issuecomment-114532812 [Test build #35545 has finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/35545/console) for PR 6796 at commit

[GitHub] spark pull request: [SPARK-7735] [pyspark] Raise Exception on non-...

2015-06-23 Thread davies
Github user davies commented on the pull request: https://github.com/apache/spark/pull/6262#issuecomment-114536542 The jenkins script is looking for results for JUnit, but we skipped all scala tests if only python or R is modified. I think we should fix the jenkins script.

[GitHub] spark pull request: [SPARK-8561][SQL]drop table under specific dat...

2015-06-23 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/6951#issuecomment-114536107 Merged build triggered. --- 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 pull request: [SPARK-8279][SQL][WIP]Add math function round

2015-06-23 Thread yijieshen
Github user yijieshen commented on a diff in the pull request: https://github.com/apache/spark/pull/6938#discussion_r33053767 --- Diff: sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/expressions/math.scala --- @@ -312,3 +315,90 @@ case class Logarithm(left: Expression,

[GitHub] spark pull request: [SPARK-8564][Streaming]Add the Python API for ...

2015-06-23 Thread zsxwing
GitHub user zsxwing opened a pull request: https://github.com/apache/spark/pull/6955 [SPARK-8564][Streaming]Add the Python API for Kinesis This PR adds the Python API for Kinesis, including a Python example and a simple unit test. You can merge this pull request into a Git

[GitHub] spark pull request: SPARK-8562: Log the lost of an executor only i...

2015-06-23 Thread SparkQA
Github user SparkQA commented on the pull request: https://github.com/apache/spark/pull/6952#issuecomment-114534941 **[Test build #35548 timed out](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/35548/consoleFull)** for PR 6952 at commit

[GitHub] spark pull request: SPARK-8562: Log the lost of an executor only i...

2015-06-23 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/6952#issuecomment-114535047 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

[GitHub] spark pull request: [SPARK-8279][SQL][WIP]Add math function round

2015-06-23 Thread yijieshen
Github user yijieshen commented on a diff in the pull request: https://github.com/apache/spark/pull/6938#discussion_r33053426 --- Diff: sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/expressions/math.scala --- @@ -312,3 +315,90 @@ case class Logarithm(left: Expression,

[GitHub] spark pull request: [SPARK-6263][MLLIB] Python MLlib API missing i...

2015-06-23 Thread SparkQA
Github user SparkQA commented on the pull request: https://github.com/apache/spark/pull/5707#issuecomment-114548693 [Test build #35551 has finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/35551/console) for PR 5707 at commit

[GitHub] spark pull request: [SPARK-6263][MLLIB] Python MLlib API missing i...

2015-06-23 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/5707#issuecomment-114548769 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

[GitHub] spark pull request: [SPARK-8206][SQL][WIP]Add function round

2015-06-23 Thread yijieshen
Github user yijieshen commented on a diff in the pull request: https://github.com/apache/spark/pull/6836#discussion_r33056694 --- Diff: sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/expressions/math.scala --- @@ -255,3 +262,121 @@ case class Pow(left: Expression,

[GitHub] spark pull request: [SPARK-8206][SQL][WIP]Add function round

2015-06-23 Thread yijieshen
Github user yijieshen commented on a diff in the pull request: https://github.com/apache/spark/pull/6836#discussion_r33057274 --- Diff: sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/expressions/math.scala --- @@ -255,3 +262,121 @@ case class Pow(left: Expression,

[GitHub] spark pull request: [SPARK-6263][MLLIB] Python MLlib API missing i...

2015-06-23 Thread SparkQA
Github user SparkQA commented on the pull request: https://github.com/apache/spark/pull/5707#issuecomment-114525144 [Test build #35551 has started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/35551/consoleFull) for PR 5707 at commit

[GitHub] spark pull request: [SPARK-7984][Graphx]Complex Operators between ...

2015-06-23 Thread shijinkui
Github user shijinkui commented on the pull request: https://github.com/apache/spark/pull/6685#issuecomment-114531864 hi @andrewor14 , what can i do for this error ``` [error] running /home/jenkins/workspace/SparkPullRequestBuilder/dev/../dev/mima ; received return code

[GitHub] spark pull request: SPARK-8562: Log the lost of an executor only i...

2015-06-23 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/6952#issuecomment-114537493 Merged build triggered. --- 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 pull request: SPARK-8562: Log the lost of an executor only i...

2015-06-23 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/6952#issuecomment-114537509 Merged build started. --- 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 pull request: [SPARK-8564][Streaming]Add the Python API for ...

2015-06-23 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/6955#issuecomment-114547222 Merged build triggered. --- 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 pull request: [SPARK-8279][SQL][WIP]Add math function round

2015-06-23 Thread yijieshen
Github user yijieshen commented on a diff in the pull request: https://github.com/apache/spark/pull/6938#discussion_r33054525 --- Diff: sql/catalyst/src/test/scala/org/apache/spark/sql/catalyst/expressions/MathFunctionsSuite.scala --- @@ -252,4 +254,33 @@ class MathFunctionsSuite

[GitHub] spark pull request: [SPARK-8206][SQL][WIP]Add function round

2015-06-23 Thread SparkQA
Github user SparkQA commented on the pull request: https://github.com/apache/spark/pull/6836#issuecomment-114547434 [Test build #35547 has finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/35547/console) for PR 6836 at commit

[GitHub] spark pull request: [SPARK-6259][MLlib] Python API for LDA

2015-06-23 Thread SparkQA
Github user SparkQA commented on the pull request: https://github.com/apache/spark/pull/6791#issuecomment-114551632 [Test build #35556 has started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/35556/consoleFull) for PR 6791 at commit

[GitHub] spark pull request: [SPARK-6259][MLlib] Python API for LDA

2015-06-23 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/6791#issuecomment-114554274 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

[GitHub] spark pull request: [SPARK-6259][MLlib] Python API for LDA

2015-06-23 Thread SparkQA
Github user SparkQA commented on the pull request: https://github.com/apache/spark/pull/6791#issuecomment-114554266 [Test build #35556 has finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/35556/console) for PR 6791 at commit

[GitHub] spark pull request: [SPARK-8206][SQL][WIP]Add function round

2015-06-23 Thread yijieshen
Github user yijieshen commented on a diff in the pull request: https://github.com/apache/spark/pull/6836#discussion_r33056779 --- Diff: sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/expressions/math.scala --- @@ -255,3 +262,121 @@ case class Pow(left: Expression,

[GitHub] spark pull request: [SPARK-6263][MLLIB] Python MLlib API missing i...

2015-06-23 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/5707#issuecomment-114523517 Merged build started. --- 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 pull request: [SPARK-6263][MLLIB] Python MLlib API missing i...

2015-06-23 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/5707#issuecomment-114523438 Merged build triggered. --- 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 pull request: [SPARK-8561][SQL]drop table under specific dat...

2015-06-23 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/6951#issuecomment-114536134 Merged build started. --- 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 pull request: [SPARK-7269] [SQL] [WIP] Refactor the class At...

2015-06-23 Thread chenghao-intel
Github user chenghao-intel commented on the pull request: https://github.com/apache/spark/pull/6587#issuecomment-114538543 Will rebase after #5780 merged. --- 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

[GitHub] spark pull request: [SPARK-8525][MLLIB] fix LabeledPoint parser wh...

2015-06-23 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/6954#issuecomment-114540830 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

[GitHub] spark pull request: [SPARK-8279][SQL][WIP]Add math function round

2015-06-23 Thread yijieshen
Github user yijieshen commented on a diff in the pull request: https://github.com/apache/spark/pull/6938#discussion_r33053982 --- Diff: sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/expressions/math.scala --- @@ -312,3 +315,90 @@ case class Logarithm(left: Expression,

[GitHub] spark pull request: SPARK-8562: Log the lost of an executor only i...

2015-06-23 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/6952#issuecomment-114477083 Merged build triggered. --- 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 pull request: [SPARK-7050][build] Keep kafka-assembly maven ...

2015-06-23 Thread srowen
Github user srowen commented on the pull request: https://github.com/apache/spark/pull/5632#issuecomment-114481439 Shouldn't this change also happen in `flume-sink`? --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If

[GitHub] spark pull request: [SPARK-3629] [YARN] [DOCS]: Improvement of the...

2015-06-23 Thread srowen
Github user srowen commented on the pull request: https://github.com/apache/spark/pull/6924#issuecomment-114485833 I think this looks pretty good; let's leave it open a day or so. The rest of the changes were just moving text right? so the only text changes were addressing the

[GitHub] spark pull request: [SPARK-4176][WIP] Support decimal types with p...

2015-06-23 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/6796#issuecomment-114489076 Merged build started. --- 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 pull request: [SPARK-8206][SQL][WIP]Add function round

2015-06-23 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/6836#issuecomment-114489077 Build started. --- 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: [SPARK-8528] Expose SparkContext.applicationId...

2015-06-23 Thread smartkiwi
Github user smartkiwi commented on the pull request: https://github.com/apache/spark/pull/6936#issuecomment-114516593 Done updating docstrings. Thank you for suggestions. --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well.

[GitHub] spark pull request: [SPARK-4176][WIP] Support decimal types with p...

2015-06-23 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/6796#issuecomment-114532858 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

[GitHub] spark pull request: SPARK-8562: Log the lost of an executor only i...

2015-06-23 Thread jacek-lewandowski
Github user jacek-lewandowski commented on the pull request: https://github.com/apache/spark/pull/6952#issuecomment-114537354 jenkins, retest 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 project

[GitHub] spark pull request: SPARK-8562: Log the lost of an executor only i...

2015-06-23 Thread SparkQA
Github user SparkQA commented on the pull request: https://github.com/apache/spark/pull/6952#issuecomment-114538201 [Test build #35553 has started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/35553/consoleFull) for PR 6952 at commit

[GitHub] spark pull request: [SPARK-8206][SQL][WIP]Add function round

2015-06-23 Thread chenghao-intel
Github user chenghao-intel commented on the pull request: https://github.com/apache/spark/pull/6836#issuecomment-114540691 can you rebase 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 project does

[GitHub] spark pull request: [SPARK-8525][MLLIB] fix LabeledPoint parser wh...

2015-06-23 Thread fe2s
GitHub user fe2s opened a pull request: https://github.com/apache/spark/pull/6954 [SPARK-8525][MLLIB] fix LabeledPoint parser when there is a whitespac… …e between label and features vector You can merge this pull request into a Git repository by running: $ git pull

[GitHub] spark pull request: [SPARK-8564][Streaming]Add the Python API for ...

2015-06-23 Thread SparkQA
Github user SparkQA commented on the pull request: https://github.com/apache/spark/pull/6955#issuecomment-114547496 [Test build #35554 has started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/35554/consoleFull) for PR 6955 at commit

[GitHub] spark pull request: [SPARK-8206][SQL][WIP]Add function round

2015-06-23 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/6836#issuecomment-114547488 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

[GitHub] spark pull request: [SPARK-8279][SQL][WIP]Add math function round

2015-06-23 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/6938#issuecomment-114550747 Merged build started. --- 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 pull request: [SPARK-8279][SQL][WIP]Add math function round

2015-06-23 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/6938#issuecomment-114550719 Merged build triggered. --- 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 pull request: [SPARK-6259][MLlib] Python API for LDA

2015-06-23 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/6791#issuecomment-114550746 Build started. --- 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: [SPARK-6259][MLlib] Python API for LDA

2015-06-23 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/6791#issuecomment-114550722 Build triggered. --- 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

[GitHub] spark pull request: [SPARK-8206][SQL][WIP]Add function round

2015-06-23 Thread yijieshen
Github user yijieshen commented on a diff in the pull request: https://github.com/apache/spark/pull/6836#discussion_r33056496 --- Diff: sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/expressions/math.scala --- @@ -255,3 +262,121 @@ case class Pow(left: Expression,

[GitHub] spark pull request: [SPARK-7235] [SQL] Refactor the grouping sets

2015-06-23 Thread SparkQA
Github user SparkQA commented on the pull request: https://github.com/apache/spark/pull/5780#issuecomment-114533732 [Test build #35549 has finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/35549/console) for PR 5780 at commit

[GitHub] spark pull request: [SPARK-7235] [SQL] Refactor the grouping sets

2015-06-23 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/5780#issuecomment-114533802 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

[GitHub] spark pull request: [SPARK-7735] [pyspark] Raise Exception on non-...

2015-06-23 Thread JoshRosen
Github user JoshRosen commented on the pull request: https://github.com/apache/spark/pull/6262#issuecomment-114535825 Yep, it's a spurious failure in the test script infra; SparkQA says it's okay through, which is what we want. Sent from my phone On Jun 23, 2015, at

[GitHub] spark pull request: [SPARK-8561][SQL]drop table under specific dat...

2015-06-23 Thread SparkQA
Github user SparkQA commented on the pull request: https://github.com/apache/spark/pull/6951#issuecomment-114536892 [Test build #35552 has started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/35552/consoleFull) for PR 6951 at commit

[GitHub] spark pull request: [SPARK-8564][Streaming]Add the Python API for ...

2015-06-23 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/6955#issuecomment-114547252 Merged build started. --- 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 pull request: updated the documentation for explode

2015-06-23 Thread lockwobr
Github user lockwobr commented on the pull request: https://github.com/apache/spark/pull/6943#issuecomment-114547620 @srowen Well it can kind of work that way if you type it like this (below) not sure what style spark community prefers, left it more closer to the original

[GitHub] spark pull request: [SPARK-8279][SQL][WIP]Add math function round

2015-06-23 Thread SparkQA
Github user SparkQA commented on the pull request: https://github.com/apache/spark/pull/6938#issuecomment-114551520 [Test build #3 has started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/3/consoleFull) for PR 6938 at commit

[GitHub] spark pull request: SPARK-8562: Log the lost of an executor only i...

2015-06-23 Thread jacek-lewandowski
GitHub user jacek-lewandowski opened a pull request: https://github.com/apache/spark/pull/6952 SPARK-8562: Log the lost of an executor only if SparkContext is alive You can merge this pull request into a Git repository by running: $ git pull

[GitHub] spark pull request: [SPARK-4176][WIP] Support decimal types with p...

2015-06-23 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/6796#issuecomment-114479672 Merged build triggered. --- 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 pull request: [SPARK-8206][SQL][WIP]Add function round

2015-06-23 Thread SparkQA
Github user SparkQA commented on the pull request: https://github.com/apache/spark/pull/6836#issuecomment-114491500 [Test build #35547 has started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/35547/consoleFull) for PR 6836 at commit

[GitHub] spark pull request: [SPARK-7984][Graphx]Complex Operators between ...

2015-06-23 Thread SparkQA
Github user SparkQA commented on the pull request: https://github.com/apache/spark/pull/6685#issuecomment-114491316 [Test build #35546 has started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/35546/consoleFull) for PR 6685 at commit

[GitHub] spark pull request: [SPARK-8563] [MLlib] Fixed a bug so that Index...

2015-06-23 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/6953#issuecomment-114503712 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

[GitHub] spark pull request: [SPARK-8563] [MLlib] Fixed a bug so that Index...

2015-06-23 Thread lee19
GitHub user lee19 opened a pull request: https://github.com/apache/spark/pull/6953 [SPARK-8563] [MLlib] Fixed a bug so that IndexedRowMatrix.computeSVD().U.numCols = k I'm sorry that I made https://github.com/apache/spark/pull/6949 closed by mistake. I pushed codes again.

[GitHub] spark pull request: [SPARK-8378][Streaming]Add the Python API for ...

2015-06-23 Thread SparkQA
Github user SparkQA commented on the pull request: https://github.com/apache/spark/pull/6830#issuecomment-114478658 [Test build #35542 has finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/35542/console) for PR 6830 at commit

[GitHub] spark pull request: [SPARK-8378][Streaming]Add the Python API for ...

2015-06-23 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/6830#issuecomment-114478833 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

[GitHub] spark pull request: SPARK-8562: Log the lost of an executor only i...

2015-06-23 Thread SparkQA
Github user SparkQA commented on the pull request: https://github.com/apache/spark/pull/6952#issuecomment-114491702 [Test build #35548 has started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/35548/consoleFull) for PR 6952 at commit

[GitHub] spark pull request: [SPARK-4176][WIP] Support decimal types with p...

2015-06-23 Thread SparkQA
Github user SparkQA commented on the pull request: https://github.com/apache/spark/pull/6796#issuecomment-114489864 [Test build #35545 has started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/35545/consoleFull) for PR 6796 at commit

[GitHub] spark pull request: [SPARK-7984][Graphx]Complex Operators between ...

2015-06-23 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/6685#issuecomment-114489078 Merged build started. --- 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 pull request: SPARK-8562: Log the lost of an executor only i...

2015-06-23 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/6952#issuecomment-114489075 Merged build started. --- 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 pull request: [SPARK-8563] [MLlib] Fixed a bug so that Index...

2015-06-23 Thread lee19
Github user lee19 closed the pull request at: https://github.com/apache/spark/pull/6949 --- 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 pull request: [SPARK-7235] [SQL] Refactor the grouping sets

2015-06-23 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/5780#issuecomment-114490169 Merged build triggered. --- 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 pull request: [SPARK-7235] [SQL] Refactor the grouping sets

2015-06-23 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/5780#issuecomment-114490281 Merged build started. --- 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 pull request: [SPARK-7235] [SQL] Refactor the grouping sets

2015-06-23 Thread SparkQA
Github user SparkQA commented on the pull request: https://github.com/apache/spark/pull/5780#issuecomment-114492500 [Test build #35549 has started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/35549/consoleFull) for PR 5780 at commit

[GitHub] spark pull request: [SPARK-8563] [MLlib] Fixed a bug so that Index...

2015-06-23 Thread lee19
Github user lee19 commented on the pull request: https://github.com/apache/spark/pull/6949#issuecomment-114504194 Sorry, I reset commits by mistake. I made an another pull request https://github.com/apache/spark/pull/6953 for this issue. --- If your project is set up for it, you can

[GitHub] spark pull request: [SPARK-8533][Streaming] Upgrade Flume to 1.6.0

2015-06-23 Thread srowen
Github user srowen commented on the pull request: https://github.com/apache/spark/pull/6939#issuecomment-114481793 This is probably fine, but are there any potential incompatibilities or significant differences between the two that would affect any users? might be worth a scan

[GitHub] spark pull request: [SPARK-7269] [SQL] [WIP] Refactor the class At...

2015-06-23 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/6587#issuecomment-114494300 Merged build started. --- 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 pull request: [SPARK-7269] [SQL] [WIP] Refactor the class At...

2015-06-23 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/6587#issuecomment-114494287 Merged build triggered. --- 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 pull request: [SPARK-7984][Graphx]Complex Operators between ...

2015-06-23 Thread SparkQA
Github user SparkQA commented on the pull request: https://github.com/apache/spark/pull/6685#issuecomment-114494524 [Test build #35546 has finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/35546/console) for PR 6685 at commit

[GitHub] spark pull request: [SPARK-7269] [SQL] [WIP] Refactor the class At...

2015-06-23 Thread chenghao-intel
Github user chenghao-intel commented on the pull request: https://github.com/apache/spark/pull/6587#issuecomment-114494408 It's glad to talk with @liancheng offline, I reverted the change for `TreeNode.fastEquals`, instead, I replaced the `fastEquals` with `eq` for the `TreeNode`

[GitHub] spark pull request: [SPARK-7334] [MLLIB] Random Projection for Dim...

2015-06-23 Thread sebastian-alfers
Github user sebastian-alfers commented on a diff in the pull request: https://github.com/apache/spark/pull/6613#discussion_r33038086 --- Diff: mllib/src/main/scala/org/apache/spark/mllib/feature/RandomProjection.scala --- @@ -0,0 +1,148 @@ +/* + * Licensed to the Apache

[GitHub] spark pull request: [SPARK-7269] [SQL] [WIP] Refactor the class At...

2015-06-23 Thread SparkQA
Github user SparkQA commented on the pull request: https://github.com/apache/spark/pull/6587#issuecomment-114494462 [Test build #35550 has started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/35550/consoleFull) for PR 6587 at commit

[GitHub] spark pull request: [SPARK-7984][Graphx]Complex Operators between ...

2015-06-23 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/6685#issuecomment-114494541 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

[GitHub] spark pull request: [SPARK-3629] [YARN] [DOCS]: Improvement of the...

2015-06-23 Thread nssalian
Github user nssalian commented on the pull request: https://github.com/apache/spark/pull/6924#issuecomment-114512955 That is correct. I moved the texts a few commits ago. The latter commits were just formatting and changing yarn. --- If your project is set up for it, you can reply

[GitHub] spark pull request: [SPARK-7269] [SQL] [WIP] Refactor the class At...

2015-06-23 Thread SparkQA
Github user SparkQA commented on the pull request: https://github.com/apache/spark/pull/6587#issuecomment-114521436 [Test build #35550 has finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/35550/console) for PR 6587 at commit

[GitHub] spark pull request: [SPARK-7269] [SQL] [WIP] Refactor the class At...

2015-06-23 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/6587#issuecomment-114521512 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

[GitHub] spark pull request: updated the documentation for explode

2015-06-23 Thread srowen
Github user srowen commented on the pull request: https://github.com/apache/spark/pull/6943#issuecomment-11461 Yes, seems OK to me. Just put `[DOCS]` in the title, still, as a matter of practice. --- If your project is set up for it, you can reply to this email and have your

[GitHub] spark pull request: [SPARK-8525][MLLIB] fix LabeledPoint parser wh...

2015-06-23 Thread srowen
Github user srowen commented on the pull request: https://github.com/apache/spark/pull/6954#issuecomment-114559208 CC @mengxr to see if whitespace is supposed to be tolerated --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as

[GitHub] spark pull request: [SPARKR] [DOCS] Add documentation for RStudio ...

2015-06-23 Thread shivaram
Github user shivaram closed the pull request at: https://github.com/apache/spark/pull/6916 --- 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 pull request: [SPARK-8357] [SQL] Memory leakage on unsafe ag...

2015-06-23 Thread JoshRosen
Github user JoshRosen commented on a diff in the pull request: https://github.com/apache/spark/pull/6810#discussion_r33059434 --- Diff: sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/expressions/Projection.scala --- @@ -22,9 +22,11 @@ package

[GitHub] spark pull request: [SPARK-8407][SQL]complex type constructors: st...

2015-06-23 Thread yijieshen
Github user yijieshen commented on the pull request: https://github.com/apache/spark/pull/6874#issuecomment-114562511 Jenkins, retest 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 project does not

[GitHub] spark pull request: [SPARK-8528] Expose SparkContext.applicationId...

2015-06-23 Thread SparkQA
Github user SparkQA commented on the pull request: https://github.com/apache/spark/pull/6936#issuecomment-114569305 [Test build #35561 has started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/35561/consoleFull) for PR 6936 at commit

[GitHub] spark pull request: [SPARK-8558][BUILD] Script /dev/run-tests fail...

2015-06-23 Thread SparkQA
Github user SparkQA commented on the pull request: https://github.com/apache/spark/pull/6956#issuecomment-114568454 [Test build #35560 has started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/35560/consoleFull) for PR 6956 at commit

[GitHub] spark pull request: [Spark-7879][MLlib] KMeans API for spark.ml Pi...

2015-06-23 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/6756#issuecomment-114572071 Merged build triggered. --- 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 pull request: [Spark-7879][MLlib] KMeans API for spark.ml Pi...

2015-06-23 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/6756#issuecomment-114572086 Merged build started. --- 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 pull request: [SPARK-4072][Core]Display Streaming blocks in ...

2015-06-23 Thread JoshRosen
Github user JoshRosen commented on the pull request: https://github.com/apache/spark/pull/6672#issuecomment-114572121 I've noticed that you're not persisting the SparkListenerBlockUpdated events in the event logging listener. Since there might be _tons_ of these events, I can

[GitHub] spark pull request: [SPARK-8111] [SparkR] SparkR shell should disp...

2015-06-23 Thread aloknsingh
Github user aloknsingh commented on the pull request: https://github.com/apache/spark/pull/6944#issuecomment-114576630 @sivaram: I modified the code as per your suggestions. @andrewor14: Here is the screenshot.

[GitHub] spark pull request: [SPARK-4072][Core]Display Streaming blocks in ...

2015-06-23 Thread JoshRosen
Github user JoshRosen commented on a diff in the pull request: https://github.com/apache/spark/pull/6672#discussion_r33068170 --- Diff: core/src/main/scala/org/apache/spark/ui/storage/StorageTab.scala --- @@ -39,7 +39,9 @@ private[ui] class StorageTab(parent: SparkUI) extends

[GitHub] spark pull request: [SPARK-4072][Core]Display Streaming blocks in ...

2015-06-23 Thread JoshRosen
Github user JoshRosen commented on a diff in the pull request: https://github.com/apache/spark/pull/6672#discussion_r33068048 --- Diff: core/src/main/scala/org/apache/spark/ui/storage/StoragePage.scala --- @@ -30,11 +30,32 @@ private[ui] class StoragePage(parent: StorageTab)

[GitHub] spark pull request: [SQL][Docs] updated the documentation for expl...

2015-06-23 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/spark/pull/6943 --- 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 pull request: [SPARK-8206][SQL][WIP]Add function round

2015-06-23 Thread yijieshen
Github user yijieshen commented on a diff in the pull request: https://github.com/apache/spark/pull/6836#discussion_r33058013 --- Diff: sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/expressions/math.scala --- @@ -255,3 +262,121 @@ case class Pow(left: Expression,

[GitHub] spark pull request: [SPARK-7944] Remove most of the Spark REPL for...

2015-06-23 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/6903#issuecomment-114556009 Merged build triggered. --- 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 pull request: [SPARK-8506] Add pakages to R context created ...

2015-06-23 Thread shivaram
Github user shivaram commented on a diff in the pull request: https://github.com/apache/spark/pull/6928#discussion_r33059721 --- Diff: R/pkg/R/client.R --- @@ -34,24 +34,36 @@ connectBackend - function(hostname, port, timeout = 6000) { con } -launchBackend -

[GitHub] spark pull request: [SPARK-8525][MLLIB] fix LabeledPoint parser wh...

2015-06-23 Thread srowen
Github user srowen commented on a diff in the pull request: https://github.com/apache/spark/pull/6954#discussion_r33059801 --- Diff: mllib/src/test/scala/org/apache/spark/mllib/regression/LabeledPointSuite.scala --- @@ -31,6 +31,11 @@ class LabeledPointSuite extends SparkFunSuite

  1   2   3   4   5   6   7   8   9   10   >