args property

List<String>? args
getter/setter pair

The arguments to pass to the driver.

Do not include arguments, such as -libjars or -Dfoo=bar, that can be set as job properties, since a collision might occur that causes an incorrect job submission.

Optional.

Implementation

core.List<core.String>? args;