spark git commit: [DOCS] [STREAMING] [KAFKA] Fix typo in exactly once semantics

2015-08-27 Thread srowen
Repository: spark Updated Branches: refs/heads/master de0278286 -> 9625d13d5 [DOCS] [STREAMING] [KAFKA] Fix typo in exactly once semantics Fix Typo in exactly once semantics [Semantics of output operations] link Author: Moussa Taifi Closes #8468 from moutai/patch-3. Project: http://git-wi

spark git commit: [DOCS] [STREAMING] [KAFKA] Fix typo in exactly once semantics

2015-08-27 Thread srowen
Repository: spark Updated Branches: refs/heads/branch-1.5 165be9ad1 -> 30f0f7e4e [DOCS] [STREAMING] [KAFKA] Fix typo in exactly once semantics Fix Typo in exactly once semantics [Semantics of output operations] link Author: Moussa Taifi Closes #8468 from moutai/patch-3. (cherry picked from

spark git commit: [SPARK-10254] [ML] Removes Guava dependencies in spark.ml.feature JavaTests

2015-08-27 Thread srowen
Repository: spark Updated Branches: refs/heads/master 9625d13d5 -> 1650f6f56 [SPARK-10254] [ML] Removes Guava dependencies in spark.ml.feature JavaTests * Replaces `com.google.common` dependencies with `java.util.Arrays` * Small clean up in `JavaNormalizerSuite` Author: Feynman Liang Closes

spark git commit: [SPARK-10256] [ML] Removes guava dependency from spark.ml.classification JavaTests

2015-08-27 Thread srowen
Repository: spark Updated Branches: refs/heads/master 75d623079 -> 1a446f75b [SPARK-10256] [ML] Removes guava dependency from spark.ml.classification JavaTests Author: Feynman Liang Closes #8447 from feynmanliang/SPARK-10256. Project: http://git-wip-us.apache.org/repos/asf/spark/repo Comm

spark git commit: [SPARK-10255] [ML] Removes Guava dependencies from spark.ml.param JavaTests

2015-08-27 Thread srowen
Repository: spark Updated Branches: refs/heads/master 1650f6f56 -> 75d623079 [SPARK-10255] [ML] Removes Guava dependencies from spark.ml.param JavaTests Author: Feynman Liang Closes #8446 from feynmanliang/SPARK-10255. Project: http://git-wip-us.apache.org/repos/asf/spark/repo Commit: http

spark git commit: [SPARK-9613] [HOTFIX] Fix usage of JavaConverters removed in Scala 2.11

