args property

List<String>? args
getter/setter pair

The arguments to pass to the driver.

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

Optional.

Implementation

core.List<core.String>? args;