[
https://issues.apache.org/jira/browse/HADOOP-6184?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Hemanth Yamijala updated HADOOP-6184:
-------------------------------------
Release Note: 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}... ] }. (was: The API
dumpConfiguration(Configuration, Writer) in Configuration.java writes out all
the parameters and their properties (final and resource) to the given Writer.
The format of the output would be { "properties" : [
{key1,value1,key1.isFinal,key1.resource},
{key2,value2,key2.isFinal,key2.resource}... ] }. It does not output the
parameters of the configuration object which is loaded from an input stream.)
> 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.