archiveUris property

List<String>? archiveUris
getter/setter pair

HCFS URIs of archives to be extracted into the working directory of each executor.

Supported file types: .jar, .tar, .tar.gz, .tgz, and .zip.Note: Spark applications must be deployed in cluster mode (https://spark.apache.org/docs/latest/cluster-overview.html) for correct environment propagation.

Optional.

Implementation

core.List<core.String>? archiveUris;