Return-Path: Delivered-To: apmail-hadoop-mapreduce-commits-archive@minotaur.apache.org Received: (qmail 41202 invoked from network); 28 Nov 2009 20:27:03 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 28 Nov 2009 20:27:03 -0000 Received: (qmail 584 invoked by uid 500); 28 Nov 2009 20:27:03 -0000 Delivered-To: apmail-hadoop-mapreduce-commits-archive@hadoop.apache.org Received: (qmail 529 invoked by uid 500); 28 Nov 2009 20:27:03 -0000 Mailing-List: contact mapreduce-commits-help@hadoop.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: mapreduce-dev@hadoop.apache.org Delivered-To: mailing list mapreduce-commits@hadoop.apache.org Received: (qmail 519 invoked by uid 99); 28 Nov 2009 20:27:03 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 28 Nov 2009 20:27:03 +0000 X-ASF-Spam-Status: No, hits=-2.4 required=5.0 tests=AWL,BAYES_00 X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 28 Nov 2009 20:26:56 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id 8B88523889B3; Sat, 28 Nov 2009 20:26:36 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r885145 [2/34] - in /hadoop/mapreduce/branches/MAPREDUCE-233: ./ .eclipse.templates/ .eclipse.templates/.launches/ conf/ ivy/ lib/ src/benchmarks/gridmix/ src/benchmarks/gridmix/pipesort/ src/benchmarks/gridmix2/ src/benchmarks/gridmix2/src... Date: Sat, 28 Nov 2009 20:26:22 -0000 To: mapreduce-commits@hadoop.apache.org From: stevel@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20091128202636.8B88523889B3@eris.apache.org> Propchange: hadoop/mapreduce/branches/MAPREDUCE-233/ ------------------------------------------------------------------------------ --- svn:ignore (original) +++ svn:ignore Sat Nov 28 20:26:01 2009 @@ -1,7 +1,9 @@ build +build.properties ivy/ivy-*.jar logs .classpath .externalToolBuilders +.launches .project .settings Propchange: hadoop/mapreduce/branches/MAPREDUCE-233/ ------------------------------------------------------------------------------ --- svn:mergeinfo (original) +++ svn:mergeinfo Sat Nov 28 20:26:01 2009 @@ -1,2 +1,2 @@ /hadoop/core/branches/branch-0.19/mapred:713112 -/hadoop/mapreduce/trunk:804974-807678 +/hadoop/mapreduce/trunk:804974-884916 Modified: hadoop/mapreduce/branches/MAPREDUCE-233/.eclipse.templates/.classpath URL: http://svn.apache.org/viewvc/hadoop/mapreduce/branches/MAPREDUCE-233/.eclipse.templates/.classpath?rev=885145&r1=885144&r2=885145&view=diff ============================================================================== --- hadoop/mapreduce/branches/MAPREDUCE-233/.eclipse.templates/.classpath (original) +++ hadoop/mapreduce/branches/MAPREDUCE-233/.eclipse.templates/.classpath Sat Nov 28 20:26:01 2009 @@ -25,10 +25,11 @@ - - - - + + + + + @@ -38,6 +39,8 @@ + + @@ -49,13 +52,15 @@ + - - + + + Modified: hadoop/mapreduce/branches/MAPREDUCE-233/.gitignore URL: http://svn.apache.org/viewvc/hadoop/mapreduce/branches/MAPREDUCE-233/.gitignore?rev=885145&r1=885144&r2=885145&view=diff ============================================================================== --- hadoop/mapreduce/branches/MAPREDUCE-233/.gitignore (original) +++ hadoop/mapreduce/branches/MAPREDUCE-233/.gitignore Sat Nov 28 20:26:01 2009 @@ -16,9 +16,11 @@ *~ .classpath .project +.launches .settings .svn build/ +build.properties conf/masters conf/slaves conf/core-site.xml Propchange: hadoop/mapreduce/branches/MAPREDUCE-233/.gitignore ------------------------------------------------------------------------------ --- svn:mergeinfo (original) +++ svn:mergeinfo Sat Nov 28 20:26:01 2009 @@ -1,4 +1,4 @@ /hadoop/core/branches/HADOOP-4687/mapred/.gitignore:776175-784965 /hadoop/core/branches/branch-0.19/mapred/.gitignore:713112 /hadoop/core/trunk/.gitignore:784664-785643 -/hadoop/mapreduce/trunk/.gitignore:804974-807678 +/hadoop/mapreduce/trunk/.gitignore:804974-884916 Modified: hadoop/mapreduce/branches/MAPREDUCE-233/CHANGES.txt URL: http://svn.apache.org/viewvc/hadoop/mapreduce/branches/MAPREDUCE-233/CHANGES.txt?rev=885145&r1=885144&r2=885145&view=diff ============================================================================== --- hadoop/mapreduce/branches/MAPREDUCE-233/CHANGES.txt (original) +++ hadoop/mapreduce/branches/MAPREDUCE-233/CHANGES.txt Sat Nov 28 20:26:01 2009 @@ -4,6 +4,100 @@ INCOMPATIBLE CHANGES + NEW FEATURES + + MAPREDUCE-1017. Compression and output splitting for Sqoop. + (Aaron Kimball via tomwhite) + + MAPREDUCE-1026. Does mutual authentication of the shuffle + transfers using a shared JobTracker generated key. + (Boris Shkolnik via ddas) + + IMPROVEMENTS + + MAPREDUCE-1198. Alternatively schedule different types of tasks in + fair share scheduler. (Scott Chen via matei) + + MAPREDUCE-707. Provide a jobconf property for explicitly assigning a job to + a pool in the Fair Scheduler. (Alan Heirich via matei) + + MAPREDUCE-999. Improve Sqoop test speed and refactor tests. + (Aaron Kimball via tomwhite) + + MAPREDUCE-906. Update Sqoop documentation. (Aaron Kimball via cdouglas) + + MAPREDUCE-947. Added commitJob and abortJob apis to OutputCommitter. + Enhanced FileOutputCommitter to create a _SUCCESS file for successful + jobs. (Amar Kamat & Jothi Padmanabhan via acmurthy) + + MAPREDUCE-1103. Added more metrics to Jobtracker. (sharad) + + MAPREDUCE-1048. Add occupied/reserved slot usage summary on jobtracker UI. + (Amareshwari Sriramadasu and Hemanth Yamijala via sharad) + + MAPREDUCE-1090. Modified log statement in TaskMemoryManagerThread to + include task attempt id. (yhemanth) + + MAPREDUCE-1069. Implement Sqoop API refactoring. (Aaron Kimball via + tomwhite) + + MAPREDUCE-1036. Document Sqoop API. (Aaron Kimball via cdouglas) + + MAPREDUCE-1189. Reduce ivy console output to ovservable level (cos) + + MAPREDUCE-1167. ProcfsBasedProcessTree collects rss memory information. + (Scott Chen via dhruba) + + MAPREDUCE-1169. Improvements to mysqldump use in Sqoop. + (Aaron Kimball via tomwhite) + + OPTIMIZATIONS + + MAPREDUCE-270. Fix the tasktracker to optionally send an out-of-band + heartbeat on task-completion for better job-latency. (acmurthy) + Configuration changes: + add mapreduce.tasktracker.outofband.heartbeat + + BUG FIXES + + MAPREDUCE-1089. Fix NPE in fair scheduler preemption when tasks are + scheduled but not running. (Todd Lipcon via matei) + + MAPREDUCE-1014. Fix the libraries for common and hdfs. (omalley) + + MAPREDUCE-1111. JT Jetty UI not working if we run mumak.sh + off packaged distribution directory. (hong tang via mahadev) + + MAPREDUCE-1133. Eclipse .classpath template has outdated jar files and is + missing some new ones. (cos) + + MAPREDUCE-1098. Fixed the distributed-cache to not do i/o while holding a + global lock. (Amareshwari Sriramadasu via acmurthy) + + MAPREDUCE-1158. Fix JT running maps and running reduces metrics. + (sharad) + + MAPREDUCE-1160. Reduce verbosity of log lines in some Map/Reduce classes + to avoid filling up jobtracker logs on a busy cluster. + (Ravi Gummadi and Hong Tang via yhemanth) + + MAPREDUCE-1153. Fix tasktracker metrics when trackers are decommissioned. + (sharad) + + MAPREDUCE-1128. Fix MRUnit to prohibit iterating over values twice. (Aaron + Kimball via cdouglas) + + MAPREDUCE-665. Move libhdfs to HDFS subproject. (Eli Collins via dhruba) + + MAPREDUCE-1196. Fix FileOutputCommitter to use the deprecated cleanupJob + api correctly. (acmurthy) + + MAPREDUCE-1244. Fix eclipse-plugin's build dependencies. (gkesavan) + +Release 0.21.0 - Unreleased + + INCOMPATIBLE CHANGES + MAPREDUCE-516. Fix the starvation problem in the Capacity Scheduler when running High RAM Jobs. (Arun Murthy via yhemanth) @@ -30,6 +124,18 @@ MAPREDUCE-479. Provide full task id to map output servlet rather than the reduce id, only. (Jiaqi Tan via cdouglas) + MAPREDUCE-873. Simplify job recovery. Incomplete jobs are resubmitted on + jobtracker restart. Removes a public constructor in JobInProgress. (sharad) + + HADOOP-6230. Moved process tree and memory calculator related classes from + Common to Map/Reduce. (Vinod Kumar Vavilapalli via yhemanth) + + MAPREDUCE-157. Refactor job history APIs and change the history format to + JSON. (Jothi Padmanabhan via sharad) + + MAPREDUCE-849. Rename configuration properties. (Amareshwari Sriramadasu + via sharad) + NEW FEATURES MAPREDUCE-706. Support for FIFO pools in the fair scheduler. @@ -78,6 +184,42 @@ MAPREDUCE-768. Provide an option to dump jobtracker configuration in JSON format to standard output. (V.V.Chaitanya Krishna via yhemanth) + MAPREDUCE-824. Add support for a hierarchy of queues in the capacity + scheduler. (Rahul Kumar Singh via yhemanth) + + MAPREDUCE-751. Add Rumen, a tool for extracting statistics from job tracker + logs and generating job traces for simulation and analysis. (Dick King via + cdouglas) + + MAPREDUCE-938. Postgresql support for Sqoop. (Aaron Kimball via tomwhite) + + MAPREDUCE-830. Add support for splittable compression to TextInputFormats. + (Abdul Qadeer via cdouglas) + + MAPREDUCE-861. Add support for hierarchical queues in the Map/Reduce + framework. (Rahul Kumar Singh via yhemanth) + + MAPREDUCE-776. Add Gridmix, a benchmark processing Rumen traces to simulate + a measured mix of jobs on a cluster. (cdouglas) + + MAPREDUCE-862. Enhance JobTracker UI to display hierarchical queues. + (V.V.Chaitanya Krishna via yhemanth) + + MAPREDUCE-777. Brand new apis to track and query jobs as a + replacement for JobClient. (Amareshwari Sriramadasu via acmurthy) + + MAPREDUCE-775. Add native and streaming support for Vertica as an input + or output format taking advantage of parallel read and write properties of + the DBMS. (Omer Trajman via ddas) + + MAPREDUCE-679. XML-based metrics as JSP servlet for JobTracker. + (Aaron Kimball via tomwhite) + + MAPREDUCE-980. Modify JobHistory to use Avro for serialization. (cutting) + + MAPREDUCE-728. Add Mumak, a Hadoop map/reduce simulator. (Arun C Murthy, + Tamas Sarlos, Anirban Dasgupta, Guanying Wang, and Hong Tang via cdouglas) + IMPROVEMENTS MAPREDUCE-816. Rename "local" mysql import to "direct" in Sqoop. @@ -206,9 +348,6 @@ MAPREDUCE-779. Added node health failure counts into JobTrackerStatistics. (Sreekanth Ramakrishnan via yhemanth) - MAPREDUCE-372. Moves ChainMapper/Reducer to the new API. - (Amareshwari Sriramadasu via ddas) - MAPREDUCE-789. Oracle support for Sqoop. (Aaron Kimball via tomwhite) MAPREDUCE-842. Setup secure permissions for localized job files, @@ -259,6 +398,135 @@ MAPREDUCE-476. Extend DistributedCache to work locally (LocalJobRunner). (Philip Zeyliger via tomwhite) + MAPREDUCE-750. Extensible ConnManager factory API. (Aaron Kimball via + tomwhite) + + MAPREDUCE-825. JobClient completion poll interval of 5s causes slow tests + in local mode. (Aaron Kimball via tomwhite) + + MAPREDUCE-910. Support counters in MRUnit. (Aaron Kimball via cdouglas) + + MAPREDUCE-788. Update gridmix2 to use the new API (Amareshwari Sriramadasu + via cdouglas) + + MAPREDUCE-875. Make DBRecordReader execute queries lazily. (Aaron Kimball + via enis) + + MAPREDUCE-318. Modularizes the shuffle code. (Jothi Padmanabhan and + Arun Murthy via ddas) + + MAPREDUCE-936. Allow a load difference for fairshare scheduler. + (Zheng Shao via dhruba) + + MAPREDUCE-370. Update MultipleOutputs to use the API, merge funcitonality + of MultipleOutputFormat. (Amareshwari Sriramadasu via cdouglas) + + MAPREDUCE-898. Changes DistributedCache to use the new API. + (Amareshwari Sriramadasu via ddas) + + MAPREDUCE-876. Sqoop import of large tables can time out. + (Aaron Kimball via tomwhite) + + MAPREDUCE-918. Test hsqldb server should be memory-only. + (Aaron Kimball via tomwhite) + + MAPREDUCE-144. Includes dump of the process tree in task diagnostics when + a task is killed due to exceeding memory limits. + (Vinod Kumar Vavilapalli via yhemanth) + + MAPREDUCE-945. Modifies MRBench and TestMapRed to use ToolRunner so that + options such as queue name can be passed via command line. + (Sreekanth Ramakrishnan via yhemanth) + + MAPREDUCE-963. Deprecate o.a.h.mapred.FileAlreadyExistsException and + replace it with o.a.h.fs.FileAlreadyExistsException. (Boris Shkolnik + via szetszwo) + + MAPREDUCE-960. Remove an unnecessary intermediate copy and obsolete API + from KeyValueLineRecordReader. (cdouglas) + + MAPREDUCE-930. Modify Rumen to resolve paths in the canonical way, rather + than defaulting to the local filesystem. (cdouglas) + + MAPREDUCE-944. Extend the LoadManager API of the fair-share scheduler + to support regulating tasks for a job based on resources currently in use + by that job. (dhruba) + + MAPREDUCE-973. Move FailJob and SleepJob from examples to test. (cdouglas + via omalley) + + MAPREDUCE-966. Modify Rumen to clean up interfaces and simplify integration + with other tools. (Hong Tang via cdouglas) + + MAPREDUCE-856. Setup secure permissions for distributed cache files. + (Vinod Kumar Vavilapalli via yhemanth) + + MAPREDUCE-885. More efficient SQL queries for DBInputFormat. (Aaron Kimball + via enis) + + MAPREDUCE-284. Enables ipc.client.tcpnodelay in Tasktracker's Child. + (Ravi Gummadi via sharad) + + MAPREDUCE-907. Sqoop should use more intelligent splits. (Aaron Kimball + via tomwhite) + + MAPREDUCE-916. Split the documentation to match the project split. + (Corinne Chandel via omalley) + + MAPREDUCE-649. Validate a copy by comparing the source and destination + checksums in distcp. Also adds an intra-task retry mechanism for errors + detected during the copy. (Ravi Gummadi via cdouglas) + + MAPREDUCE-654. Add a -dryrun option to distcp printing a summary of the + file data to be copied, without actually performing the copy. (Ravi Gummadi + via cdouglas) + + MAPREDUCE-664. Display the number of files deleted by distcp when the + -delete option is specified. (Ravi Gummadi via cdouglas) + + MAPREDUCE-781. Let the name of distcp jobs be configurable. (Venkatesh S + via cdouglas) + + MAPREDUCE-975. Add an API in job client to get the history file url for + a given job id. (sharad) + + MAPREDUCE-905. Add Eclipse launch tasks for MapReduce. (Philip Zeyliger + via tomwhite) + + MAPREDUCE-277. Makes job history counters available on the job history + viewers. (Jothi Padmanabhan via ddas) + + MAPREDUCE-893. Provides an ability to refresh queue configuration + without restarting the JobTracker. + (Vinod Kumar Vavilapalli and Rahul Kumar Singh via yhemanth) + + MAPREDUCE-1011. Add build.properties to svn and git ignore. (omalley) + + MAPREDUCE-954. Change Map-Reduce context objects to be interfaces. + (acmurthy) + + MAPREDUCE-639. Change Terasort example to reflect the 2009 updates. + (omalley) + + MAPREDUCE-1063. Document gridmix benchmark. (cdouglas) + + MAPREDUCE-931. Use built-in interpolation classes for making up task + runtimes in Rumen. (Dick King via cdouglas) + + MAPREDUCE-1012. Mark Context interfaces as public evolving. (Tom White via + cdouglas) + + MAPREDUCE-971. Document use of distcp when copying to s3, managing timeouts + in particular. (Aaron Kimball via cdouglas) + + HDFS-663. DFSIO for append. (shv) + + HDFS-641. Move all of the components that depend on map/reduce to + map/reduce. (omalley) + + HADOOP-5107. Use Maven ant tasks to publish artifacts. (Giridharan Kesavan + via omalley) + BUG FIXES MAPREDUCE-878. Rename fair scheduler design doc to @@ -473,3 +741,186 @@ mapred.system.dir in the JobTracker. The JobTracker will bail out if it encounters such an exception. (Amar Kamat via ddas) + MAPREDUCE-430. Fix a bug related to task getting stuck in case of + OOM error. (Amar Kamat via ddas) + + MAPREDUCE-871. Fix ownership of Job/Task local files to have correct + group ownership according to the egid of the tasktracker. + (Vinod Kumar Vavilapalli via yhemanth) + + MAPREDUCE-911. Fix a bug in TestTaskFail related to speculative + execution. (Amareshwari Sriramadasu via sharad) + + MAPREDUCE-687. Fix an assertion in TestMiniMRMapRedDebugScript. + (Amareshwari Sriramadasu via sharad) + + MAPREDUCE-924. Fixes the TestPipes testcase to use Tool. + (Amareshwari Sriramadasu via sharad) + + MAPREDUCE-903. Add Avro jar to eclipse classpath. + (Philip Zeyliger via tomwhite) + + MAPREDUCE-943. Removes a testcase in TestNodeRefresh that doesn't make + sense in the new Job recovery model. (Amar Kamat via ddas) + + MAPREDUCE-764. TypedBytesInput's readRaw() does not preserve custom type + codes. (Klaas Bosteels via tomwhite) + + HADOOP-6243. Fixes a NullPointerException in handling deprecated keys. + (Sreekanth Ramakrishnan via yhemanth) + + MAPREDUCE-968. NPE in distcp encountered when placing _logs directory on + S3FileSystem. (Aaron Kimball via tomwhite) + + MAPREDUCE-826. harchive doesn't use ToolRunner / harchive returns 0 even + if the job fails with exception (koji Noguchi via mahadev) + + MAPREDUCE-839. unit test TestMiniMRChildTask fails on mac os-x (hong tang + via mahadev) + + MAPREDUCE-112. Add counters for reduce input, output records to the new API. + (Jothi Padmanabhan via cdouglas) + + MAPREDUCE-648. Fix two distcp bugs: (1) it should not launch a job if all + src paths are directories, and (2) it does not skip copying when updating + a single file. (Ravi Gummadi via szetszwo) + + MAPREDUCE-946. Fix a regression in LineRecordReader where the + maxBytesToConsume parameter is not set correctly. (cdouglas) + + MAPREDUCE-977. Missing jackson jars from Eclipse template. (tomwhite) + + MAPREDUCE-988. Fix a packaging issue in the contrib modules. (Hong Tang via + cdouglas) + + MAPREDUCE-971. distcp does not always remove distcp.tmp.dir. (Aaron Kimball + via tomwhite) + + MAPREDUCE-995. Fix a bug in JobHistory where tasks completing after the job + is closed cause a NPE. (Jothi Padmanabhan via cdouglas) + + MAPREDUCE-953. Fix QueueManager to dump queue configuration in JSON format. + (V.V. Chaitanya Krishna via yhemanth) + + MAPREDUCE-645. Prevent distcp from running a job when the destination is a + file, but the source is not. (Ravi Gummadi via cdouglas) + + MAPREDUCE-1002. Flushed writer in JobQueueClient so queue information is + printed correctly. (V.V. Chaitanya Krishna via yhemanth) + + MAPREDUCE-1003. Fix compilation problem in eclipse plugin when + eclipse.home is set. (Ravi Gummadi via yhemanth) + + MAPREDUCE-941. Vaidya script fails on Solaris. (Chad Metcalf + via tomwhite) + + MAPREDUCE-923. Sqoop classpath breaks for jar files with a + plus sign in their names. (Aaron Kimball via tomwhite) + + MAPREDUCE-912. Add and standardize Apache license headers. (Chad Metcalf + via cdouglas) + + MAPREDUCE-1022. Fix compilation of vertica testcases. (Vinod Kumar + Vavilapalli via acmurthy) + + MAPREDUCE-1000. Handle corrupt history files in JobHistory.initDone(). + (Jothi Padmanabhan via sharad) + + MAPREDUCE-1028. Fixed number of slots occupied by cleanup tasks to one + irrespective of slot size for the job. + (Ravi Gummadi via yhemanth) + + MAPREDUCE-964. Fixed start and finish times of TaskStatus to be + consistent, thereby fixing inconsistencies in metering tasks. + (Sreekanth Ramakrishnan via yhemanth) + + MAPREDUCE-1076. Deprecate ClusterStatus and add javadoc in ClusterMetrics. + (Amareshwari Sriramadasu via sharad) + + MAPREDUCE-979. Fixed JobConf APIs related to memory parameters to return + values of new configuration variables when deprecated variables are + disabled. (Sreekanth Ramakrishnan via yhemanth) + + MAPREDUCE-1030. Modified scheduling algorithm to return a map and reduce + task per heartbeat in the capacity scheduler. + (Rahul Kumar Singh via yhemanth) + + MAPREDUCE-1071. Use DataInputStream rather than FSDataInputStream in the + JobHistory EventReader. (Hong Tang via cdouglas) + + MAPREDUCE-986. Fix Rumen to work with truncated task lines. (Dick King via + cdouglas) + + MAPREDUCE-1029. Fix failing TestCopyFiles by restoring the unzipping of + HDFS webapps from the hdfs jar. (Aaron Kimball and Jothi Padmanabhan via + cdouglas) + + MAPREDUCE-769. Make findbugs and javac warnings to zero. + (Amareshwari Sriramadasu via sharad) + + MAPREDUCE-1104. Initialize RecoveryManager in JobTracker cstr called by + Mumak. (Hong Tang via cdouglas) + + MAPREDUCE-1061. Add unit test validating byte specifications for gridmix + jobs. (cdouglas) + + MAPREDUCE-1077. Fix Rumen so that truncated tasks do not mark the job as + successful. (Dick King via cdouglas) + + MAPREDUCE-1041. Make TaskInProgress::taskStatuses map package-private. + (Jothi Padmanabhan via cdouglas) + + MAPREDUCE-1070. Prevent a deadlock in the fair scheduler servlet. + (Todd Lipcon via cdouglas) + + MAPREDUCE-1086. Setup Hadoop logging environment for tasks to point to + task related parameters. (Ravi Gummadi via yhemanth) + + MAPREDUCE-1105. Remove max limit configuration in capacity scheduler in + favor of max capacity percentage thus allowing the limit to go over + queue capacity. (Rahul Kumar Singh via yhemanth) + + MAPREDUCE-1016. Make the job history log format JSON. (cutting) + + MAPREDUCE-1038. Weave Mumak aspects only if related files have changed. + (Aaron Kimball via cdouglas) + + MAPREDUCE-1037. Continue running contrib tests if Sqoop tests fail. (Aaron + Kimball via cdouglas) + + MAPREDUCE-1163. Remove unused, hard-coded paths from libhdfs. (Allen + Wittenauer via cdouglas) + + MAPREDUCE-962. Fix a NullPointerException while killing task process + trees. (Ravi Gummadi via yhemanth) + + MAPREDUCE-1177. Correct setup/cleanup inversion in + JobTracker::getTaskReports. (Vinod Kumar Vavilapalli via cdouglas) + + MAPREDUCE-1178. Fix ClassCastException in MultipleInputs by adding + a DelegatingRecordReader. (Amareshwari Sriramadasu and Jay Booth + via sharad) + + MAPREDUCE-1068. Fix streaming job to show proper message if file is + is not present. (Amareshwari Sriramadasu via sharad) + + MAPREDUCE-1147. Add map output counters to new API. (Amar Kamat via + cdouglas) + + MAPREDUCE-915. The debug scripts are run as the job user. (ddas) + + MAPREDUCE-1007. Fix NPE in CapacityTaskScheduler.getJobs(). + (V.V.Chaitanya Krishna via sharad) + + MAPREDUCE-28. Refactor TestQueueManager and fix default ACLs. + (V.V.Chaitanya Krishna and Rahul K Singh via sharad) + + MAPREDUCE-1182. Fix overflow in reduce causing allocations to exceed the + configured threshold. (cdouglas) + + MAPREDUCE-1239. Fix contrib components build dependencies. + (Giridharan Kesavan and omalley) + + MAPREDUCE-787. Fix JobSubmitter to honor user given symlink path. + (Amareshwari Sriramadasu via sharad) + Propchange: hadoop/mapreduce/branches/MAPREDUCE-233/CHANGES.txt ------------------------------------------------------------------------------ --- svn:mergeinfo (added) +++ svn:mergeinfo Sat Nov 28 20:26:01 2009 @@ -0,0 +1,3 @@ +/hadoop/core/branches/branch-0.19/mapred/CHANGES.txt:713112 +/hadoop/mapreduce/branches/HDFS-641/CHANGES.txt:817878-835964 +/hadoop/mapreduce/trunk/CHANGES.txt:804974-884916 Modified: hadoop/mapreduce/branches/MAPREDUCE-233/build.xml URL: http://svn.apache.org/viewvc/hadoop/mapreduce/branches/MAPREDUCE-233/build.xml?rev=885145&r1=885144&r2=885145&view=diff ============================================================================== --- hadoop/mapreduce/branches/MAPREDUCE-233/build.xml (original) +++ hadoop/mapreduce/branches/MAPREDUCE-233/build.xml Sat Nov 28 20:26:01 2009 @@ -18,6 +18,7 @@ --> @@ -27,10 +28,7 @@ - - - - + @@ -44,13 +42,11 @@ - - @@ -75,11 +71,9 @@ - - @@ -88,6 +82,7 @@ + @@ -111,14 +106,15 @@ + + + + - - - @@ -144,7 +140,7 @@ - + @@ -173,8 +169,13 @@ + - + + + + + @@ -184,8 +185,12 @@ - - + + + + + + @@ -193,6 +198,9 @@ + + + @@ -214,8 +222,6 @@ - - @@ -227,8 +233,6 @@ - - @@ -242,8 +246,6 @@ - - @@ -286,15 +288,18 @@ + - - - - - + + + + + + + @@ -308,7 +313,19 @@ - + + + + + + + + + + + + + @@ -372,7 +389,7 @@ - + @@ -404,7 +421,7 @@ - + @@ -564,6 +581,7 @@ dir="${basedir}" timeout="${test.timeout}" errorProperty="tests.failed" failureProperty="tests.failed"> + @@ -575,6 +593,9 @@ + + + @@ -611,7 +632,7 @@ Tests failed! - + @@ -627,7 +648,7 @@ Tests failed! - + @@ -676,6 +697,8 @@ + + @@ -705,10 +728,14 @@ + + + + - - - - - - - - - - - -