[GitHub] spark pull request: [SPARK-10515] The total of number of executors...

2015-09-18 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/8815#issuecomment-141472467 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-10515] The total of number of executors...

2015-09-18 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/8815#issuecomment-141472470 Test FAILed. Refer to this link for build results (access rights to CI server needed):

[GitHub] spark pull request: [SPARK-10692][Streaming]Report the batch error...

2015-09-18 Thread zsxwing
Github user zsxwing commented on the pull request: https://github.com/apache/spark/pull/8818#issuecomment-141473588 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 have this

[GitHub] spark pull request: [SPARK-10692][Streaming]Report the batch error...

2015-09-18 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/8818#issuecomment-141474536 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-10699] [ML] Support checkpointInterval ...

2015-09-18 Thread yanboliang
GitHub user yanboliang opened a pull request: https://github.com/apache/spark/pull/8820 [SPARK-10699] [ML] Support checkpointInterval can be disabled Currently use can set ```checkpointInterval``` to specify how often should the cache be checkpointed. But we also need the function

[GitHub] spark pull request: [SPARK-10692][Streaming]Report the batch error...

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

[GitHub] spark pull request: [SPARK-10692][Streaming]Report the batch error...

2015-09-18 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/8818#issuecomment-141474569 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-10699] [ML] Support checkpointInterval ...

2015-09-18 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/8820#issuecomment-141475707 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-10699] [ML] Support checkpointInterval ...

2015-09-18 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/8820#issuecomment-141475740 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: Fixed links to the API

2015-09-18 Thread srowen
Github user srowen commented on the pull request: https://github.com/apache/spark/pull/8819#issuecomment-141475692 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

[GitHub] spark pull request: [SPARK-10571][Core] Fix incorrect appId in Spa...

2015-09-18 Thread srowen
Github user srowen commented on the pull request: https://github.com/apache/spark/pull/8735#issuecomment-141476345 I think this and SPARK-10571 are duplicates of SPARK-10531; let's at least retag this, or close the PR, as that's already resolved. --- If your project is set up for

[GitHub] spark pull request: [SPARK-10571][Core] Fix incorrect appId in Spa...

2015-09-18 Thread viirya
Github user viirya closed the pull request at: https://github.com/apache/spark/pull/8735 --- 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-10588][SQL] Saving a DataFrame containi...

2015-09-18 Thread viirya
Github user viirya commented on the pull request: https://github.com/apache/spark/pull/8750#issuecomment-141478922 @yhuai Thanks for commenting this. You are correct that there will be high storing cost if we store all null values. But I am not sure how to just write null

[GitHub] spark pull request: [SPARK-10649][STREAMING] Prevent inheriting jo...

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

[GitHub] spark pull request: [SPARK-10692][Streaming]Report the batch error...

2015-09-18 Thread zsxwing
GitHub user zsxwing opened a pull request: https://github.com/apache/spark/pull/8818 [SPARK-10692][Streaming]Report the batch error to StreamingListener.onBatchCompleted Added an `errorMessage` field and set it when a Streaming job is failed. I have not yet updated the

[GitHub] spark pull request: [SPARK-10692][Streaming]Report the batch error...

2015-09-18 Thread zsxwing
Github user zsxwing commented on the pull request: https://github.com/apache/spark/pull/8818#issuecomment-141456637 @tdas, what do you think? --- 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-10155][SQL]Change SqlParser to object t...

2015-09-18 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/8357#issuecomment-141461990 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-10155][SQL]Change SqlParser to object t...

2015-09-18 Thread zsxwing
GitHub user zsxwing reopened a pull request: https://github.com/apache/spark/pull/8357 [SPARK-10155][SQL]Change SqlParser to object to avoid memory leak Since `scala.util.parsing.combinator.Parsers` is thread-safe since Scala 2.10 (See

[GitHub] spark pull request: [SPARK-10692][Streaming]Report the batch error...

2015-09-18 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/8818#issuecomment-141457023 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-10692][Streaming]Report the batch error...

2015-09-18 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/8818#issuecomment-141457002 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-10515] The total of number of executors...

