spark git commit: [SPARK-8129] [CORE] [Sec] Pass auth secrets to executors via env variables

2015-06-15 Thread srowen
Repository: spark Updated Branches: refs/heads/master ccf010f27 -> 658814c89 [SPARK-8129] [CORE] [Sec] Pass auth secrets to executors via env variables Env variables are not visible to non-Spark users, based on suggestion from vanzin. Author: Kan Zhang Closes #6774 from kanzhang/env and sq

spark git commit: [SPARK-8367] [STREAMING] Add a limit for 'spark.streaming.blockInterval` since a data loss bug.

2015-06-15 Thread srowen
Repository: spark Updated Branches: refs/heads/branch-1.4 fff8d7ee6 -> f287f7ea1 [SPARK-8367] [STREAMING] Add a limit for 'spark.streaming.blockInterval` since a data loss bug. Bug had reported in the jira [SPARK-8367](https://issues.apache.org/jira/browse/SPARK-8367) The relution is limitti

spark git commit: [SPARK-8367] [STREAMING] Add a limit for 'spark.streaming.blockInterval` since a data loss bug.

2015-06-15 Thread srowen
Repository: spark Updated Branches: refs/heads/master bc76a0f75 -> ccf010f27 [SPARK-8367] [STREAMING] Add a limit for 'spark.streaming.blockInterval` since a data loss bug. Bug had reported in the jira [SPARK-8367](https://issues.apache.org/jira/browse/SPARK-8367) The relution is limitting t

spark git commit: [SPARK-7184] [SQL] enable codegen by default

2015-06-15 Thread rxin
Repository: spark Updated Branches: refs/heads/master 1a62d6169 -> bc76a0f75 [SPARK-7184] [SQL] enable codegen by default In order to have better performance out of box, this PR turn on codegen by default, then codegen can be tested by sql/test and hive/test. This PR also fix some corner cas

spark git commit: SPARK-8336 Fix NullPointerException with functions.rand()

2015-06-15 Thread rxin
Repository: spark Updated Branches: refs/heads/master 6ae21a944 -> 1a62d6169 SPARK-8336 Fix NullPointerException with functions.rand() This PR fixes the problem reported by Justin Yip in the thread 'NullPointerException with functions.rand()' Tested using spark-shell and verified that the fo

spark git commit: SPARK-8336 Fix NullPointerException with functions.rand()

2015-06-15 Thread rxin
Repository: spark Updated Branches: refs/heads/branch-1.4 0ffbf0851 -> fff8d7ee6 SPARK-8336 Fix NullPointerException with functions.rand() This PR fixes the problem reported by Justin Yip in the thread 'NullPointerException with functions.rand()' Tested using spark-shell and verified that th

spark git commit: [SPARK-6583] [SQL] Support aggregate functions in ORDER BY

2015-06-15 Thread marmbrus
Repository: spark Updated Branches: refs/heads/master 56d4e8a2d -> 6ae21a944 [SPARK-6583] [SQL] Support aggregate functions in ORDER BY Add aggregates in ORDER BY clauses to the `Aggregate` operator beneath. Project these results away after the Sort. Based on work by watermen. Also Closes

svn commit: r1685612 - /spark/site/index.html

2015-06-15 Thread shivaram
Author: shivaram Date: Mon Jun 15 16:05:17 2015 New Revision: 1685612 URL: http://svn.apache.org/r1685612 Log: Add html for R update Modified: spark/site/index.html Modified: spark/site/index.html URL: http://svn.apache.org/viewvc/spark/site/index.html?rev=1685612&r1=1685611&r2=1685612&view

svn commit: r1685610 - /spark/index.md

2015-06-15 Thread shivaram
Author: shivaram Date: Mon Jun 15 16:04:31 2015 New Revision: 1685610 URL: http://svn.apache.org/r1685610 Log: Add R to list of supported languages Modified: spark/index.md Modified: spark/index.md URL: http://svn.apache.org/viewvc/spark/index.md?rev=1685610&r1=1685609&r2=1685610&view=diff

spark git commit: [SPARK-8350] [R] Log R unit test output to "unit-tests.log"

2015-06-15 Thread shivaram
Repository: spark Updated Branches: refs/heads/master 4c5889e8f -> 56d4e8a2d [SPARK-8350] [R] Log R unit test output to "unit-tests.log" Right now it's logged to "R-unit-tests.log". Jenkins currently only archives files named "unit-tests.log", and this is what all other modules (e.g. SQL, ne

spark git commit: [SPARK-8316] Upgrade to Maven 3.3.3

2015-06-15 Thread srowen
Repository: spark Updated Branches: refs/heads/master 4eb48ed1d -> 4c5889e8f [SPARK-8316] Upgrade to Maven 3.3.3 Versions of Maven older than 3.3.0 apparently have [a bug in how they handle transitive dependencies](https://github.com/apache/spark/pull/6492#issuecomment-111001101). I confirm