google-cloud-dataproc-v1 0.18.0 → 0.18.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: fb531ab5417549389d7297b0fbd8ec488f59c2fd04946e12b7cda3b60dfebed5
|
|
4
|
+
data.tar.gz: 590ade8f8979ba33e22209caa7e08e1f1f3bbbff1ce7812cf96ce79ffb3fddff
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 05a34dca66b0d5d8b40a3247f765c12b1aea23227d147d4fe57e3adba6e9b4910970b1d01d2c8e3bc310803371f0c94d18d75015a52c227ef464c56889f6df7e
|
|
7
|
+
data.tar.gz: 7b9304a2d93299ab8fb09d8a9e234f6daec4b8b4b14d815f1af9780987026ca8e36303e56c095a58208b12a7af4b630962c48eb8da500d0edeba179c3fc40de3
|
|
@@ -27,7 +27,9 @@ module Google
|
|
|
27
27
|
# The per-package log levels for the driver. This may include
|
|
28
28
|
# "root" package name to configure rootLogger.
|
|
29
29
|
# Examples:
|
|
30
|
-
#
|
|
30
|
+
# - 'com.google = FATAL'
|
|
31
|
+
# - 'root = INFO'
|
|
32
|
+
# - 'org.apache = DEBUG'
|
|
31
33
|
class LoggingConfig
|
|
32
34
|
include ::Google::Protobuf::MessageExts
|
|
33
35
|
extend ::Google::Protobuf::MessageExts::ClassMethods
|
|
@@ -114,7 +116,7 @@ module Google
|
|
|
114
116
|
# @return [::Google::Protobuf::Map{::String => ::String}]
|
|
115
117
|
# Optional. A mapping of property names to values, used to configure Hadoop.
|
|
116
118
|
# Properties that conflict with values set by the Dataproc API may be
|
|
117
|
-
# overwritten. Can include properties set in
|
|
119
|
+
# overwritten. Can include properties set in `/etc/hadoop/conf/*-site` and
|
|
118
120
|
# classes in user code.
|
|
119
121
|
# @!attribute [rw] logging_config
|
|
120
122
|
# @return [::Google::Cloud::Dataproc::V1::LoggingConfig]
|
|
@@ -279,7 +281,7 @@ module Google
|
|
|
279
281
|
# @return [::Google::Protobuf::Map{::String => ::String}]
|
|
280
282
|
# Optional. A mapping of property names and values, used to configure Hive.
|
|
281
283
|
# Properties that conflict with values set by the Dataproc API may be
|
|
282
|
-
# overwritten. Can include properties set in
|
|
284
|
+
# overwritten. Can include properties set in `/etc/hadoop/conf/*-site.xml`,
|
|
283
285
|
# /etc/hive/conf/hive-site.xml, and classes in user code.
|
|
284
286
|
# @!attribute [rw] jar_file_uris
|
|
285
287
|
# @return [::Array<::String>]
|
|
@@ -376,7 +378,7 @@ module Google
|
|
|
376
378
|
# @return [::Google::Protobuf::Map{::String => ::String}]
|
|
377
379
|
# Optional. A mapping of property names to values, used to configure Pig.
|
|
378
380
|
# Properties that conflict with values set by the Dataproc API may be
|
|
379
|
-
# overwritten. Can include properties set in
|
|
381
|
+
# overwritten. Can include properties set in `/etc/hadoop/conf/*-site.xml`,
|
|
380
382
|
# /etc/pig/conf/pig.properties, and classes in user code.
|
|
381
383
|
# @!attribute [rw] jar_file_uris
|
|
382
384
|
# @return [::Array<::String>]
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: google-cloud-dataproc-v1
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.18.
|
|
4
|
+
version: 0.18.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Google LLC
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2023-
|
|
11
|
+
date: 2023-08-03 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: gapic-common
|