@@ -64,6 +64,7 @@ class LoggingConfig(proto.Message):
64
64
The per-package log levels for the driver.
65
65
This may include "root" package name to
66
66
configure rootLogger. Examples:
67
+
67
68
'com.google = FATAL', 'root = INFO',
68
69
'org.apache = DEBUG'
69
70
"""
@@ -129,6 +130,7 @@ class HadoopJob(proto.Message):
129
130
main_jar_file_uri (str):
130
131
The HCFS URI of the jar file containing the
131
132
main class. Examples:
133
+
132
134
'gs://foo-bucket/analytics-binaries/extract-useful-metrics-mr.jar'
133
135
'hdfs:/tmp/test-samples/custom-wordcount.jar'
134
136
'file:///home/usr/lib/hadoop-mapreduce/hadoop-mapreduce-examples.jar'
@@ -156,8 +158,9 @@ class HadoopJob(proto.Message):
156
158
archive_uris (MutableSequence[str]):
157
159
Optional. HCFS URIs of archives to be
158
160
extracted in the working directory of Hadoop
159
- drivers and tasks. Supported file types: .jar,
160
- .tar, .tar.gz, .tgz, or .zip.
161
+ drivers and tasks. Supported file types:
162
+
163
+ .jar, .tar, .tar.gz, .tgz, or .zip.
161
164
properties (MutableMapping[str, str]):
162
165
Optional. A mapping of property names to values, used to
163
166
configure Hadoop. Properties that conflict with values set
@@ -245,8 +248,9 @@ class SparkJob(proto.Message):
245
248
archive_uris (MutableSequence[str]):
246
249
Optional. HCFS URIs of archives to be
247
250
extracted into the working directory of each
248
- executor. Supported file types: .jar, .tar,
249
- .tar.gz, .tgz, and .zip.
251
+ executor. Supported file types:
252
+
253
+ .jar, .tar, .tar.gz, .tgz, and .zip.
250
254
properties (MutableMapping[str, str]):
251
255
Optional. A mapping of property names to
252
256
values, used to configure Spark. Properties that
@@ -325,8 +329,9 @@ class PySparkJob(proto.Message):
325
329
archive_uris (MutableSequence[str]):
326
330
Optional. HCFS URIs of archives to be
327
331
extracted into the working directory of each
328
- executor. Supported file types: .jar, .tar,
329
- .tar.gz, .tgz, and .zip.
332
+ executor. Supported file types:
333
+
334
+ .jar, .tar, .tar.gz, .tgz, and .zip.
330
335
properties (MutableMapping[str, str]):
331
336
Optional. A mapping of property names to
332
337
values, used to configure PySpark. Properties
@@ -648,8 +653,9 @@ class SparkRJob(proto.Message):
648
653
archive_uris (MutableSequence[str]):
649
654
Optional. HCFS URIs of archives to be
650
655
extracted into the working directory of each
651
- executor. Supported file types: .jar, .tar,
652
- .tar.gz, .tgz, and .zip.
656
+ executor. Supported file types:
657
+
658
+ .jar, .tar, .tar.gz, .tgz, and .zip.
653
659
properties (MutableMapping[str, str]):
654
660
Optional. A mapping of property names to
655
661
values, used to configure SparkR. Properties
0 commit comments