Return-Path: Delivered-To: apmail-oodt-commits-archive@www.apache.org Received: (qmail 7693 invoked from network); 11 Dec 2010 04:33:26 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 11 Dec 2010 04:33:26 -0000 Received: (qmail 23212 invoked by uid 500); 11 Dec 2010 04:33:26 -0000 Delivered-To: apmail-oodt-commits-archive@oodt.apache.org Received: (qmail 23186 invoked by uid 500); 11 Dec 2010 04:33:26 -0000 Mailing-List: contact commits-help@oodt.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@oodt.apache.org Delivered-To: mailing list commits@oodt.apache.org Received: (qmail 23178 invoked by uid 99); 11 Dec 2010 04:33:25 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 11 Dec 2010 04:33:25 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.22] (HELO thor.apache.org) (140.211.11.22) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 11 Dec 2010 04:33:22 +0000 Received: from thor (localhost [127.0.0.1]) by thor.apache.org (8.13.8+Sun/8.13.8) with ESMTP id oBB4X05d020690 for ; Sat, 11 Dec 2010 04:33:00 GMT Message-ID: <823508.69591292041980743.JavaMail.jira@thor> Date: Fri, 10 Dec 2010 23:33:00 -0500 (EST) From: "Chris A. Mattmann (JIRA)" To: commits@oodt.apache.org Subject: [jira] Commented: (OODT-75) Ability to submit jobs to a DRMAA based resource manager In-Reply-To: <20665908.43161291922400889.JavaMail.jira@thor> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/OODT-75?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12970380#action_12970380 ] Chris A. Mattmann commented on OODT-75: --------------------------------------- +1, this design looks great. > Ability to submit jobs to a DRMAA based resource manager > -------------------------------------------------------- > > Key: OODT-75 > URL: https://issues.apache.org/jira/browse/OODT-75 > Project: OODT > Issue Type: Improvement > Components: resource manager, workflow manager > Affects Versions: 0.1-incubating > Environment: none > Reporter: Brian Foster > Assignee: Brian Foster > Priority: Minor > Fix For: 0.2 > > > Currently at JPL, the ACOS project is funding development to added the ability to submit CAS jobs to Torque PBS resource manager. In researching this topic, I found Torque was designed around DRMAA specification and serveral other resource management/grid components in use today also conform to DRMAA specification (e.g. Condor, SGE). > I believe this can be approached in two ways (or both): > - Write CAS-Resource plugins (e.g. Monitor, Batchmgr, etc...) such that CAS-Resource can wrap any resource manager component conforming to the Java DRMAA specification > - Enable CAS-Workflow manager to submit jobs to a resource manager conforming to the Java DRMAA specification > The implementation of the Java DRMAA Specification has already been implemented: > - Gridway (http://www.gridway.org) has implement the Java DRMAA specification and is available for download under Apache licensing (http://www.gridway.org/doku.php?id=software), and when used with Globus which is also under Apache Public License (applicable for 4.0.1+) can be used to wrap DRMAA resource managers. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.