Class: Google::Cloud::Dataproc::V1::SparkRBatch
- Inherits:
-
Object
- Object
- Google::Cloud::Dataproc::V1::SparkRBatch
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/dataproc/v1/batches.rb
Overview
A configuration for running an Apache SparkR batch workload.
Instance Attribute Summary collapse
-
#archive_uris ⇒ ::Array<::String>
Optional.
-
#args ⇒ ::Array<::String>
Optional.
-
#file_uris ⇒ ::Array<::String>
Optional.
-
#main_r_file_uri ⇒ ::String
Required.
Instance Attribute Details
#archive_uris ⇒ ::Array<::String>
Returns Optional. HCFS URIs of archives to be extracted into the working directory
of each executor. Supported file types:
.jar
, .tar
, .tar.gz
, .tgz
, and .zip
.
332 333 334 335 |
# File 'proto_docs/google/cloud/dataproc/v1/batches.rb', line 332 class SparkRBatch include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#args ⇒ ::Array<::String>
Returns Optional. The arguments to pass to the Spark driver. Do not include
arguments that can be set as batch properties, such as --conf
, since a
collision can occur that causes an incorrect batch submission.
332 333 334 335 |
# File 'proto_docs/google/cloud/dataproc/v1/batches.rb', line 332 class SparkRBatch include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#file_uris ⇒ ::Array<::String>
Returns Optional. HCFS URIs of files to be placed in the working directory of each executor.
332 333 334 335 |
# File 'proto_docs/google/cloud/dataproc/v1/batches.rb', line 332 class SparkRBatch include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#main_r_file_uri ⇒ ::String
Returns Required. The HCFS URI of the main R file to use as the driver.
Must be a .R
or .r
file.
332 333 334 335 |
# File 'proto_docs/google/cloud/dataproc/v1/batches.rb', line 332 class SparkRBatch include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |