Google Cloud Dataproc v1 API - Class SparkRBatch (5.11.0)

public sealed class SparkRBatch : IMessage<SparkRBatch>, IEquatable<SparkRBatch>, IDeepCloneable<SparkRBatch>, IBufferMessage, IMessage

Reference documentation and code samples for the Google Cloud Dataproc v1 API class SparkRBatch.

A configuration for running an Apache SparkR batch workload.

Inheritance

object > SparkRBatch

Namespace

Google.Cloud.Dataproc.V1

Assembly

Google.Cloud.Dataproc.V1.dll

Constructors

SparkRBatch()

public SparkRBatch()

SparkRBatch(SparkRBatch)

public SparkRBatch(SparkRBatch other)
Parameter
Name Description
other SparkRBatch

Properties

ArchiveUris

public RepeatedField<string> ArchiveUris { get; }

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.

Property Value
Type Description
RepeatedFieldstring

Args

public RepeatedField<string> Args { get; }

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.

Property Value
Type Description
RepeatedFieldstring

FileUris

public RepeatedField<string> FileUris { get; }

Optional. HCFS URIs of files to be placed in the working directory of each executor.

Property Value
Type Description
RepeatedFieldstring

MainRFileUri

public string MainRFileUri { get; set; }

Required. The HCFS URI of the main R file to use as the driver. Must be a .R or .r file.

Property Value
Type Description
string