GitHub user mengxr opened a pull request:

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

    [FIX: SPARK-1376] use --arg instead of --args in SparkSubmit to avoid 
warning messages

    Even if users use `--arg`, `SparkSubmit` still uses `--args` for child args 
internally, which triggers a warning message that may confuse users:
    
    ~~~
    --args is deprecated. Use --arg instead.
    ~~~
    
    @sryza Does it look good to you?

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

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

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

    https://github.com/apache/spark/pull/485.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 #485
    
----
commit cebbeb79096e846a74f89ecd4bf5c6f47ca09013
Author: Xiangrui Meng <[email protected]>
Date:   2014-04-22T20:33:54Z

    use --arg instead of --args in SparkSubmit to avoid warning messages

----


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