zenglian / spark-jobserver-client

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

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

License:Apache License 2.0


Languages

Language:Java 100.0%