Skip to content

SparkSubmitOptionParser

SparkSubmitOptionParser is the parser of spark-submit's command-line options.

Parsing Arguments

void parse(
  List<String> args)

parse...FIXME


parse is used when:

Option Handling

boolean handle(
  String opt,
  String value)

handle throws an UnsupportedOperationException (and expects subclasses to override the default behaviour, e.g. SparkSubmitArguments).

--files

A comma-separated sequence of paths