2015-09-18 Thread KaiXinXiaoLei
Github user KaiXinXiaoLei closed the pull request at: https://github.com/apache/spark/pull/8815 --- 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

[GitHub] spark pull request: [SPARK-10692][Streaming]Report the batch error...

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

[GitHub] spark pull request: [SPARK-10155][SQL]Change SqlParser to object t...

2015-09-18 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/8357#issuecomment-141462018 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-10155][SQL]Change SqlParser to object t...

2015-09-18 Thread zsxwing
Github user zsxwing commented on the pull request: https://github.com/apache/spark/pull/8357#issuecomment-141462133 @marmbrus since SQLContext is thread-safe, I suppose SQLParser is thread-safe too. So I reopened it. Could you take a look at this one? --- If your project is set up

[GitHub] spark pull request: Fixed links to the API

2015-09-18 Thread aseigneurin
GitHub user aseigneurin opened a pull request: https://github.com/apache/spark/pull/8819 Fixed links to the API You can merge this pull request into a Git repository by running: $ git pull https://github.com/aseigneurin/spark patch-1 Alternatively you can review and apply

[GitHub] spark pull request: [SPARK-10649][STREAMING] Prevent inheriting jo...

2015-09-18 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/8781#issuecomment-141450067 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-10649][STREAMING] Prevent inheriting jo...

2015-09-18 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/8781#issuecomment-141450070 Test PASSed. Refer to this link for build results (access rights to CI server needed):

[GitHub] spark pull request: [SPARK-10648] Proposed bug fix when oracle ret...

2015-09-18 Thread travishegner
Github user travishegner commented on the pull request: https://github.com/apache/spark/pull/8780#issuecomment-141462484 That is exactly what I was afraid of. Would the patch make more sense to *only* check precision for a zero value? Does it ever make sense to have a precision of

[GitHub] spark pull request: [SPARK-10155][SQL]Change SqlParser to object t...

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

[GitHub] spark pull request: [SPARK-8334] [SQL] Binary logical plan should ...

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

[GitHub] spark pull request: [SPARK-9808] Remove hash shuffle file consolid...

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

[GitHub] spark pull request: [SPARK-9642] [ML] [WIP] LinearRegression shoul...

2015-09-18 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/8631#issuecomment-141374317 Test FAILed. Refer to this link for build results (access rights to CI server needed):

[GitHub] spark pull request: [SPARK-10656][SQL]fix selection fails when a c...

2015-09-18 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/8811#issuecomment-141392066 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-10656][SQL]fix selection fails when a c...

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

[GitHub] spark pull request: [SPARK-10656][SQL]fix selection fails when a c...

2015-09-18 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/8811#issuecomment-141392070 Test PASSed. Refer to this link for build results (access rights to CI server needed):

[GitHub] spark pull request: [SPARK-10588][SQL] Saving a DataFrame containi...

2015-09-18 Thread yhuai
Github user yhuai commented on the pull request: https://github.com/apache/spark/pull/8750#issuecomment-141504537 @viirya We may try to store the schema to a metadata file for the table. With this way, we can avoid of introducing hacks for writing out null values. But, we need to

[GitHub] spark pull request: Fixed links to the API

2015-09-18 Thread mengxr
Github user mengxr commented on the pull request: https://github.com/apache/spark/pull/8819#issuecomment-141505941 @aseigneurin Please send the patch to master branch instead of a release branch unless it is a bug fix in particular to that branch. You can close this PR and open

[GitHub] spark pull request: [SPARK-10155][SQL]Change SqlParser to object t...

2015-09-18 Thread yhuai
Github user yhuai commented on the pull request: https://github.com/apache/spark/pull/8357#issuecomment-141506027 @zsxwing How serious is the leak? Under what condition(s) will we see a significant amount of memory occupied by leaked stuff? --- If your project is set up for it, you

[GitHub] spark pull request: [SPARK-10615] [PySpark] change assertEquals to...

2015-09-18 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/spark/pull/8814 --- 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-9522][SQL] SparkSubmit process can not ...

