You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/dyn/dataproc_v1.projects.locations.batches.html
+6-6Lines changed: 6 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -164,7 +164,7 @@ <h3>Method Details</h3>
164
164
},
165
165
"outputUri": "A String", # Output only. A URI pointing to the location of the stdout and stderr of the workload.
166
166
},
167
-
"sparkBatch": { # A configuration for running an Apache Spark (http://spark.apache.org/) batch workload. # Optional. Spark batch config.
167
+
"sparkBatch": { # A configuration for running an Apache Spark (https://spark.apache.org/) batch workload. # Optional. Spark batch config.
168
168
"archiveUris": [ # Optional. HCFS URIs of archives to be extracted into the working directory of each executor. Supported file types: .jar, .tar, .tar.gz, .tgz, and .zip.
169
169
"A String",
170
170
],
@@ -192,7 +192,7 @@ <h3>Method Details</h3>
192
192
],
193
193
"mainRFileUri": "A String", # Required. The HCFS URI of the main R file to use as the driver. Must be a .R or .r file.
194
194
},
195
-
"sparkSqlBatch": { # A configuration for running Apache Spark SQL (http://spark.apache.org/sql/) queries as a batch workload. # Optional. SparkSql batch config.
195
+
"sparkSqlBatch": { # A configuration for running Apache Spark SQL (https://spark.apache.org/sql/) queries as a batch workload. # Optional. SparkSql batch config.
196
196
"jarFileUris": [ # Optional. HCFS URIs of jar files to be added to the Spark CLASSPATH.
197
197
"A String",
198
198
],
@@ -334,7 +334,7 @@ <h3>Method Details</h3>
334
334
},
335
335
"outputUri": "A String", # Output only. A URI pointing to the location of the stdout and stderr of the workload.
336
336
},
337
-
"sparkBatch": { # A configuration for running an Apache Spark (http://spark.apache.org/) batch workload. # Optional. Spark batch config.
337
+
"sparkBatch": { # A configuration for running an Apache Spark (https://spark.apache.org/) batch workload. # Optional. Spark batch config.
338
338
"archiveUris": [ # Optional. HCFS URIs of archives to be extracted into the working directory of each executor. Supported file types: .jar, .tar, .tar.gz, .tgz, and .zip.
339
339
"A String",
340
340
],
@@ -362,7 +362,7 @@ <h3>Method Details</h3>
362
362
],
363
363
"mainRFileUri": "A String", # Required. The HCFS URI of the main R file to use as the driver. Must be a .R or .r file.
364
364
},
365
-
"sparkSqlBatch": { # A configuration for running Apache Spark SQL (http://spark.apache.org/sql/) queries as a batch workload. # Optional. SparkSql batch config.
365
+
"sparkSqlBatch": { # A configuration for running Apache Spark SQL (https://spark.apache.org/sql/) queries as a batch workload. # Optional. SparkSql batch config.
366
366
"jarFileUris": [ # Optional. HCFS URIs of jar files to be added to the Spark CLASSPATH.
367
367
"A String",
368
368
],
@@ -460,7 +460,7 @@ <h3>Method Details</h3>
460
460
},
461
461
"outputUri": "A String", # Output only. A URI pointing to the location of the stdout and stderr of the workload.
462
462
},
463
-
"sparkBatch": { # A configuration for running an Apache Spark (http://spark.apache.org/) batch workload. # Optional. Spark batch config.
463
+
"sparkBatch": { # A configuration for running an Apache Spark (https://spark.apache.org/) batch workload. # Optional. Spark batch config.
464
464
"archiveUris": [ # Optional. HCFS URIs of archives to be extracted into the working directory of each executor. Supported file types: .jar, .tar, .tar.gz, .tgz, and .zip.
465
465
"A String",
466
466
],
@@ -488,7 +488,7 @@ <h3>Method Details</h3>
488
488
],
489
489
"mainRFileUri": "A String", # Required. The HCFS URI of the main R file to use as the driver. Must be a .R or .r file.
490
490
},
491
-
"sparkSqlBatch": { # A configuration for running Apache Spark SQL (http://spark.apache.org/sql/) queries as a batch workload. # Optional. SparkSql batch config.
491
+
"sparkSqlBatch": { # A configuration for running Apache Spark SQL (https://spark.apache.org/sql/) queries as a batch workload. # Optional. SparkSql batch config.
492
492
"jarFileUris": [ # Optional. HCFS URIs of jar files to be added to the Spark CLASSPATH.
0 commit comments