Class: Google::Cloud::Dataproc::V1::SparkJob
- Inherits:
-
Object
- Object
- Google::Cloud::Dataproc::V1::SparkJob
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/dataproc/v1/jobs.rb
Overview
A Dataproc job for running Apache Spark applications on YARN.
Defined Under Namespace
Classes: PropertiesEntry
Instance Attribute Summary collapse
-
#archive_uris ⇒ ::Array<::String>
Optional.
-
#args ⇒ ::Array<::String>
Optional.
-
#file_uris ⇒ ::Array<::String>
Optional.
-
#jar_file_uris ⇒ ::Array<::String>
Optional.
-
#logging_config ⇒ ::Google::Cloud::Dataproc::V1::LoggingConfig
Optional.
-
#main_class ⇒ ::String
The name of the driver's main class.
-
#main_jar_file_uri ⇒ ::String
The HCFS URI of the jar file that contains the main class.
-
#properties ⇒ ::Google::Protobuf::Map{::String => ::String}
Optional.
Instance Attribute Details
#archive_uris ⇒ ::Array<::String>
172 173 174 175 176 177 178 179 180 181 182 183 184 |
# File 'proto_docs/google/cloud/dataproc/v1/jobs.rb', line 172 class SparkJob include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # @!attribute [rw] key # @return [::String] # @!attribute [rw] value # @return [::String] class PropertiesEntry include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end end |
#args ⇒ ::Array<::String>
172 173 174 175 176 177 178 179 180 181 182 183 184 |
# File 'proto_docs/google/cloud/dataproc/v1/jobs.rb', line 172 class SparkJob include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # @!attribute [rw] key # @return [::String] # @!attribute [rw] value # @return [::String] class PropertiesEntry include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end end |
#file_uris ⇒ ::Array<::String>
172 173 174 175 176 177 178 179 180 181 182 183 184 |
# File 'proto_docs/google/cloud/dataproc/v1/jobs.rb', line 172 class SparkJob include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # @!attribute [rw] key # @return [::String] # @!attribute [rw] value # @return [::String] class PropertiesEntry include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end end |
#jar_file_uris ⇒ ::Array<::String>
172 173 174 175 176 177 178 179 180 181 182 183 184 |
# File 'proto_docs/google/cloud/dataproc/v1/jobs.rb', line 172 class SparkJob include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # @!attribute [rw] key # @return [::String] # @!attribute [rw] value # @return [::String] class PropertiesEntry include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end end |
#logging_config ⇒ ::Google::Cloud::Dataproc::V1::LoggingConfig
172 173 174 175 176 177 178 179 180 181 182 183 184 |
# File 'proto_docs/google/cloud/dataproc/v1/jobs.rb', line 172 class SparkJob include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # @!attribute [rw] key # @return [::String] # @!attribute [rw] value # @return [::String] class PropertiesEntry include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end end |
#main_class ⇒ ::String
172 173 174 175 176 177 178 179 180 181 182 183 184 |
# File 'proto_docs/google/cloud/dataproc/v1/jobs.rb', line 172 class SparkJob include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # @!attribute [rw] key # @return [::String] # @!attribute [rw] value # @return [::String] class PropertiesEntry include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end end |
#main_jar_file_uri ⇒ ::String
172 173 174 175 176 177 178 179 180 181 182 183 184 |
# File 'proto_docs/google/cloud/dataproc/v1/jobs.rb', line 172 class SparkJob include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # @!attribute [rw] key # @return [::String] # @!attribute [rw] value # @return [::String] class PropertiesEntry include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end end |
#properties ⇒ ::Google::Protobuf::Map{::String => ::String}
172 173 174 175 176 177 178 179 180 181 182 183 184 |
# File 'proto_docs/google/cloud/dataproc/v1/jobs.rb', line 172 class SparkJob include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # @!attribute [rw] key # @return [::String] # @!attribute [rw] value # @return [::String] class PropertiesEntry include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end end |