[
https://issues.apache.org/jira/browse/MAPREDUCE-768?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12741204#action_12741204
]
V.V.Chaitanya Krishna commented on MAPREDUCE-768:
-------------------------------------------------
The following is the proposal for the structure of Json Object:
{ "Properties" :
[
{"Key" : <key>, "Value":<value>, "isFinal":<true/false>, "Resource" :
<resource>}
]
}
||JsonObject||
|Property[] properties|
||Property||
|Key|
|Value|
|isFinal|
|Resource|
The Object contains a list of properties with each element of the array being a
property with attributes as *Key*,*Value*,*isFinal* and *Resource*.
> Configuration information should generate dump in a standard format.
> --------------------------------------------------------------------
>
> Key: MAPREDUCE-768
> URL: https://issues.apache.org/jira/browse/MAPREDUCE-768
> Project: Hadoop Map/Reduce
> Issue Type: New Feature
> Reporter: rahul k singh
>
> We need to generate the configuration dump in a standard format .
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.