Spark Support for DJL¶
This module contains the Spark support extension with Apache Spark.
Documentation¶
The latest javadocs can be found on here.
You can also build the latest javadocs locally using the following command:
./gradlew javadoc
Installation¶
You can pull the module from the central Maven repository by including the following dependency in your pom.xml
file:
<dependency>
<groupId>ai.djl.spark</groupId>
<artifactId>spark</artifactId>
<version>0.20.0</version>
</dependency>