Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix the position of the jar path in the submit. #379

Closed

Commits on Sep 13, 2014

  1. Fix the position of the jar path in the submit.

    This accordingly with the spark documentation: http://spark.apache.org/docs/latest/submitting-applications.html.
    
    That is, the jar must come after the `options` like --master and so on, but mainly --class. Otherwise, no `main` can be found in the JAR.
    andypetrella committed Sep 13, 2014
    Configuration menu
    Copy the full SHA
    9ecfc73 View commit details
    Browse the repository at this point in the history