git commit: Add tests for FileLogger, EventLoggingListener, and ReplayListenerBus

2014-05-01 Thread pwendell
Repository: spark Updated Branches: refs/heads/branch-1.0 18595dd3f -> d4c8af879 Add tests for FileLogger, EventLoggingListener, and ReplayListenerBus Modifications to Spark core are limited to exposing functionality to test files + minor style fixes. (728 / 769 lines are from tests) Author:

git commit: Add tests for FileLogger, EventLoggingListener, and ReplayListenerBus

2014-05-01 Thread pwendell
Repository: spark Updated Branches: refs/heads/master 40cf6d310 -> 394d8cb1c Add tests for FileLogger, EventLoggingListener, and ReplayListenerBus Modifications to Spark core are limited to exposing functionality to test files + minor style fixes. (728 / 769 lines are from tests) Author: And

git commit: SPARK-1659: improvements spark-submit usage

2014-05-01 Thread pwendell
Repository: spark Updated Branches: refs/heads/branch-1.0 35ca6c510 -> 18595dd3f SPARK-1659: improvements spark-submit usage Author: witgo Closes #581 from witgo/SPARK-1659 and squashes the following commits: 0b2cf98 [witgo] Delete spark-submit obsolete usage: "--arg ARG" Project: http:/

git commit: SPARK-1659: improvements spark-submit usage

2014-05-01 Thread pwendell
Repository: spark Updated Branches: refs/heads/master 55c760ff9 -> 40cf6d310 SPARK-1659: improvements spark-submit usage Author: witgo Closes #581 from witgo/SPARK-1659 and squashes the following commits: 0b2cf98 [witgo] Delete spark-submit obsolete usage: "--arg ARG" Project: http://git

git commit: fix the spelling mistake

2014-05-01 Thread pwendell
Repository: spark Updated Branches: refs/heads/master a43d9c14f -> 55c760ff9 fix the spelling mistake Author: wangfei Closes #614 from scwf/pxcw and squashes the following commits: d1016ba [wangfei] fix spelling mistake Project: http://git-wip-us.apache.org/repos/asf/spark/repo Commit: ht

git commit: fix the spelling mistake

2014-05-01 Thread pwendell
Repository: spark Updated Branches: refs/heads/branch-1.0 d339b332c -> 35ca6c510 fix the spelling mistake Author: wangfei Closes #614 from scwf/pxcw and squashes the following commits: d1016ba [wangfei] fix spelling mistake (cherry picked from commit 55c760ff9bc8079e3df3b63a6ba4e6778a33da47

git commit: [SQL] SPARK-1661 - Fix regex_serde test

2014-05-01 Thread rxin
Repository: spark Updated Branches: refs/heads/branch-1.0 dd601bf92 -> d339b332c [SQL] SPARK-1661 - Fix regex_serde test The JIRA in question is actually reporting a bug with Shark, but I wanted to make sure Spark SQL did not have similar problems. This fixes a bug in our parsing code that

git commit: [SQL] SPARK-1661 - Fix regex_serde test

2014-05-01 Thread rxin
Repository: spark Updated Branches: refs/heads/master 98b65593b -> a43d9c14f [SQL] SPARK-1661 - Fix regex_serde test The JIRA in question is actually reporting a bug with Shark, but I wanted to make sure Spark SQL did not have similar problems. This fixes a bug in our parsing code that was

git commit: SPARK-1691: Support quoted arguments inside of spark-submit.

2014-05-01 Thread pwendell
Repository: spark Updated Branches: refs/heads/branch-1.0 74bb88b6d -> dd601bf92 SPARK-1691: Support quoted arguments inside of spark-submit. This is a fairly straightforward fix. The bug was reported by @vanzin and the fix was proposed by @deanwampler and myself. Please take a look! Author:

git commit: SPARK-1691: Support quoted arguments inside of spark-submit.

2014-05-01 Thread pwendell
Repository: spark Updated Branches: refs/heads/master 55100daa6 -> 98b65593b SPARK-1691: Support quoted arguments inside of spark-submit. This is a fairly straightforward fix. The bug was reported by @vanzin and the fix was proposed by @deanwampler and myself. Please take a look! Author: Pat