git commit: [SPARK-1395] Allow local: URIs to work on Yarn.

2014-04-17 Thread tgraves
Repository: spark Updated Branches: refs/heads/branch-1.0 b3ad707c4 - a83a794f1 [SPARK-1395] Allow local: URIs to work on Yarn. This only works for the three paths defined in the environment (SPARK_JAR, SPARK_YARN_APP_JAR and SPARK_LOG4J_CONF). Tested by running SparkPi with local: and file:

git commit: SPARK-1408 Modify Spark on Yarn to point to the history server when app ...

2014-04-17 Thread tgraves
Repository: spark Updated Branches: refs/heads/master 69047506b - 0058b5d2c SPARK-1408 Modify Spark on Yarn to point to the history server when app ... ...finishes Note this is dependent on https://github.com/apache/spark/pull/204 to have a working history server, but there are no code

[3/3] git commit: FIX: Don't build Hive in assembly unless running Hive tests.

2014-04-17 Thread pwendell
FIX: Don't build Hive in assembly unless running Hive tests. This will make the tests more stable when not running SQL tests. Author: Patrick Wendell pwend...@gmail.com Closes #439 from pwendell/hive-tests and squashes the following commits: 88a6032 [Patrick Wendell] FIX: Don't build Hive in

[2/3] git commit: Add clean to build

2014-04-17 Thread pwendell
Add clean to build Project: http://git-wip-us.apache.org/repos/asf/spark/repo Commit: http://git-wip-us.apache.org/repos/asf/spark/commit/67d01d85 Tree: http://git-wip-us.apache.org/repos/asf/spark/tree/67d01d85 Diff: http://git-wip-us.apache.org/repos/asf/spark/diff/67d01d85 Branch:

git commit: HOTFIX: Ignore streaming UI test

2014-04-17 Thread pwendell
Repository: spark Updated Branches: refs/heads/branch-1.0 322527259 - 1c0dc3733 HOTFIX: Ignore streaming UI test This is currently causing many builds to hang. https://issues.apache.org/jira/browse/SPARK-1530 Author: Patrick Wendell pwend...@gmail.com Closes #440 from pwendell/uitest-fix