google-cloud-dataproc-v1 0.18.0 → 0.18.1

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: c0ca06eb79dd251fb70b7e9e19b0b8aeb7c385f53e21b7421e3156e07944d0d4
4
- data.tar.gz: 58aac0bb5c0d9446921b31c5a9e0a1fdebff69ad92c71f7aca8f79198ebeded6
3
+ metadata.gz: fb531ab5417549389d7297b0fbd8ec488f59c2fd04946e12b7cda3b60dfebed5
4
+ data.tar.gz: 590ade8f8979ba33e22209caa7e08e1f1f3bbbff1ce7812cf96ce79ffb3fddff
5
5
  SHA512:
6
- metadata.gz: deb5f138b6c3a92cd3f4844e075e308f808a0fa7e753fa0b624fb5de114e68164e14356ac59b35e8aa465c950e71c1c4b72b5dd13922df9446c94ecae6cd16a2
7
- data.tar.gz: 7bb9bf2db09ce97f7e5192c5a0727de156c6f1fdea2ee3fc4d3b36530643b296438376c52e770653cb5baf1f2f675d0d0edfc96b7f888d3273ca2bec24d31de6
6
+ metadata.gz: 05a34dca66b0d5d8b40a3247f765c12b1aea23227d147d4fe57e3adba6e9b4910970b1d01d2c8e3bc310803371f0c94d18d75015a52c227ef464c56889f6df7e
7
+ data.tar.gz: 7b9304a2d93299ab8fb09d8a9e234f6daec4b8b4b14d815f1af9780987026ca8e36303e56c095a58208b12a7af4b630962c48eb8da500d0edeba179c3fc40de3
@@ -21,7 +21,7 @@ module Google
21
21
  module Cloud
22
22
  module Dataproc
23
23
  module V1
24
- VERSION = "0.18.0"
24
+ VERSION = "0.18.1"
25
25
  end
26
26
  end
27
27
  end
@@ -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
- # 'com.google = FATAL', 'root = INFO', 'org.apache = DEBUG'
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 /etc/hadoop/conf/*-site and
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 /etc/hadoop/conf/*-site.xml,
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 /etc/hadoop/conf/*-site.xml,
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.0
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-06-06 00:00:00.000000000 Z
11
+ date: 2023-08-03 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: gapic-common