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:
AbstractLauncheris requested to addSparkArgMainis launchedSparkSubmitCommandBuilderis created and requested to buildSparkSubmitArgs
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