GitHub user gouravshenoy opened a pull request:
https://github.com/apache/airavata/pull/62
[AIRAVATA-2151] Implement Aurora Thrift Client using Java
This project implements a Thrift based Java client for Apache Aurora
scheduler, running on a Mesos cluster. This client has been developed with a
focus of being integrated with Apache Airavata for job submission & monitoring
Currently the following operations are supported, but more will be added
progressively.
* Submit a job to the Aurora scheduler
Job can be AdHoc(one time) or a Service (long running)
* Get job details
* Get pending jobs & reason for why it is pending
* Kill tasks in a Job, or kill all tasks in a Job
The project contains a README file with more details regarding the client
instructions & requirements.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/gouravshenoy/airavata aurora-thrift-client
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/airavata/pull/62.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #62
----
commit 7dd85164103ea492351e25695b4c9b48a9840703
Author: Gourav Shenoy <[email protected]>
Date: 2016-10-23T17:01:27Z
Merge pull request #1 from apache/develop
Merge airvata develop with local develop
commit b7401be39bc864ee7933fcb0fbc7d3b6a1ac8d2e
Author: Gourav Shenoy <[email protected]>
Date: 2016-10-23T17:13:28Z
Adding aurora-client project
commit f423dde2ed97b2f100c06699b24246aa8266c654
Author: Gourav Shenoy <[email protected]>
Date: 2016-10-23T17:37:28Z
Adding README to aurora client project
----
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---