Hao Zhong created HADOOP-9327: --------------------------------- Summary: Out of date code examples Key: HADOOP-9327 URL: https://issues.apache.org/jira/browse/HADOOP-9327 Project: Hadoop Common Issue Type: Bug Affects Versions: 2.0.3-alpha Reporter: Hao Zhong
1. This page contains code examples that use JobConfigurationParser http://hadoop.apache.org/docs/current/api/org/apache/hadoop/tools/rumen/package-summary.html "JobConfigurationParser jcp = new JobConfigurationParser(interestedProperties);" JobConfigurationParser is deleted in 2.0.3 2. This page contains code examples that use ContextFactory http://hadoop.apache.org/docs/current/api/org/apache/hadoop/metrics/package-summary.html " ContextFactory factory = ContextFactory.getFactory(); ... examine and/or modify factory attributes ... MetricsContext context = factory.getContext("myContext");" ContextFactory is deleted in 2.0.3 3. This page contains code examples that use LoggedNetworkTopology http://hadoop.apache.org/docs/current/api/org/apache/hadoop/tools/rumen/package-summary.html " do.init("topology.json", conf); // get the job summary using TopologyBuilder LoggedNetworkTopology topology = topologyBuilder.build();" LoggedNetworkTopology is deleted in 2.0.3 Please revise the documentation to reflect the code. -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators For more information on JIRA, see: http://www.atlassian.com/software/jira