source: proiecte/HadoopJUnit/hadoop-0.20.1/docs/jdiff/changes/org.apache.hadoop.mapred.JobClient.html @ 120

Last change on this file since 120 was 120, checked in by (none), 14 years ago

Added the mail files for the Hadoop JUNit Project

  • Property svn:executable set to *
File size: 8.8 KB
Line 
1<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Frameset//EN""http://www.w3.org/TR/REC-html40/frameset.dtd">
2<HTML>
3<HEAD>
4<meta name="generator" content="JDiff v1.0.9">
5<!-- Generated by the JDiff Javadoc doclet -->
6<!-- (http://www.jdiff.org) -->
7<meta name="description" content="JDiff is a Javadoc doclet which generates an HTML report of all the packages, classes, constructors, methods, and fields which have been removed, added or changed in any way, including their documentation, when two APIs are compared.">
8<meta name="keywords" content="diff, jdiff, javadiff, java diff, java difference, API difference, difference between two APIs, API diff, Javadoc, doclet">
9<TITLE>
10org.apache.hadoop.mapred.JobClient
11</TITLE>
12<LINK REL="stylesheet" TYPE="text/css" HREF="../stylesheet-jdiff.css" TITLE="Style">
13</HEAD>
14<BODY>
15<!-- Start of nav bar -->
16<TABLE summary="Navigation bar" BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0">
17  <TR>
18    <TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
19    <TABLE summary="Navigation bar" BORDER="0" CELLPADDING="0" CELLSPACING="3">
20    <TR ALIGN="center" VALIGN="top">
21      <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../api/org/apache/hadoop/mapred/JobClient.html" target="_top"><FONT CLASS="NavBarFont1"><B><tt>hadoop 0.20.1</tt></B></FONT></A>&nbsp;</TD>
22      <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="changes-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
23      <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="pkg_org.apache.hadoop.mapred.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
24      <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT>&nbsp;</TD>
25      <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="jdiff_statistics.html"><FONT CLASS="NavBarFont1"><B>Statistics</B></FONT></A>&nbsp;</TD>
26      <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="jdiff_help.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
27    </TR>
28    </TABLE>
29  </TD>
30  <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM><b>Generated by<br><a href="http://www.jdiff.org" class="staysblack" target="_top">JDiff</a></b></EM></TD>
31</TR>
32<TR>
33  <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell2"><FONT SIZE="-2">
34&nbsp;<A HREF="org.apache.hadoop.mapred.IsolationRunner.html"><B>PREV CLASS</B></A>
35&nbsp;<A HREF="org.apache.hadoop.mapred.JobClient.TaskStatusFilter.html"><B>NEXT CLASS</B></A>
36&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
37  <A HREF="../changes.html" TARGET="_top"><B>FRAMES</B></A>  &nbsp;
38  &nbsp;<A HREF="org.apache.hadoop.mapred.JobClient.html" TARGET="_top"><B>NO FRAMES</B></A></FONT></TD>
39  <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell3"><FONT SIZE="-2"> DETAIL: &nbsp;
40CONSTRUCTORS&nbsp;|&nbsp;
41<a href="#methods">METHODS</a>&nbsp;|&nbsp;
42FIELDS
43  </FONT></TD>
44</TR>
45</TABLE>
46<HR>
47<!-- End of nav bar -->
48<H2>
49Class org.apache.hadoop.mapred.<A HREF="../../api/org/apache/hadoop/mapred/JobClient.html" target="_top"><tt>JobClient</tt></A>
50</H2>
51<a NAME="constructors"></a>
52<a NAME="methods"></a>
53<p>
54<a NAME="Removed"></a>
55<TABLE summary="Removed Methods" BORDER="1" CELLPADDING="3" CELLSPACING="0" WIDTH="100%">
56<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
57  <TD VALIGN="TOP" COLSPAN=2><FONT SIZE="+1"><B>Removed Methods</B></FONT></TD>
58</TR>
59<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
60  <TD VALIGN="TOP" WIDTH="25%">
61  <A NAME="org.apache.hadoop.mapred.JobClient.getCommandLineConfig_removed()"></A>
62  <nobr><code>Configuration</code>&nbsp;<A HREF="http://hadoop.apache.org/core/docs/r0.19.2/api/org/apache/hadoop/mapred/JobClient.html#getCommandLineConfig()" target="_top"><tt>getCommandLineConfig</tt></A>()</nobr>
63  </TD>
64  <TD VALIGN="TOP">return the command line configuration</TD>
65</TR>
66</TABLE>
67&nbsp;
68<p>
69<a NAME="Added"></a>
70<TABLE summary="Added Methods" BORDER="1" CELLPADDING="3" CELLSPACING="0" WIDTH="100%">
71<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
72  <TD VALIGN="TOP" COLSPAN=2><FONT SIZE="+1"><B>Added Methods</B></FONT></TD>
73</TR>
74<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
75  <TD VALIGN="TOP" WIDTH="25%">
76  <A NAME="org.apache.hadoop.mapred.JobClient.displayTasks_added(org.apache.hadoop.mapred.JobID, java.lang.String, java.lang.String)"></A>
77  <nobr><code>void</code>&nbsp;<A HREF="../../api/org/apache/hadoop/mapred/JobClient.html#displayTasks(org.apache.hadoop.mapred.JobID, java.lang.String, java.lang.String)" target="_top"><tt>displayTasks</tt></A>(<code>JobID,</nobr> String<nobr>,</nobr> String<nobr><nobr></code>)</nobr>
78  </TD>
79  <TD VALIGN="TOP">Display the information about a job's tasks of a particular type and in a particular state </TD>
80</TR>
81<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
82  <TD VALIGN="TOP" WIDTH="25%">
83  <A NAME="org.apache.hadoop.mapred.JobClient.getClusterStatus_added(boolean)"></A>
84  <nobr><code>ClusterStatus</code>&nbsp;<A HREF="../../api/org/apache/hadoop/mapred/JobClient.html#getClusterStatus(boolean)" target="_top"><tt>getClusterStatus</tt></A>(<code>boolean</code>)</nobr>
85  </TD>
86  <TD VALIGN="TOP">Get status information about the Map-Reduce cluster.</TD>
87</TR>
88<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
89  <TD VALIGN="TOP" WIDTH="25%">
90  <A NAME="org.apache.hadoop.mapred.JobClient.monitorAndPrintJob_added(org.apache.hadoop.mapred.JobConf, org.apache.hadoop.mapred.RunningJob)"></A>
91  <nobr><code>boolean</code>&nbsp;<A HREF="../../api/org/apache/hadoop/mapred/JobClient.html#monitorAndPrintJob(org.apache.hadoop.mapred.JobConf, org.apache.hadoop.mapred.RunningJob)" target="_top"><tt>monitorAndPrintJob</tt></A>(<code>JobConf,</nobr> RunningJob<nobr><nobr></code>)</nobr>
92  </TD>
93  <TD VALIGN="TOP">Monitor a job and print status in real-time as progress is made and tasks fail.</TD>
94</TR>
95<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
96  <TD VALIGN="TOP" WIDTH="25%">
97  <A NAME="org.apache.hadoop.mapred.JobClient.submitJobInternal_added(org.apache.hadoop.mapred.JobConf)"></A>
98  <nobr><code>RunningJob</code>&nbsp;<A HREF="../../api/org/apache/hadoop/mapred/JobClient.html#submitJobInternal(org.apache.hadoop.mapred.JobConf)" target="_top"><tt>submitJobInternal</tt></A>(<code>JobConf</code>)</nobr>
99  </TD>
100  <TD VALIGN="TOP">Internal method for submitting jobs to the system.</TD>
101</TR>
102</TABLE>
103&nbsp;
104<p>
105<a NAME="Changed"></a>
106<TABLE summary="Changed Methods" BORDER="1" CELLPADDING="3" CELLSPACING="0" WIDTH="100%">
107<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
108  <TD VALIGN="TOP" COLSPAN=3><FONT SIZE="+1"><B>Changed Methods</B></FONT></TD>
109</TR>
110<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
111  <TD VALIGN="TOP" WIDTH="25%">
112  <A NAME="org.apache.hadoop.mapred.JobClient.submitJob_changed(org.apache.hadoop.mapred.JobConf)"></A>
113  <nobr><code>RunningJob</code>&nbsp;<A HREF="../../api/org/apache/hadoop/mapred/JobClient.html#submitJob(org.apache.hadoop.mapred.JobConf)" target="_top"><tt>submitJob</tt></A>(<code>JobConf</code></nobr>
114  </TD>
115  <TD VALIGN="TOP" WIDTH="30%">
116Change in exceptions: <code>org.apache.hadoop.mapred.InvalidJobConfException</code> was removed..<br>
117  </TD>
118  <TD VALIGN="TOP">Submit a job to the MR system.</TD>
119</TR>
120</TABLE>
121&nbsp;
122<a NAME="fields"></a>
123<HR>
124<!-- Start of nav bar -->
125<TABLE summary="Navigation bar" BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0">
126  <TR>
127    <TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
128    <TABLE summary="Navigation bar" BORDER="0" CELLPADDING="0" CELLSPACING="3">
129    <TR ALIGN="center" VALIGN="top">
130      <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../api/org/apache/hadoop/mapred/JobClient.html" target="_top"><FONT CLASS="NavBarFont1"><B><tt>hadoop 0.20.1</tt></B></FONT></A>&nbsp;</TD>
131      <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="changes-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
132      <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="pkg_org.apache.hadoop.mapred.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
133      <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT>&nbsp;</TD>
134      <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="jdiff_statistics.html"><FONT CLASS="NavBarFont1"><B>Statistics</B></FONT></A>&nbsp;</TD>
135      <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="jdiff_help.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
136    </TR>
137    </TABLE>
138  </TD>
139  <TD ALIGN="right" VALIGN="top" ROWSPAN=3></TD>
140</TR>
141<TR>
142  <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell2"><FONT SIZE="-2">
143&nbsp;<A HREF="org.apache.hadoop.mapred.IsolationRunner.html"><B>PREV CLASS</B></A>
144&nbsp;<A HREF="org.apache.hadoop.mapred.JobClient.TaskStatusFilter.html"><B>NEXT CLASS</B></A>
145&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
146  <A HREF="../changes.html" TARGET="_top"><B>FRAMES</B></A>  &nbsp;
147  &nbsp;<A HREF="org.apache.hadoop.mapred.JobClient.html" TARGET="_top"><B>NO FRAMES</B></A></FONT></TD>
148<TD BGCOLOR="0xFFFFFF" CLASS="NavBarCell3"></TD>
149</TR>
150</TABLE>
151<HR>
152<!-- End of nav bar -->
153</BODY>
154</HTML>
Note: See TracBrowser for help on using the repository browser.