proto_docs/google/cloud/dataproc/v1/jobs.rb in google-cloud-dataproc-v1-0.18.0 vs proto_docs/google/cloud/dataproc/v1/jobs.rb in google-cloud-dataproc-v1-0.18.1

- old
+ new

@@ -25,11 +25,13 @@ # @!attribute [rw] driver_log_levels # @return [::Google::Protobuf::Map{::String => ::Google::Cloud::Dataproc::V1::LoggingConfig::Level}] # The per-package log levels for the driver. This may include # "root" package name to configure rootLogger. # Examples: - # 'com.google = FATAL', 'root = INFO', 'org.apache = DEBUG' + # - 'com.google = FATAL' + # - 'root = INFO' + # - 'org.apache = DEBUG' class LoggingConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # @!attribute [rw] key @@ -112,11 +114,11 @@ # .jar, .tar, .tar.gz, .tgz, or .zip. # @!attribute [rw] properties # @return [::Google::Protobuf::Map{::String => ::String}] # Optional. A mapping of property names to values, used to configure Hadoop. # Properties that conflict with values set by the Dataproc API may be - # overwritten. Can include properties set in /etc/hadoop/conf/*-site and + # overwritten. Can include properties set in `/etc/hadoop/conf/*-site` and # classes in user code. # @!attribute [rw] logging_config # @return [::Google::Cloud::Dataproc::V1::LoggingConfig] # Optional. The runtime log config for job execution. class HadoopJob @@ -277,11 +279,11 @@ # Hive command: `SET name="value";`). # @!attribute [rw] properties # @return [::Google::Protobuf::Map{::String => ::String}] # Optional. A mapping of property names and values, used to configure Hive. # Properties that conflict with values set by the Dataproc API may be - # overwritten. Can include properties set in /etc/hadoop/conf/*-site.xml, + # overwritten. Can include properties set in `/etc/hadoop/conf/*-site.xml`, # /etc/hive/conf/hive-site.xml, and classes in user code. # @!attribute [rw] jar_file_uris # @return [::Array<::String>] # Optional. HCFS URIs of jar files to add to the CLASSPATH of the # Hive server and Hadoop MapReduce (MR) tasks. Can contain Hive SerDes @@ -374,10 +376,10 @@ # command: `name=[value]`). # @!attribute [rw] properties # @return [::Google::Protobuf::Map{::String => ::String}] # Optional. A mapping of property names to values, used to configure Pig. # Properties that conflict with values set by the Dataproc API may be - # overwritten. Can include properties set in /etc/hadoop/conf/*-site.xml, + # overwritten. Can include properties set in `/etc/hadoop/conf/*-site.xml`, # /etc/pig/conf/pig.properties, and classes in user code. # @!attribute [rw] jar_file_uris # @return [::Array<::String>] # Optional. HCFS URIs of jar files to add to the CLASSPATH of # the Pig Client and Hadoop MapReduce (MR) tasks. Can contain Pig UDFs.