Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 3669C200B62 for ; Fri, 12 Aug 2016 18:11:17 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 2FB3D160AB0; Fri, 12 Aug 2016 16:11:17 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 755BA160A85 for ; Fri, 12 Aug 2016 18:11:16 +0200 (CEST) Received: (qmail 33285 invoked by uid 500); 12 Aug 2016 16:11:15 -0000 Mailing-List: contact dev-help@airavata.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@airavata.apache.org Delivered-To: mailing list dev@airavata.apache.org Received: (qmail 33275 invoked by uid 99); 12 Aug 2016 16:11:15 -0000 Received: from mail-relay.apache.org (HELO mail-relay.apache.org) (140.211.11.15) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 12 Aug 2016 16:11:15 +0000 Received: from 140-182-202-222.dhcp-bl.indiana.edu (140-182-202-222.dhcp-bl.indiana.edu [140.182.202.222]) by mail-relay.apache.org (ASF Mail Server at mail-relay.apache.org) with ESMTPSA id 3FE0B1A00A8 for ; Fri, 12 Aug 2016 16:11:15 +0000 (UTC) From: Suresh Marru Content-Type: multipart/alternative; boundary="Apple-Mail=_7A57CA60-C58E-4D10-AE5D-C2A5EBF8328F" Message-Id: Mime-Version: 1.0 (Mac OS X Mail 9.3 \(3124\)) Subject: Re: Integrating Apache Aurora and Marathon with Airavata Date: Fri, 12 Aug 2016 12:11:14 -0400 References: To: Airavata Dev In-Reply-To: X-Mailer: Apple Mail (2.3124) archived-at: Fri, 12 Aug 2016 16:11:17 -0000 --Apple-Mail=_7A57CA60-C58E-4D10-AE5D-C2A5EBF8328F Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset=us-ascii > On Aug 11, 2016, at 5:24 PM, Gourav Rattihalli = wrote: >=20 > Hi Dev's, >=20 > I'm working on integrating Apache Aurora and Marathon. I have = completed the implementation of a Java based library that can connect to = a running instances of Aurora and Marathon to submit and monitor jobs. = Now, I would like to integrate this Java library with GFAC and = Orchestrator so that the job launch can be done by Airavata. Could = anyone please guide me on this integration? An example would be great on = how to add a new resource management framework to Airavata. Hi Gourav, A good example will be to see how the SSH based job submissions work and = write your own implementations.=20 For example: This is the task interface - = https://github.com/apache/airavata/blob/master/modules/gfac/gfac-core/src/= main/java/org/apache/airavata/gfac/core/task/Task.java = And here are some task implementations - = https://github.com/apache/airavata/tree/master/modules/gfac/gfac-impl/src/= main/java/org/apache/airavata/gfac/impl/task = Walking through one concrete implementations like Local submissions or = SSH or BES will get you an understanding on how to do a similar one for = Aurora and Marathon.=20 Suresh >=20 > --=20 > Regards, > Gourav Rattihalli --Apple-Mail=_7A57CA60-C58E-4D10-AE5D-C2A5EBF8328F Content-Transfer-Encoding: quoted-printable Content-Type: text/html; charset=us-ascii
On Aug 11, 2016, at 5:24 PM, Gourav Rattihalli <grattih1@binghamton.edu> wrote:

Hi Dev's,

I'm working on integrating Apache Aurora and Marathon. I have = completed the implementation of a Java based library that can = connect to a running instances of Aurora and Marathon to submit and = monitor jobs. Now, I would like to integrate this Java library with GFAC = and Orchestrator so that the job launch can be done by Airavata. Could = anyone please guide me on this integration? An example would be great on = how to add a new resource management framework to = Airavata.

Hi = Gourav,

A good example will be to = see how the SSH based job submissions work and write your own = implementations. 

For = example:

This is the task interface = - https://github.com/apache/airavata/blob/master/modules/gfac/gfa= c-core/src/main/java/org/apache/airavata/gfac/core/task/Task.java


Walking through one concrete implementations like = Local submissions or SSH or BES will get you an understanding on how to = do a similar one for Aurora and Marathon. 

Suresh


--
Regards,
Gourav = Rattihalli

= --Apple-Mail=_7A57CA60-C58E-4D10-AE5D-C2A5EBF8328F--