args

@JvmName(name = "kdxlxjuvdybdfoiv")
suspend fun args(value: Output<List<String>>)
@JvmName(name = "sxeoaepgqlpjbsug")
suspend fun args(value: List<String>?)

Parameters

value

Optional. The arguments to pass to the Spark 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.


@JvmName(name = "xhelnbutmofhifbb")
suspend fun args(vararg values: Output<String>)


@JvmName(name = "atbwuvdtmloalxqk")
suspend fun args(values: List<Output<String>>)
@JvmName(name = "wwjbjxjrgspigejm")
suspend fun args(vararg values: String)

Parameters

values

Optional. The arguments to pass to the Spark 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.