You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-issues@hadoop.apache.org by "Robert Chansler (JIRA)" <ji...@apache.org> on 2009/10/09 18:57:31 UTC

[jira] Updated: (HADOOP-6184) Provide a configuration dump in json format.

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

Robert Chansler updated HADOOP-6184:
------------------------------------

    Release Note: New Configuration.dumpConfiguration(Configuration, Writer) writes configuration parameters in the JSON format.  (was: The API dumpConfiguration(Configuration, Writer) was added to Configuration.java. Calling this API would write out all the configuration parameters and their properties (final and resource) to a specified Writer in the JSON format.  The format of the output would be { "properties" : [ {key1,value1,key1.isFinal,key1.resource}, {key2,value2,key2.isFinal,key2.resource}... ] }.)

Editorial pass over all release notes prior to publication of 0.21.

> Provide a configuration dump in json format.
> --------------------------------------------
>
>                 Key: HADOOP-6184
>                 URL: https://issues.apache.org/jira/browse/HADOOP-6184
>             Project: Hadoop Common
>          Issue Type: Bug
>            Reporter: rahul k singh
>            Assignee: V.V.Chaitanya Krishna
>             Fix For: 0.21.0
>
>         Attachments: HADOOP-6184-1.patch, HADOOP-6184-2.patch, HADOOP-6184-3.patch, HADOOP-6184-4.patch, HADOOP-6184-5.patch, HADOOP-6184-6.patch, HADOOP-6184-7.patch, HADOOP-6184-8.patch, HADOOP-6184-9.patch, HADOOP-6184-ydist-1.patch, HADOOP-6184-ydist.patch, HADOOP-6184.patch
>
>
> Configuration dump in json format.

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