Skip to content

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

License

Notifications You must be signed in to change notification settings

convictss/spark-jobserver-client

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 [email protected]: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客户端

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 100.0%