jar

com.github.ywilkof : spark-jobs-rest-client

Maven & Gradle

Jun 28, 2018
103 stars

Spark Jobs Rest Client · Fluent utility client for interacting with Spark Standalone Mode's Rest API for submitting, killing and monitoring the state of jobs.

Table Of Contents

Latest Version

Download com.github.ywilkof : spark-jobs-rest-client JAR file - Latest Versions:

All Versions

Download com.github.ywilkof : spark-jobs-rest-client JAR file - All Versions:

Version Vulnerabilities Size Updated
1.3.x
1.3

View Java Class Source Code in JAR file

  1. Download JD-GUI to open JAR file and explore Java source code file (.class .java)
  2. Click menu "File → Open File..." or just drag-and-drop the JAR file in the JD-GUI window spark-jobs-rest-client-1.3.9.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

com.github.ywilkof.sparkrestclient.interfaces

├─ com.github.ywilkof.sparkrestclient.interfaces.CanValidateSubmissionId.class - [JAR]

├─ com.github.ywilkof.sparkrestclient.interfaces.JobStatusRequestSpecification.class - [JAR]

├─ com.github.ywilkof.sparkrestclient.interfaces.JobSubmitRequestSpecification.class - [JAR]

├─ com.github.ywilkof.sparkrestclient.interfaces.KillJobRequestSpecification.class - [JAR]

├─ com.github.ywilkof.sparkrestclient.interfaces.RequestOptionsSpecification.class - [JAR]

├─ com.github.ywilkof.sparkrestclient.interfaces.SparkPropertiesSpecification.class - [JAR]

com.github.ywilkof.sparkrestclient

├─ com.github.ywilkof.sparkrestclient.Action.class - [JAR]

├─ com.github.ywilkof.sparkrestclient.ClusterMode.class - [JAR]

├─ com.github.ywilkof.sparkrestclient.DriverState.class - [JAR]

├─ com.github.ywilkof.sparkrestclient.FailedSparkRequestException.class - [JAR]

├─ com.github.ywilkof.sparkrestclient.HttpRequestUtil.class - [JAR]

├─ com.github.ywilkof.sparkrestclient.JobStatusRequestSpecificationImpl.class - [JAR]

├─ com.github.ywilkof.sparkrestclient.JobStatusResponse.class - [JAR]

├─ com.github.ywilkof.sparkrestclient.JobSubmitRequest.class - [JAR]

├─ com.github.ywilkof.sparkrestclient.JobSubmitRequestSpecificationImpl.class - [JAR]

├─ com.github.ywilkof.sparkrestclient.KillJobRequestSpecificationImpl.class - [JAR]

├─ com.github.ywilkof.sparkrestclient.MapperWrapper.class - [JAR]

├─ com.github.ywilkof.sparkrestclient.SparkResponse.class - [JAR]

├─ com.github.ywilkof.sparkrestclient.SparkRestClient.class - [JAR]