SparkOptions class Null safety
Options for a user-defined Spark routine.
Constructors
Properties
-
archiveUris
↔ List<
String> ? -
Archive files to be extracted into the working directory of each executor.
read / write
- connection ↔ String?
-
Fully qualified name of the user-provided Spark connection object.
read / write
- containerImage ↔ String?
-
Custom container image for the runtime environment.
read / write
-
fileUris
↔ List<
String> ? -
Files to be placed in the working directory of each executor.
read / write
- hashCode → int
-
The hash code for this object.
read-onlyinherited
-
jarUris
↔ List<
String> ? -
JARs to include on the driver and executor CLASSPATH.
read / write
- mainFileUri ↔ String?
-
The main file/jar URI of the Spark application.
read / write
-
properties
↔ Map<
String, String> ? -
Configuration properties as a set of key/value pairs, which will be passed
on to the Spark application.
read / write
-
pyFileUris
↔ List<
String> ? -
Python files to be placed on the PYTHONPATH for PySpark application.
read / write
- runtimeType → Type
-
A representation of the runtime type of the object.
read-onlyinherited
- runtimeVersion ↔ String?
-
Runtime version.
read / write
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent 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