Return-Path: X-Original-To: apmail-airavata-dev-archive@www.apache.org Delivered-To: apmail-airavata-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 8EEA910A86 for ; Tue, 9 Apr 2013 20:08:17 +0000 (UTC) Received: (qmail 79266 invoked by uid 500); 9 Apr 2013 20:08:17 -0000 Delivered-To: apmail-airavata-dev-archive@airavata.apache.org Received: (qmail 79235 invoked by uid 500); 9 Apr 2013 20:08:17 -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 79165 invoked by uid 99); 9 Apr 2013 20:08:17 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 09 Apr 2013 20:08:17 +0000 Date: Tue, 9 Apr 2013 20:08:17 +0000 (UTC) From: "Raminderjeet Singh (JIRA)" To: dev@airavata.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (AIRAVATA-818) Set host dynamically per service request MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/AIRAVATA-818?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13627019#comment-13627019 ] Raminderjeet Singh commented on AIRAVATA-818: --------------------------------------------- Code snippet is ExperimentAdvanceOptions options = airavataAPI.getExecutionManager().createExperimentAdvanceOptions( workflowName, username, null); NodeSettingsImpl nodeSettings = new NodeSettingsImpl(setNodeName); options.getCustomWorkflowSchedulingSettings().addNewNodeSettings(nodeSettings) > Set host dynamically per service request > ---------------------------------------- > > Key: AIRAVATA-818 > URL: https://issues.apache.org/jira/browse/AIRAVATA-818 > Project: Airavata > Issue Type: Bug > Components: Airavata Client > Affects Versions: 0.7 > Reporter: Raminderjeet Singh > > I want to set the host name using airavata api on each service/application request in a workflow. Airavata API org.apache.airavata.client.impl.NodeSettings does not allow me to set HostSchedulingSettings or HPCSettings (setter missing) to dynamically select a host and set HPC setting based on size of the application run. -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators For more information on JIRA, see: http://www.atlassian.com/software/jira