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.

Optional.

Implementation

core.List<core.String>? archiveUris;