GitHub user marmbrus opened a pull request:

    https://github.com/apache/spark/pull/317

    Fix jenkins from giving the green light to builds that don't compile.

     Adding `| grep` swallows the non-zero return code from sbt failures. See 
[here](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/13735/consoleFull)
 for a Jenkins run that fails to compile, but still gets a green light.
    
    Note the [BUILD FIX] commit isn't actually part of this PR, but github is 
out of date.

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/marmbrus/spark fixJenkins

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/spark/pull/317.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #317
    
----
commit d94826be6d46edf3bc6377d33787df23a6030a6c
Author: Michael Armbrust <[email protected]>
Date:   2014-04-03T23:12:08Z

    [BUILD FIX] Fix compilation of Spark SQL Java API.
    
    The JavaAPI and the Parquet improvements PRs didn't conflict, but broke the 
build.
    
    Author: Michael Armbrust <[email protected]>
    
    Closes #316 from marmbrus/hotFixJavaApi and squashes the following commits:
    
    0b84c2d [Michael Armbrust] Fix compilation of Spark SQL Java API.

commit 7c77ff906344a6178b2eeb97f689822e0b26df05
Author: Michael Armbrust <[email protected]>
Date:   2014-04-03T23:42:10Z

    Remove output filter that was swallowing non-zero exit codes for test 
failures.

----


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---

Reply via email to