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

Provide same info as in spark-submit --help #10890

Closed
wants to merge 3 commits into from
Closed

Provide same info as in spark-submit --help #10890

wants to merge 3 commits into from

Commits on Jan 24, 2016

  1. Provide same info as in spark-submit --help

    this is stated for --packages and --repositories. Without stating it for --jars, people expect a standard java classpath to work, with expansion and using a different delimiter than a comma. Currently this is only state in the --help for spark-submit "Comma-separated list of local jars to include on the driver and executor classpaths."
    jimlohse committed Jan 24, 2016
    Configuration menu
    Copy the full SHA
    9a832da View commit details
    Browse the repository at this point in the history
  2. removed sentence that was repetitious

    thanks for the feedback, good point. Re: verifying this, I would be interested to see what you come up with, in my implementation, sitting with my boss who has years of Java experience, he kept trying to use a standard classpath, which didn't work. We also discovered directory expansion doesn't work.
    jimlohse committed Jan 24, 2016
    Configuration menu
    Copy the full SHA
    d00f5c6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    73bf7e9 View commit details
    Browse the repository at this point in the history