org.apache.hadoop.tools.rumen
Class JobConfigurationParser
java.lang.Object
org.apache.hadoop.tools.rumen.JobConfigurationParser
public class JobConfigurationParser
- extends Object
JobConfigurationParser
parses the job configuration xml file, and
extracts various framework specific properties. It parses the file using a
stream-parser and thus is more memory efficient. [This optimization may be
postponed for a future release]
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
JobConfigurationParser
public JobConfigurationParser(List<String> interested)
- Constructor
- Parameters:
interested
- properties we should extract from the job configuration xml.
Copyright © 2009 The Apache Software Foundation