GitHub user nchammas opened a pull request:

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

    [Build] Fix passing of args to sbt

    Simple mistake, simple fix:
    ```shell
    args="arg1 arg2 arg3"
    
    sbt $args    # sbt sees 3 arguments
    sbt "$args"  # sbt sees 1 argument
    ```
    
    Should fix the problems we are seeing 
[here](https://amplab.cs.berkeley.edu/jenkins/job/Spark-Master-SBT/694/AMPLAB_JENKINS_BUILD_PROFILE=hadoop1.0,label=centos/console),
 for example.

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

    $ git pull https://github.com/nchammas/spark fix-sbt-master-build

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

    https://github.com/apache/spark/pull/2462.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 #2462
    
----
commit d4c5f438f4bb46d223f36f28c7394210c9d2fa2b
Author: Nicholas Chammas <[email protected]>
Date:   2014-09-06T03:21:16Z

    Merge pull request #6 from apache/master
    
    merge upstream changes

commit 03180a4e9dc8f949b8d3372c54738547ca3813c1
Author: Nicholas Chammas <[email protected]>
Date:   2014-09-10T23:39:14Z

    Merge branch 'master' of github.com:nchammas/spark

commit 8051486bbfd13dbab17b30c89ef5b4ce49d3460b
Author: Nicholas Chammas <[email protected]>
Date:   2014-09-16T02:22:18Z

    Merge pull request #1 from apache/master
    
    merge upstream changes

commit 0b47ca4b8c3497913c3eb5db3c30e63248491938
Author: Nicholas Chammas <[email protected]>
Date:   2014-09-16T02:27:19Z

    Merge branch 'master' of github.com:nchammas/spark

commit e33b9787d24c52dd33b71a83c42b0a8f7033ff5e
Author: Nicholas Chammas <[email protected]>
Date:   2014-09-17T20:48:48Z

    Merge pull request #2 from apache/master
    
    merge upstream changes

commit ce1a3ebe63fc49e6ce17968f5b220122e3c1ff97
Author: Nicholas Chammas <[email protected]>
Date:   2014-09-19T18:27:16Z

    Merge pull request #3 from apache/master
    
    merge upstream changes

commit c80640a44d2a8464b84d230bc90da3bd66d0db76
Author: Nicholas Chammas <[email protected]>
Date:   2014-09-19T19:13:46Z

    unquote profile args

----


---
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.
---

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to