2015-09-18 Thread tedyu
Github user tedyu commented on a diff in the pull request: https://github.com/apache/spark/pull/7853#discussion_r39876553 --- Diff: core/src/main/scala/org/apache/spark/SparkContext.scala --- @@ -96,7 +96,7 @@ class SparkContext(config: SparkConf) extends Logging with

[GitHub] spark pull request: [SPARK-10699] [ML] Support checkpointInterval ...

2015-09-18 Thread mengxr
Github user mengxr commented on the pull request: https://github.com/apache/spark/pull/8820#issuecomment-141506427 LGTM. Merged into master. 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

[GitHub] spark pull request: [SPARK-10615] [PySpark] change assertEquals to...

2015-09-18 Thread mengxr
Github user mengxr commented on the pull request: https://github.com/apache/spark/pull/8814#issuecomment-141506513 LGTM. Merged into master. 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

[GitHub] spark pull request: [SPARK-10540] Fixes flaky all-data-type test

2015-09-18 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/8768#issuecomment-141506942 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-10540] Fixes flaky all-data-type test

2015-09-18 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/8768#issuecomment-141507003 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-10540] Fixes flaky all-data-type test

2015-09-18 Thread yhuai
Github user yhuai commented on the pull request: https://github.com/apache/spark/pull/8768#issuecomment-141507375 LGTM. Once jenkins is good, I will merge it to master and branch 1.5. --- If your project is set up for it, you can reply to this email and have your reply appear on

[GitHub] spark pull request: [SPARK-9522][SQL] SparkSubmit process can not ...

2015-09-18 Thread yhuai
Github user yhuai commented on a diff in the pull request: https://github.com/apache/spark/pull/7853#discussion_r39877195 --- Diff: core/src/main/scala/org/apache/spark/SparkContext.scala --- @@ -96,7 +96,7 @@ class SparkContext(config: SparkConf) extends Logging with

[GitHub] spark pull request: SPARK-10701 Expose SparkContext#stopped flag w...

2015-09-18 Thread srowen
Github user srowen commented on the pull request: https://github.com/apache/spark/pull/8822#issuecomment-141519890 This is a duplicate. Let's move convo to https://github.com/apache/spark/pull/8749 Yes, definitely not OK to expose the mutable object. --- If your project is set up

[GitHub] spark pull request: [SPARK-10458] [Spark Core] Added isStopped() m...

2015-09-18 Thread tedyu
Github user tedyu commented on a diff in the pull request: https://github.com/apache/spark/pull/8749#discussion_r39883770 --- Diff: core/src/main/scala/org/apache/spark/SparkContext.scala --- @@ -264,6 +264,7 @@ class SparkContext(config: SparkConf) extends Logging with

[GitHub] spark pull request: [SPARK-10671] [SQL] Throws an analysis excepti...

2015-09-18 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/8800#issuecomment-141535625 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-10671] [SQL] Throws an analysis excepti...

2015-09-18 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/8800#issuecomment-141535653 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-10495] [SQL] Read date values in JSON d...

2015-09-18 Thread liancheng
Github user liancheng commented on a diff in the pull request: https://github.com/apache/spark/pull/8806#discussion_r39889891 --- Diff: sql/core/src/test/scala/org/apache/spark/sql/execution/datasources/json/JsonSuite.scala --- @@ -1159,4 +1159,104 @@ class JsonSuite extends

[GitHub] spark pull request: [SPARK-10540] Fixes flaky all-data-type test

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

[GitHub] spark pull request: [SPARK-10540] Fixes flaky all-data-type test

2015-09-18 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/spark/pull/8768 --- 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-3147][MLLib][Streaming] Streaming 2-sam...

2015-09-18 Thread feynmanliang
Github user feynmanliang commented on a diff in the pull request: https://github.com/apache/spark/pull/4716#discussion_r39896449 --- Diff: mllib/src/main/scala/org/apache/spark/mllib/stat/test/StreamingTest.scala --- @@ -0,0 +1,145 @@ +/* + * Licensed to the Apache

[GitHub] spark pull request: [SPARK-10704] Consolidate HashShuffleReader an...

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

[GitHub] spark pull request: [SPARK-10577] [PySpark] DataFrame hint for bro...

