You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@spark.apache.org by "Shay Rojansky (JIRA)" <ji...@apache.org> on 2014/08/06 13:43:12 UTC

[jira] [Created] (SPARK-2880) spark-submit processes app cmdline options

Shay Rojansky created SPARK-2880:
------------------------------------

             Summary: spark-submit processes app cmdline options
                 Key: SPARK-2880
                 URL: https://issues.apache.org/jira/browse/SPARK-2880
             Project: Spark
          Issue Type: Bug
          Components: Spark Core
    Affects Versions: 1.0.0
         Environment: Cloudera 5.1 on Ubuntu precise
            Reporter: Shay Rojansky
            Priority: Minor


The usage for spark-submit is:
Usage: spark-submit [options] <app jar | python file> [app options]

However, when running my Python app thus:
spark-submit test.py -v

The -v gets picked up by spark-submit, which enters verbose mode. The correct behavior seems to be for test.py to receive this parameter.

First time using Spark and submitting, will be happy to contribute a patch if this is validated as a bug.



--
This message was sent by Atlassian JIRA
(v6.2#6252)

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@spark.apache.org
For additional commands, e-mail: issues-help@spark.apache.org