[
https://issues.apache.org/jira/browse/MAPREDUCE-2151?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Hong Tang updated MAPREDUCE-2151:
---------------------------------
Attachment: mr-2151-yhadoop-20.201-20101029-2.patch
Patch that addresses ravi's comments.
- Moved a testcase from TestRumenJobTraces to TestJobConfigurationParser.
- Added the plumbing to allow users to add to the list of properties to be
extracted from jobconf.
Note that to extract all properties started with "mapred.*", one just needs to
specify "mapred". The prefix (or property name) string is first tokenized by
splitting based on ".", and then each token has to be an exact match of the
property string tokens in sequence. So it will not match any properties start
with "mapreduce".
> [rumen] Add a map of jobconf key-value pairs in LoggedJob
> ---------------------------------------------------------
>
> Key: MAPREDUCE-2151
> URL: https://issues.apache.org/jira/browse/MAPREDUCE-2151
> Project: Hadoop Map/Reduce
> Issue Type: New Feature
> Components: tools/rumen
> Reporter: Hong Tang
> Assignee: Hong Tang
> Attachments: mr-2151-yhadoop-20.201-20101029-2.patch,
> mr-2151-yhadoop-20.201.patch
>
>
> It'd be useful to retain application level configuration settings in
> LoggedJob.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.