This is a Java implementation of Spark Job Server REST APIs.
You can execute the following commands to compile this client:
git clone [email protected]:zenglian/spark-jobserver-client.git
cd spark-jobserver-client
gradle build
Note
You need install lombok before compiling it.
See examples in Examples.java. You can call it in sync/async mode with retrofit2.
Java 8
lombok
retrofit2
log4j