Author: nigel Date: Mon Aug 13 16:27:44 2007 New Revision: 565565 URL: http://svn.apache.org/viewvc?view=rev&rev=565565 Log: Added HADOOP-1400 to the INCOMPATIBILITIES section
Modified: lucene/hadoop/branches/branch-0.14/CHANGES.txt Modified: lucene/hadoop/branches/branch-0.14/CHANGES.txt URL: http://svn.apache.org/viewvc/lucene/hadoop/branches/branch-0.14/CHANGES.txt?view=diff&rev=565565&r1=565564&r2=565565 ============================================================================== --- lucene/hadoop/branches/branch-0.14/CHANGES.txt (original) +++ lucene/hadoop/branches/branch-0.14/CHANGES.txt Mon Aug 13 16:27:44 2007 @@ -37,6 +37,10 @@ CLI/API - Job, TIP, and Task id formats have changed and are now unique across job tracker restarts. + 9. HADOOP-1400 + API - JobClient constructor now takes a JobConf object instead of a + Configuration object. + NEW FEATURES and BUG FIXES 1. HADOOP-1197. In Configuration, deprecate getObject() and add