SparkRJob class

A Dataproc job for running Apache SparkR (https://spark.apache.org/docs/latest/sparkr.html) applications on YARN.

Constructors

SparkRJob({List<String>? archiveUris, List<String>? args, List<String>? fileUris, LoggingConfig? loggingConfig, String? mainRFileUri, Map<String, String>? properties})
SparkRJob.fromJson(Map json_)

Properties

archiveUris List<String>?
HCFS URIs of archives to be extracted into the working directory of each executor.
getter/setter pair
args List<String>?
The arguments to pass to the driver.
getter/setter pair
fileUris List<String>?
HCFS URIs of files to be placed in the working directory of each executor.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
loggingConfig LoggingConfig?
The runtime log config for job execution.
getter/setter pair
mainRFileUri String?
The HCFS URI of the main R file to use as the driver.
getter/setter pair
properties Map<String, String>?
A mapping of property names to values, used to configure SparkR.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited