spark git commit: [SPARK-14670] [SQL] allow updating driver side sql metrics

2016-06-08 Thread davies
Repository: spark Updated Branches: refs/heads/branch-2.0 2c39b9a5d -> 48239b5f1 [SPARK-14670] [SQL] allow updating driver side sql metrics ## What changes were proposed in this pull request? On the SparkUI right now we have this SQLTab that displays accumulator values per operator.

spark git commit: [SPARK-14670] [SQL] allow updating driver side sql metrics

2016-06-08 Thread davies
Repository: spark Updated Branches: refs/heads/master 4e8ac6edd -> afbe35cf5 [SPARK-14670] [SQL] allow updating driver side sql metrics ## What changes were proposed in this pull request? On the SparkUI right now we have this SQLTab that displays accumulator values per operator. However, it

spark git commit: [SPARK-15735] Allow specifying min time to run in microbenchmarks

2016-06-08 Thread hvanhovell
Repository: spark Updated Branches: refs/heads/branch-2.0 b2778c8bb -> 2c39b9a5d [SPARK-15735] Allow specifying min time to run in microbenchmarks ## What changes were proposed in this pull request? This makes microbenchmarks run for at least 2 seconds by default, to allow some time for jit

spark git commit: [SPARK-15735] Allow specifying min time to run in microbenchmarks

2016-06-08 Thread hvanhovell
Repository: spark Updated Branches: refs/heads/master ca70ab27c -> 4e8ac6edd [SPARK-15735] Allow specifying min time to run in microbenchmarks ## What changes were proposed in this pull request? This makes microbenchmarks run for at least 2 seconds by default, to allow some time for jit

spark git commit: [DOCUMENTATION] Fixed target JAR path

2016-06-08 Thread srowen
Repository: spark Updated Branches: refs/heads/branch-2.0 5e9a8e715 -> b2778c8bb [DOCUMENTATION] Fixed target JAR path ## What changes were proposed in this pull request? Mentioned Scala version in the sbt configuration file is 2.11, so the path of the target JAR should be

spark git commit: [DOCUMENTATION] Fixed target JAR path

2016-06-08 Thread srowen
Repository: spark Updated Branches: refs/heads/master f958c1c3e -> ca70ab27c [DOCUMENTATION] Fixed target JAR path ## What changes were proposed in this pull request? Mentioned Scala version in the sbt configuration file is 2.11, so the path of the target JAR should be

spark git commit: [MINOR] Fix Java Lint errors introduced by #13286 and #13280

2016-06-08 Thread srowen
Repository: spark Updated Branches: refs/heads/master 87706eb66 -> f958c1c3e [MINOR] Fix Java Lint errors introduced by #13286 and #13280 ## What changes were proposed in this pull request? revived #13464 Fix Java Lint errors introduced by #13286 and #13280 Before: ``` Using `mvn` from

spark git commit: [MINOR] Fix Java Lint errors introduced by #13286 and #13280

2016-06-08 Thread srowen
Repository: spark Updated Branches: refs/heads/branch-2.0 a790ac579 -> 5e9a8e715 [MINOR] Fix Java Lint errors introduced by #13286 and #13280 ## What changes were proposed in this pull request? revived #13464 Fix Java Lint errors introduced by #13286 and #13280 Before: ``` Using `mvn` from

svn commit: r1747385 - in /spark: ./ site/ site/docs/ site/docs/2.0.0-preview/ site/docs/2.0.0-preview/api/ site/docs/2.0.0-preview/api/R/ site/docs/2.0.0-preview/api/java/ site/docs/2.0.0-preview/api

2016-06-08 Thread srowen
Author: srowen Date: Wed Jun 8 12:04:28 2016 New Revision: 1747385 URL: http://svn.apache.org/viewvc?rev=1747385=rev Log: Uploaded Spark 2.0.0 preview docs and added preview docs section on site [This commit notification would consist of 1214 parts, which exceeds the limit of 50 ones, so it

spark git commit: [SPARK-15793][ML] Add maxSentenceLength for ml.Word2Vec

2016-06-08 Thread srowen
Repository: spark Updated Branches: refs/heads/master 91fbc880b -> 87706eb66 [SPARK-15793][ML] Add maxSentenceLength for ml.Word2Vec ## What changes were proposed in this pull request? https://issues.apache.org/jira/browse/SPARK-15793 Word2vec in ML package should have maxSentenceLength