archiveUris

@JvmName(name = "moammowmcehoarky")
suspend fun archiveUris(value: Output<List<String>>)
@JvmName(name = "gkccnbohprxlocov")
suspend fun archiveUris(value: List<String>?)

Parameters

value

HCFS URIs of archives to be extracted in the working directory of Hadoop drivers and tasks. Supported file types: .jar, .tar, .tar.gz, .tgz, or .zip.


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


@JvmName(name = "bgqmquipvnckmiqa")
suspend fun archiveUris(values: List<Output<String>>)
@JvmName(name = "pkxfihisyxygofsq")
suspend fun archiveUris(vararg values: String)

Parameters

values

HCFS URIs of archives to be extracted in the working directory of Hadoop drivers and tasks. Supported file types: .jar, .tar, .tar.gz, .tgz, or .zip.