fileUris

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

Parameters

value

HCFS URIs of files to be copied to the working directory of Spark drivers and distributed tasks. Useful for naively parallel tasks.


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


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

Parameters

values

HCFS URIs of files to be copied to the working directory of Spark drivers and distributed tasks. Useful for naively parallel tasks.