Spark
The Spark integration module to enable distributed processing for steps.
SparkIntegration
Bases: Integration
Definition of Spark integration for ZenML.
Source code in src/zenml/integrations/spark/__init__.py
27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 |
|
activate()
classmethod
Activating the corresponding Spark materializers.
Source code in src/zenml/integrations/spark/__init__.py
33 34 35 36 |
|
flavors()
classmethod
Declare the stack component flavors for the Spark integration.
Returns:
Type | Description |
---|---|
List[Type[Flavor]]
|
The flavor wrapper for the step operator flavor |
Source code in src/zenml/integrations/spark/__init__.py
38 39 40 41 42 43 44 45 46 47 48 49 |
|