2015-08-27 Thread srowen
Repository: spark Updated Branches: refs/heads/master 1a446f75b -> b02e81872 [SPARK-9613] [HOTFIX] Fix usage of JavaConverters removed in Scala 2.11 Fix for [JavaConverters.asJavaListConverter](http://www.scala-lang.org/api/2.10.5/index.html#scala.collection.JavaConverters$) being removed in

spark git commit: [SPARK-10257] [MLLIB] Removes Guava from all spark.mllib Java tests

2015-08-27 Thread srowen
Repository: spark Updated Branches: refs/heads/master b02e81872 -> e1f4de4a7 [SPARK-10257] [MLLIB] Removes Guava from all spark.mllib Java tests * Replaces instances of `Lists.newArrayList` with `Arrays.asList` * Replaces `commons.lang.StringUtils` over `com.google.collections.Strings` * Repla

spark git commit: [SPARK-10182] [MLLIB] GeneralizedLinearModel doesn't unpersist cached data

2015-08-27 Thread srowen
Repository: spark Updated Branches: refs/heads/master e1f4de4a7 -> fdd466bed [SPARK-10182] [MLLIB] GeneralizedLinearModel doesn't unpersist cached data `GeneralizedLinearModel` creates a cached RDD when building a model. It's inconvenient, since these RDDs flood the memory when building sever

spark git commit: [SPARK-9148] [SPARK-10252] [SQL] Update SQL Programming Guide

2015-08-27 Thread marmbrus
Repository: spark Updated Branches: refs/heads/master fdd466bed -> dc86a227e [SPARK-9148] [SPARK-10252] [SQL] Update SQL Programming Guide Author: Michael Armbrust Closes #8441 from marmbrus/documentation. Project: http://git-wip-us.apache.org/repos/asf/spark/repo Commit: http://git-wip-us

spark git commit: [SPARK-9148] [SPARK-10252] [SQL] Update SQL Programming Guide

2015-08-27 Thread marmbrus
Repository: spark Updated Branches: refs/heads/branch-1.5 30f0f7e4e -> 965b3bb0e [SPARK-9148] [SPARK-10252] [SQL] Update SQL Programming Guide Author: Michael Armbrust Closes #8441 from marmbrus/documentation. (cherry picked from commit dc86a227e4fc8a9d8c3e8c68da8dff9298447fd0) Signed-off-b

spark git commit: [SPARK-10315] remove document on spark.akka.failure-detector.threshold

2015-08-27 Thread srowen
Repository: spark Updated Branches: refs/heads/master dc86a227e -> 84baa5e9b [SPARK-10315] remove document on spark.akka.failure-detector.threshold https://issues.apache.org/jira/browse/SPARK-10315 this parameter is not used any longer and there is some mistake in the current document , shou

spark git commit: [SPARK-10315] remove document on spark.akka.failure-detector.threshold

2015-08-27 Thread srowen
Repository: spark Updated Branches: refs/heads/branch-1.5 965b3bb0e -> db1971501 [SPARK-10315] remove document on spark.akka.failure-detector.threshold https://issues.apache.org/jira/browse/SPARK-10315 this parameter is not used any longer and there is some mistake in the current document ,

spark git commit: [SPARK-9901] User guide for RowMatrix Tall-and-skinny QR

2015-08-27 Thread meng
Repository: spark Updated Branches: refs/heads/branch-1.5 db1971501 -> 66db9cdc6 [SPARK-9901] User guide for RowMatrix Tall-and-skinny QR jira: https://issues.apache.org/jira/browse/SPARK-9901 The jira covers only the document update. I can further provide example code for QR (like the ones

spark git commit: [SPARK-9901] User guide for RowMatrix Tall-and-skinny QR

2015-08-27 Thread meng
Repository: spark Updated Branches: refs/heads/master 84baa5e9b -> 6185cdd2a [SPARK-9901] User guide for RowMatrix Tall-and-skinny QR jira: https://issues.apache.org/jira/browse/SPARK-9901 The jira covers only the document update. I can further provide example code for QR (like the ones for

spark git commit: [SPARK-9906] [ML] User guide for LogisticRegressionSummary

2015-08-27 Thread jkbradley
Repository: spark Updated Branches: refs/heads/master 6185cdd2a -> c94ecdfc5 [SPARK-9906] [ML] User guide for LogisticRegressionSummary User guide for LogisticRegression summaries Author: MechCoder Author: Manoj Kumar Author: Feynman Liang Closes #8197 from MechCoder/log_summary_user_guid

spark git commit: [SPARK-9906] [ML] User guide for LogisticRegressionSummary

2015-08-27 Thread jkbradley
Repository: spark Updated Branches: refs/heads/branch-1.5 66db9cdc6 -> 501e10a91 [SPARK-9906] [ML] User guide for LogisticRegressionSummary User guide for LogisticRegression summaries Author: MechCoder Author: Manoj Kumar Author: Feynman Liang Closes #8197 from MechCoder/log_summary_user_

spark git commit: [SPARK-9680] [MLLIB] [DOC] StopWordsRemovers user guide and Java compatibility test

2015-08-27 Thread meng
Repository: spark Updated Branches: refs/heads/branch-1.5 501e10a91 -> 3239911ea [SPARK-9680] [MLLIB] [DOC] StopWordsRemovers user guide and Java compatibility test * Adds user guide for ml.feature.StopWordsRemovers, ran code examples on my machine * Cleans up scaladocs for public methods *

spark git commit: [SPARK-9680] [MLLIB] [DOC] StopWordsRemovers user guide and Java compatibility test

2015-08-27 Thread meng
Repository: spark Updated Branches: refs/heads/master c94ecdfc5 -> 5bfe9e111 [SPARK-9680] [MLLIB] [DOC] StopWordsRemovers user guide and Java compatibility test * Adds user guide for ml.feature.StopWordsRemovers, ran code examples on my machine * Cleans up scaladocs for public methods * Adds

spark git commit: [SPARK-10287] [SQL] Fixes JSONRelation refreshing on read path

2015-08-27 Thread yhuai
Repository: spark Updated Branches: refs/heads/master 5bfe9e111 -> b3dd569ad [SPARK-10287] [SQL] Fixes JSONRelation refreshing on read path https://issues.apache.org/jira/browse/SPARK-10287 After porting json to HadoopFsRelation, it seems hard to keep the behavior of picking up new files aut

spark git commit: [SPARK-10287] [SQL] Fixes JSONRelation refreshing on read path

2015-08-27 Thread yhuai
Repository: spark Updated Branches: refs/heads/branch-1.5 3239911ea -> 351e849bb [SPARK-10287] [SQL] Fixes JSONRelation refreshing on read path https://issues.apache.org/jira/browse/SPARK-10287 After porting json to HadoopFsRelation, it seems hard to keep the behavior of picking up new files

spark git commit: [SPARK-10321] sizeInBytes in HadoopFsRelation

2015-08-27 Thread marmbrus
Repository: spark Updated Branches: refs/heads/branch-1.5 351e849bb -> fc4c3bf43 [SPARK-10321] sizeInBytes in HadoopFsRelation Having sizeInBytes in HadoopFsRelation to enable broadcast join. cc marmbrus Author: Davies Liu Closes #8490 from davies/sizeInByte. (cherry picked from commit 54

spark git commit: [SPARK-10321] sizeInBytes in HadoopFsRelation

2015-08-27 Thread marmbrus
Repository: spark Updated Branches: refs/heads/master b3dd569ad -> 54cda0deb [SPARK-10321] sizeInBytes in HadoopFsRelation Having sizeInBytes in HadoopFsRelation to enable broadcast join. cc marmbrus Author: Davies Liu Closes #8490 from davies/sizeInByte. Project: http://git-wip-us.apach

spark git commit: [SPARK-10321] sizeInBytes in HadoopFsRelation

2015-08-27 Thread marmbrus
Repository: spark Updated Branches: refs/heads/branch-1.4 2671551a9 -> c15d0f40f [SPARK-10321] sizeInBytes in HadoopFsRelation Having sizeInBytes in HadoopFsRelation to enable broadcast join. cc marmbrus Author: Davies Liu Closes #8490 from davies/sizeInByte. (cherry picked from commit 54

spark git commit: [SPARK-8505] [SPARKR] Add settings to kick `lint-r` from `./dev/run-test.py`

2015-08-27 Thread shivaram
Repository: spark Updated Branches: refs/heads/master 54cda0deb -> 1f90c5e21 [SPARK-8505] [SPARKR] Add settings to kick `lint-r` from `./dev/run-test.py` JoshRosen we'd like to check the SparkR source code with the `dev/lint-r` script on the Jenkins. I tried to incorporate the script into `d

spark git commit: [SPARK-9911] [DOC] [ML] Update Userguide for Evaluator

2015-08-27 Thread meng
Repository: spark Updated Branches: refs/heads/branch-1.5 fc4c3bf43 -> 6ccc0df8e [SPARK-9911] [DOC] [ML] Update Userguide for Evaluator I added a small note about the different types of evaluator and the metrics used. Author: MechCoder Closes #8304 from MechCoder/multiclass_evaluator. (ch

spark git commit: [SPARK-9911] [DOC] [ML] Update Userguide for Evaluator

2015-08-27 Thread meng
Repository: spark Updated Branches: refs/heads/master 1f90c5e21 -> 30734d45f [SPARK-9911] [DOC] [ML] Update Userguide for Evaluator I added a small note about the different types of evaluator and the metrics used. Author: MechCoder Closes #8304 from MechCoder/multiclass_evaluator. Projec

spark git commit: [SPARK-9905] [ML] [DOC] Adds LinearRegressionSummary user guide

2015-08-27 Thread meng
Repository: spark Updated Branches: refs/heads/master 30734d45f -> af0e1249b [SPARK-9905] [ML] [DOC] Adds LinearRegressionSummary user guide * Adds user guide for `LinearRegressionSummary` * Fixes unresolved issues in #8197 CC jkbradley mengxr Author: Feynman Liang Closes #8491 from feynm

spark git commit: [SPARK-9905] [ML] [DOC] Adds LinearRegressionSummary user guide

2015-08-27 Thread meng
Repository: spark Updated Branches: refs/heads/branch-1.5 6ccc0df8e -> ede8c625c [SPARK-9905] [ML] [DOC] Adds LinearRegressionSummary user guide * Adds user guide for `LinearRegressionSummary` * Fixes unresolved issues in #8197 CC jkbradley mengxr Author: Feynman Liang Closes #8491 from f

spark git commit: [SPARK-SQL] [MINOR] Fixes some typos in HiveContext

2015-08-27 Thread rxin
Repository: spark Updated Branches: refs/heads/branch-1.5 ede8c625c -> c77cf8672 [SPARK-SQL] [MINOR] Fixes some typos in HiveContext Author: Cheng Lian Closes #8481 from liancheng/hive-context-typo. (cherry picked from commit 89b943438512fcfb239c268b43431397de46cbcf) Signed-off-by: Reynold

spark git commit: [SPARK-SQL] [MINOR] Fixes some typos in HiveContext

2015-08-27 Thread rxin
Repository: spark Updated Branches: refs/heads/master af0e1249b -> 89b943438 [SPARK-SQL] [MINOR] Fixes some typos in HiveContext Author: Cheng Lian Closes #8481 from liancheng/hive-context-typo. Project: http://git-wip-us.apache.org/repos/asf/spark/repo Commit: http://git-wip-us.apache.org

spark git commit: [SPARK-10188] [PYSPARK] Pyspark CrossValidator with RMSE selects incorrect model

2015-08-27 Thread jkbradley
Repository: spark Updated Branches: refs/heads/master 89b943438 -> 7583681e6 [SPARK-10188] [PYSPARK] Pyspark CrossValidator with RMSE selects incorrect model * Added isLargerBetter() method to Pyspark Evaluator to match the Scala version. * JavaEvaluator delegates isLargerBetter() to underlyin