org.apache.hadoop.tools.rumen
Class JobConfigurationParser

java.lang.Object
  extended by org.apache.hadoop.tools.rumen.JobConfigurationParser

public class JobConfigurationParser
extends Object

JobConfigurationParser parses the job configuration xml file, and extracts configuration properties. It parses the file using a stream-parser and thus is more memory efficient. [This optimization may be postponed for a future release]


Constructor Summary
JobConfigurationParser()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JobConfigurationParser

public JobConfigurationParser()


Copyright © 2012 Apache Software Foundation. All Rights Reserved.