Class SparkDistributedBackend

java.lang.Object
org.episteme.core.distributed.backends.SparkDistributedBackend
All Implemented Interfaces:
DistributedComputingProvider, AlgorithmProvider, Backend, ComputeBackend, DistributedBackend

@AutoService({Backend.class,AlgorithmProvider.class}) public class SparkDistributedBackend extends Object implements DistributedBackend
Apache Spark Distributed Computing Backend. Wraps Apache Spark for cluster computing.
Since:
1.2
Author:
Silvere Martin-Michiellot, Gemini AI (Google DeepMind)