2015-09-18 Thread davies
Github user davies commented on a diff in the pull request: https://github.com/apache/spark/pull/8801#discussion_r39897517 --- Diff: python/pyspark/sql/functions.py --- @@ -189,6 +190,14 @@ def approxCountDistinct(col, rsd=None): return Column(jc)

[GitHub] spark pull request: [SPARK-3147][MLLib][Streaming] Streaming 2-sam...

2015-09-18 Thread feynmanliang
Github user feynmanliang commented on a diff in the pull request: https://github.com/apache/spark/pull/4716#discussion_r39897444 --- Diff: mllib/src/main/scala/org/apache/spark/mllib/stat/test/StreamingTestMethod.scala --- @@ -0,0 +1,165 @@ +/* + * Licensed to the Apache

[GitHub] spark pull request: [SPARK-10474] [SQL] Aggregation fails to alloc...

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

[GitHub] spark pull request: [SPARK-10577] [PySpark] DataFrame hint for bro...

2015-09-18 Thread SparkQA
Github user SparkQA commented on the pull request: https://github.com/apache/spark/pull/8801#issuecomment-141560438 [Test build #1773 has finished](https://amplab.cs.berkeley.edu/jenkins/job/NewSparkPullRequestBuilder/1773/console) for PR 8801 at commit

[GitHub] spark pull request: SPARK-10701 Expose SparkContext#stopped flag w...

2015-09-18 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/8822#issuecomment-141561521 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-9774][ML][PYSPARK] Add python api for m...

2015-09-18 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/8214#issuecomment-141561564 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-10495] [SQL] Read date values in JSON d...

2015-09-18 Thread yhuai
Github user yhuai commented on the pull request: https://github.com/apache/spark/pull/8806#issuecomment-141561504 test 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 have this

[GitHub] spark pull request: [SPARK-9774][ML][PYSPARK] Add python api for m...

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

[GitHub] spark pull request: [SPARK-9774][ML][PYSPARK] Add python api for m...

2015-09-18 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/8214#issuecomment-141561568 Test FAILed. Refer to this link for build results (access rights to CI server needed):

[GitHub] spark pull request: SPARK-10701 Expose SparkContext#stopped flag w...

2015-09-18 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/8822#issuecomment-141561523 Test PASSed. Refer to this link for build results (access rights to CI server needed):

[GitHub] spark pull request: [SPARK-9808] Remove hash shuffle file consolid...

2015-09-18 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/8812#issuecomment-141489701 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-10155][SQL]Change SqlParser to object t...

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

[GitHub] spark pull request: [SPARK-10155][SQL]Change SqlParser to object t...

2015-09-18 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/8357#issuecomment-141497994 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-10155][SQL]Change SqlParser to object t...

2015-09-18 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/8357#issuecomment-141497995 Test PASSed. Refer to this link for build results (access rights to CI server needed):

[GitHub] spark pull request: [SPARK-10695] [Documentation][Mesos] Fixing in...

2015-09-18 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/8816#issuecomment-141485068 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-10692][Streaming]Report the batch error...

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

[GitHub] spark pull request: [SPARK-9642] [ML] [WIP] LinearRegression shoul...

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

[GitHub] spark pull request: [WIP] [SPARK-9392] [SQL] Dataframe drop should...

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

[GitHub] spark pull request: [SPARK-10684] [SQL] StructType.interpretedOrde...

2015-09-18 Thread JoshRosen
Github user JoshRosen commented on the pull request: https://github.com/apache/spark/pull/8808#issuecomment-141496066 @rxin, should this also go into 1.5.1.? --- 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-10695] [Documentation][Mesos] Fixing in...

2015-09-18 Thread ash211
Github user ash211 commented on the pull request: https://github.com/apache/spark/pull/8816#issuecomment-141480532 Jenkins, test 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 have

[GitHub] spark pull request: [SQL][SPARK-10451]: Prevent unnecessary serial...

2015-09-18 Thread yhuai
Github user yhuai commented on the pull request: https://github.com/apache/spark/pull/8604#issuecomment-141481281 Thanks! 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

