fileUris

@JvmName(name = "vhdxmpeoxfaqjpem")
suspend fun fileUris(value: Output<List<String>>)
@JvmName(name = "fqrpparrvacqmejx")
suspend fun fileUris(value: List<String>?)

Parameters

value

Optional. HCFS (Hadoop Compatible Filesystem) URIs of files to be copied to the working directory of Hadoop drivers and distributed tasks. Useful for naively parallel tasks.


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


@JvmName(name = "gweojusryoyjtnrn")
suspend fun fileUris(values: List<Output<String>>)
@JvmName(name = "rhfjpairscmwfsdw")
suspend fun fileUris(vararg values: String)

Parameters

values

Optional. HCFS (Hadoop Compatible Filesystem) URIs of files to be copied to the working directory of Hadoop drivers and distributed tasks. Useful for naively parallel tasks.