You are viewing a plain text version of this content. The canonical link for it is here.
Posted to mapreduce-issues@hadoop.apache.org by "V.V.Chaitanya Krishna (JIRA)" <ji...@apache.org> on 2009/09/17 11:02:57 UTC

[jira] Commented: (MAPREDUCE-953) Generate configuration dump for hierarchial queue configuration

    [ https://issues.apache.org/jira/browse/MAPREDUCE-953?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12756426#action_12756426 ] 

V.V.Chaitanya Krishna commented on MAPREDUCE-953:
-------------------------------------------------

The proposal of the JSONN string format is as follows:

{"queues":[
    {"name":<queue_name>,"state":<queue_state>,"submit_job":<submit-job acls>,
      "administer_jobs":<administer-jobs-acls>,"properties"<properties>,"children":[ {"name":<child queue name>,"state":<child_queue_state>,
      "submit_job":<child_submit-job acls>, "administer_jobs":<child_administer-jobs-acls>,"properties":<child_properties>,"children":[<child queues>] 
       } ]
    }
] }

Note: The <children queues> will be again in the same format as its parent is. So, it is a tree-like structure.

> Generate configuration dump for hierarchial queue configuration
> ---------------------------------------------------------------
>
>                 Key: MAPREDUCE-953
>                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-953
>             Project: Hadoop Map/Reduce
>          Issue Type: Improvement
>            Reporter: rahul k singh
>            Priority: Blocker
>
> Generate configuration dump for hierarchial queue configuration

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