You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@oodt.apache.org by "Brian Foster (JIRA)" <ji...@apache.org> on 2010/12/11 00:03:01 UTC

[jira] Updated: (OODT-82) Make resource manager's node ip addresses envReplace-able

     [ https://issues.apache.org/jira/browse/OODT-82?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Brian Foster updated OODT-82:
-----------------------------

    Attachment: OODT-82.2010-12-10.patch.txt


- attached patch

> Make resource manager's node ip addresses envReplace-able
> ---------------------------------------------------------
>
>                 Key: OODT-82
>                 URL: https://issues.apache.org/jira/browse/OODT-82
>             Project: OODT
>          Issue Type: Improvement
>          Components: resource manager
>    Affects Versions: 0.1-incubating
>         Environment: none
>            Reporter: Brian Foster
>            Assignee: Brian Foster
>            Priority: Minor
>             Fix For: 0.2
>
>         Attachments: OODT-82.2010-12-10.patch.txt
>
>
> for example, the following would NOT replace "[BATCH_STUB_PORT]" and thus given an invalid URL exception:
> <cas:resourcenodes xmlns:cas="http://oodt.jpl.nasa.gov/1.0/cas">
>    <node nodeId="localhost" ip="http://localhost:[BATCH_STUB_PORT]" capacity="8"/>
> </cas:resourcenodes>
> the following would replace "[BATCH_STUB_PORT]":
> <cas:resourcenodes xmlns:cas="http://oodt.jpl.nasa.gov/1.0/cas">
>    <node nodeId="localhost" ip="http://localhost:[BATCH_STUB_PORT]" capacity="8" envReplace="true"/>
> </cas:resourcenodes>

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.