/spark-jobserver-client

基于Retrofit2的Spark JobServer的RESTful Java客户端

Primary LanguageJavaApache License 2.0Apache-2.0

spark-jobserver-client

This is a Java implementation of Spark Job Server REST APIs.

How to build

You can execute the following commands to compile this client:

git clone git@github.com:zenglian/spark-jobserver-client.git
cd spark-jobserver-client
gradle build

Note
You need install lombok before compiling it.

How to use

See examples in Examples.java. You can call it in sync/async mode with retrofit2.

Dependencies

Java 8
lombok
retrofit2
log4j