@@ -33,7 +33,9 @@ public final class PySparkJob extends com.google.api.client.json.GenericJson {
3333
3434 /**
3535 * Optional. HCFS URIs of archives to be extracted into the working directory of each executor.
36- * Supported file types: .jar, .tar, .tar.gz, .tgz, and .zip.
36+ * Supported file types: .jar, .tar, .tar.gz, .tgz, and .zip.Note: Spark applications must be
37+ * deployed in cluster mode (https://spark.apache.org/docs/latest/cluster-overview.html) for
38+ * correct environment propagation.
3739 * The value may be {@code null}.
3840 */
3941 @ com .google .api .client .util .Key
@@ -96,7 +98,9 @@ public final class PySparkJob extends com.google.api.client.json.GenericJson {
9698
9799 /**
98100 * Optional. HCFS URIs of archives to be extracted into the working directory of each executor.
99- * Supported file types: .jar, .tar, .tar.gz, .tgz, and .zip.
101+ * Supported file types: .jar, .tar, .tar.gz, .tgz, and .zip.Note: Spark applications must be
102+ * deployed in cluster mode (https://spark.apache.org/docs/latest/cluster-overview.html) for
103+ * correct environment propagation.
100104 * @return value or {@code null} for none
101105 */
102106 public java .util .List <java .lang .String > getArchiveUris () {
@@ -105,7 +109,9 @@ public java.util.List<java.lang.String> getArchiveUris() {
105109
106110 /**
107111 * Optional. HCFS URIs of archives to be extracted into the working directory of each executor.
108- * Supported file types: .jar, .tar, .tar.gz, .tgz, and .zip.
112+ * Supported file types: .jar, .tar, .tar.gz, .tgz, and .zip.Note: Spark applications must be
113+ * deployed in cluster mode (https://spark.apache.org/docs/latest/cluster-overview.html) for
114+ * correct environment propagation.
109115 * @param archiveUris archiveUris or {@code null} for none
110116 */
111117 public PySparkJob setArchiveUris (java .util .List <java .lang .String > archiveUris ) {
0 commit comments