[GitHub] spark pull request: [SPARK-10695] [Documentation][Mesos] Fixing in...

2015-09-18 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/8816#issuecomment-141481615 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-10695] [Documentation][Mesos] Fixing in...

2015-09-18 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/8816#issuecomment-141481589 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-10699] [ML] Support checkpointInterval ...

2015-09-18 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/8820#issuecomment-141488870 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-10699] [ML] Support checkpointInterval ...

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

[GitHub] spark pull request: [SPARK-10699] [ML] Support checkpointInterval ...

2015-09-18 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/8820#issuecomment-141488875 Test PASSed. Refer to this link for build results (access rights to CI server needed):

[GitHub] spark pull request: [WIP] [SPARK-9392] [SQL] Dataframe drop should...

2015-09-18 Thread yanboliang
GitHub user yanboliang opened a pull request: https://github.com/apache/spark/pull/8821 [WIP] [SPARK-9392] [SQL] Dataframe drop should work on unresolved columns Dataframe drop should work on unresolved columns You can merge this pull request into a Git repository by running:

[GitHub] spark pull request: [SPARK-9808] Remove hash shuffle file consolid...

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

[GitHub] spark pull request: [SQL][SPARK-10451]: Prevent unnecessary serial...

2015-09-18 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/spark/pull/8604 --- 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: [SQL][SPARK-10451]: Prevent unnecessary serial...

2015-09-18 Thread saucam
Github user saucam commented on the pull request: https://github.com/apache/spark/pull/8604#issuecomment-141483053 thanks for the merge :) --- 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-10692][Streaming]Report the batch error...

2015-09-18 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/8818#issuecomment-141485912 Test PASSed. Refer to this link for build results (access rights to CI server needed):

[GitHub] spark pull request: [SPARK-10692][Streaming]Report the batch error...

2015-09-18 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/8818#issuecomment-141485911 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-9808] Remove hash shuffle file consolid...

2015-09-18 Thread JoshRosen
Github user JoshRosen commented on the pull request: https://github.com/apache/spark/pull/8812#issuecomment-141487898 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-9808] Remove hash shuffle file consolid...

2015-09-18 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/8812#issuecomment-141489757 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: [WIP] [SPARK-9392] [SQL] Dataframe drop should...

2015-09-18 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/8821#issuecomment-141489729 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: [WIP] [SPARK-9392] [SQL] Dataframe drop should...

2015-09-18 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/8821#issuecomment-141489684 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-9642] [ML] [WIP] LinearRegression shoul...

2015-09-18 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/8631#issuecomment-141489800 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-9642] [ML] [WIP] LinearRegression shoul...

2015-09-18 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/8631#issuecomment-141489727 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-10540] Fixes flaky all-data-type test

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

[GitHub] spark pull request: [SPARK-10400] [SQL] Renames SQLConf.PARQUET_FO...

2015-09-18 Thread liancheng
Github user liancheng closed the pull request at: https://github.com/apache/spark/pull/8568 --- 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-10400] [SQL] Renames SQLConf.PARQUET_FO...

2015-09-18 Thread liancheng
Github user liancheng commented on the pull request: https://github.com/apache/spark/pull/8568#issuecomment-141512317 I'm closing this one. Probably not necessary to backport this one to branch-1.5. --- If your project is set up for it, you can reply to this email and have your

[GitHub] spark pull request: [SPARK-9652][CORE] Added method for Avro file ...

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

[GitHub] spark pull request: [SPARK-9652][CORE] Added method for Avro file ...

2015-09-18 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/7971#issuecomment-141513625 Test PASSed. Refer to this link for build results (access rights to CI server needed):

[GitHub] spark pull request: [SPARK-9652][CORE] Added method for Avro file ...

2015-09-18 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/7971#issuecomment-141513624 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-10250][CORE] External group by to handl...

2015-09-18 Thread squito
Github user squito commented on the pull request: https://github.com/apache/spark/pull/8438#issuecomment-141514207 Hi @mccheah , on the mima tests -- those check for binary compatabilities across spark versions. If you click through to the link for the test build, you'll see this in

<    1   2   3   4   5   6   7   >