spark-jobs-rest-client
Fluent client for interacting with Spark Standalone Mode's Rest API for submitting, killing and monitoring the state of jobs.
File Explorer
Download Latest Version (.zip)- CanValidateSubmissionId.java
- JobStatusRequestSpecification.java
- JobSubmitRequestSpecification.java
- KillJobRequestSpecification.java
- RequestOptionsSpecification.java
- SparkPropertiesSpecification.java
- Action.java
- ClusterMode.java
- DriverState.java
- FailedSparkRequestException.java
- HttpRequestUtil.java
- JobStatusRequestSpecificationImpl.java
- JobStatusResponse.java
- JobSubmitRequest.java
- JobSubmitRequestSpecificationImpl.java
- KillJobRequestSpecificationImpl.java
- MapperWrapper.java
- SparkResponse.java
- SparkRestClient.java
- CanValidateSubmissionIdTest.java
- HttpRequestUtilTest.java
- JobSubmitRequestSpecificationImplTest.java
- SparkRestClientBuilderTest.java
- SparkRestClientMockServerTest.java
- SparkRestClientTest.java
- .gitignore
- .travis.yml
- LICENSE.txt
- pom.xml
- README.md
# Installation Guide
1. Get the code
git clone https://github.com/ywilkof/spark-jobs-rest-client
Downloads the entire project code from GitHub to your computer.
cd spark-jobs-rest-client
Moves into the project folder you just downloaded.
2. Maven (Java)
Medium RecommendedPrerequisites
- Git Needed to download the project code from GitHub.
- JDK (Java) Required to build and run Java projects.
- Maven The build tool used for the mvn command.
mvn clean install
Installs dependencies and builds the project using Maven.
A BUILD SUCCESS message means it worked. The output is created under target/.
// repository documentation
Was this content helpful?
(0 ratings)
