You are viewing a plain text version of this content. The canonical link for it is here.
Posted to reviews@spark.apache.org by pwendell <gi...@git.apache.org> on 2014/03/30 07:06:10 UTC

[GitHub] spark pull request: SPARK-1352: Improve robustness of spark-submit...

GitHub user pwendell opened a pull request:

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

    SPARK-1352: Improve robustness of spark-submit script

    1. Better error messages when required arguments are missing.
    2. Support for unit testing cases where presented arguments are invalid.
    3. Bug fix: Only use environment varaibles when they are set (otherwise will cause NPE).
    4. A verbose mode to aid debugging.
    5. Visibility of several variables is set to private.
    6. Deprecation warning for existing scripts.

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

    $ git pull https://github.com/pwendell/spark spark-submit

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

    https://github.com/apache/spark/pull/271.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 #271
    
----
commit 9146deffea1a1afcd5bde8823fd7b06a473fb33a
Author: Patrick Wendell <pw...@gmail.com>
Date:   2014-03-30T04:47:51Z

    SPARK-1352: Improve robustness of spark-submit script
    
    1. Better error messages when required arguments are missing.
    2. Support for unit testing cases where presented arguments are invalid.
    3. Bug fix: Only use environment varaibles when they are set (otherwise will cause NPE).
    4. A verbose mode to aid debugging.
    5. Visibility of several variables is set to private.
    6. Deprecation warning for existing scripts.

----


---
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 infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] spark pull request: SPARK-1352: Improve robustness of spark-submit...

Posted by asfgit <gi...@git.apache.org>.
Github user asfgit closed the pull request at:

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


---
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 infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] spark pull request: SPARK-1352: Improve robustness of spark-submit...

Posted by pwendell <gi...@git.apache.org>.
Github user pwendell commented on the pull request:

    https://github.com/apache/spark/pull/271#issuecomment-39128201
  
    These are mostly fixes and tests, so I'm going to merge them. But @sryza feel free to submit follow up patches if there is something in here that doesn't seem right.


---
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 infrastructure@apache.org or file a JIRA ticket
with INFRA.
---