You are viewing a plain text version of this content. The canonical link for it is here.
Posted to mapreduce-dev@hadoop.apache.org by "Dick King (JIRA)" <ji...@apache.org> on 2009/09/26 01:30:16 UTC

[jira] Created: (MAPREDUCE-1043) JobHistory.parseHistoryFromFS does not appear to get us the information in conf files that correspond to jobs.

JobHistory.parseHistoryFromFS does not appear to get us the information in conf files that correspond to jobs.
--------------------------------------------------------------------------------------------------------------

                 Key: MAPREDUCE-1043
                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-1043
             Project: Hadoop Map/Reduce
          Issue Type: Bug
            Reporter: Dick King
            Priority: Minor


We get to see the NAMES of the files in the Listener callbacks, but that doesn't seem quite right because the user is left to parse the conf file hirself.  Perhaps there should be an additional interface that takes a Listener callback string that came with a JOBCONF Key, and delivers an abstraction instance that can be called with its own Listener that in turn will be called with each property/value pair from the named conf file?

rumen can be changed to use JobHistory, but it will need to deal with this situation in an ad hoc way unless we make this change.

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