args property

List<String>? args
getter/setter pair

The arguments to pass to the driver.

Do not include arguments that can be set as batch properties, such as --conf, since a collision can occur that causes an incorrect batch submission.

Optional.

Implementation

core.List<core.String>? args;