[ 
https://issues.apache.org/jira/browse/AURORA-1376?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14609444#comment-14609444
 ] 

Renan DelValle commented on AURORA-1376:
----------------------------------------

So this is a WIP, but since I wanted to keep pushing this work along, I created 
a simple XML schema that should cover most cases for custom executors and 
thermos. If there is any objections to using an XML file for the configuration 
of the executor settings, I am open to using anything else, I simply wanted to 
get the ball rolling. I'm using the Apache Commons Configurator library to 
parse the XML.

{code:xml}
<?xml version="1.0" encoding="ISO-8859-1" ?>
<executors>
    <executor>
        <name>thermos</name>
        <path>/test/</path>
        <flags></flags>
        <overhead>
            <disk_mb></disk_mb>
            <ram_mb></ram_mb>
            <cpus></cpus>
            <ports></ports>
        </overhead>
        <resources>
            <uri></uri>
        </resources>
        <observer></observer>
        <cmd></cmd>
    </executor>
</executors>
{code}

> Create support for custom executors in Scheduler
> ------------------------------------------------
>
>                 Key: AURORA-1376
>                 URL: https://issues.apache.org/jira/browse/AURORA-1376
>             Project: Aurora
>          Issue Type: Sub-task
>          Components: Scheduler
>            Reporter: Renan DelValle
>




--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to