Back to Hadoop

Licensed to the Apache Software Foundation (ASF) under one

hadoop-common-project/hadoop-common/src/site/markdown/release/0.17.0/CHANGELOG.0.17.0.md

2.0.5-alpha-rc237.6 KB
Original Source
<!--- # Licensed to the Apache Software Foundation (ASF) under one # or more contributor license agreements. See the NOTICE file # distributed with this work for additional information # regarding copyright ownership. The ASF licenses this file # to you under the Apache License, Version 2.0 (the # "License"); you may not use this file except in compliance # with the License. You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # See the License for the specific language governing permissions and # limitations under the License. -->

Apache Hadoop Changelog

Release 0.17.0 - 2008-05-20

INCOMPATIBLE CHANGES:

JIRASummaryPriorityComponentReporterContributor
HADOOP-2345new transactions to support HDFS AppendsMajor.dhruba borthakurdhruba borthakur
HADOOP-2178Job history on HDFSMajor.Amareshwari SriramadasuAmareshwari Sriramadasu
HADOOP-2192dfs mv command differs from POSIX standardsMajor.Mukund MadhugiriMahadev konar
HADOOP-2873Namenode fails to re-start after cluster shutdown - DFSClient: Could not obtain blocks even all datanodes were up & liveMajor.André Martindhruba borthakur
HADOOP-1985Abstract node to switch mapping into a topology service class used by namenode and jobtrackerMajor.eric baldeschwielerDevaraj Das
HADOOP-1986Add support for a general serialization mechanism for Map ReduceMajor.Tom WhiteTom White
HADOOP-2219du like command to count number of files under a given directoryMajor.Koji NoguchiTsz Wo Nicholas Sze
HADOOP-2820Remove deprecated classes in streamingMajor.Amareshwari SriramadasuAmareshwari Sriramadasu
HADOOP-2819Remove deprecated methods in JobConf()Major.Amareshwari SriramadasuAmareshwari Sriramadasu
HADOOP-2821Remove deprecated classes in utilMajorutilAmareshwari SriramadasuAmareshwari Sriramadasu
HADOOP-771Namenode should return error when trying to delete non-empty directoryMajor.Milind BhandarkarMahadev konar
HADOOP-2765setting memory limits for tasksMajor.Joydeep Sen SarmaAmareshwari Sriramadasu
HADOOP-2399Input key and value to combiner and reducer should be reusedMajor.Owen O'MalleyOwen O'Malley
HADOOP-2470Open and isDir should be removed from ClientProtocolMajor.Hairong KuangTsz Wo Nicholas Sze
HADOOP-2825MapOutputLocation.getFile() needs to be removedMajor.Amareshwari SriramadasuAmareshwari Sriramadasu
HADOOP-2822Remove deprecated classes in mapredMajor.Amareshwari SriramadasuAmareshwari Sriramadasu
HADOOP-2027FileSystem should provide byte ranges for file locationsMajorfsOwen O'MalleyLohit Vijayarenu
HADOOP-2116Job.local.dir to be exposed to tasksMajor.Milind BhandarkarAmareshwari Sriramadasu
HADOOP-2828Remove deprecated methods in Configuration.javaMajorconfAmareshwari SriramadasuAmareshwari Sriramadasu
HADOOP-2824One of MiniMRCluster constructors needs tobe removedMajor.Amareshwari SriramadasuAmareshwari Sriramadasu
HADOOP-2823SimpleCharStream.getColumn(), getLine() methods to be removed.MajorrecordAmareshwari SriramadasuAmareshwari Sriramadasu
HADOOP-3091hadoop dfs -put should support multiple srcMajor.Lohit VijayarenuLohit Vijayarenu
HADOOP-3060MiniMRCluster is ignoring parameter taskTrackerFirstMajor.Amareshwari SriramadasuAmareshwari Sriramadasu
HADOOP-2854Remove the deprecated ipc.Server.getUserInfo()Blocker.Tsz Wo Nicholas SzeLohit Vijayarenu
HADOOP-2563Remove deprecated FileSystem#listPaths()BlockerfsDoug CuttingLohit Vijayarenu
HADOOP-2818Remove deprecated Counters.getDisplayName(), getCounterNames(), getCounter(String counterName)Major.Amareshwari SriramadasuAmareshwari Sriramadasu
HADOOP-2831Remove the deprecated INode.getAbsoluteName()Blocker.Tsz Wo Nicholas SzeLohit Vijayarenu
HADOOP-3137[HOD] Update hod version numberMajorcontrib/hodHemanth YamijalaHemanth Yamijala
HADOOP-2839Remove deprecated methods in FileSystemBlockerfsHairong KuangLohit Vijayarenu
HADOOP-2634Deprecate exists() and isDir() to simplify ClientProtocol.Blocker.Konstantin ShvachkoLohit Vijayarenu
HADOOP-2410Make EC2 cluster nodes more independent of each otherMajorcontrib/cloudTom WhiteChris K Wensel
HADOOP-2826FileSplit.getFile(), LineRecordReader. readLine() need to be removedMajor.Amareshwari SriramadasuAmareshwari Sriramadasu
HADOOP-3239exists() calls logs FileNotFoundException in namenode logMajor.Lohit VijayarenuLohit Vijayarenu
HADOOP-3266Remove HOD changes from CHANGES.txt, as they are now inside src/contrib/hodMajorcontrib/hodHemanth YamijalaHemanth Yamijala
HADOOP-3280virtual address space limits break streaming appsBlocker.Rick CoxArun C Murthy

NEW FEATURES:

JIRASummaryPriorityComponentReporterContributor
HADOOP-1593FsShell should work with paths in non-default FileSystemMajorfsDoug CuttingMahadev konar
HADOOP-2063Command to pull corrupted filesBlockerfsKoji NoguchiTsz Wo Nicholas Sze
HADOOP-2906output format classes that can write to different files depending on keys and/or config variableMajor.Runping QiRunping Qi
HADOOP-2657Enhancements to DFSClient to support flushing data at any point in timeMajor.dhruba borthakurdhruba borthakur
HADOOP-2951contrib package provides a utility to build or update an index
A contrib package to update an index using Map/ReduceMajor.Ning LiDoug Cutting
HADOOP-2055JobConf should have a setInputPathFilter methodMinor.Alejandro AbdelnurAlejandro Abdelnur
HADOOP-3001FileSystems should track how many bytes are read and writtenBlockerfsOwen O'MalleyOwen O'Malley
HADOOP-3048StringifierBlockerioEnis SoztutarEnis Soztutar
HADOOP-3152Make index interval configuable when using MapFileOutputFormat for map-reduce jobMinorioRong-En FanDoug Cutting

IMPROVEMENTS:

JIRASummaryPriorityComponentReporterContributor
HADOOP-2555Refactor the HTable#get and HTable#getRow methods to avoid repetition of retry-on-failure logicMinor.Peter DolanBryan Duxbury
HADOOP-2690Adding support into build.xml to build a special hadoop jar file that has the MiniDFSCluster and MiniMRCluster classes among others necessary for building and running the unit tests of Pig on the local mini clusterMajorbuildXu ZhangEnis Soztutar
HADOOP-1677improve semantics of the hadoop dfs commandMinor.Nigel DaleyMahadev konar
HADOOP-2895String for configuring profiling should be customizableMajor.Martin TraversoMartin Traverso
HADOOP-910Reduces can do merges for the on-disk map output files in parallel with their copyingMajor.Devaraj DasAmar Kamat
HADOOP-2758Reduce memory copies when data is read from DFSMajor.Raghu AngadiRaghu Angadi
HADOOP-730Local file system uses copy to implement renameMajorfsOwen O'MalleyChris Douglas
HADOOP-2810Need new Hadoop Core logoMinordocumentationNigel DaleyNigel Daley
HADOOP-2057streaming should optionally treat a non-zero exit status of a child process as a failed taskMajor.Rick CoxRick Cox
HADOOP-2888Enhancements to gridmix scriptsMajortestMukund MadhugiriMukund Madhugiri
HADOOP-2996StreamUtils abuses StringBuffersTrivial.Dave BrosiusDave Brosius
HADOOP-2994DFSClient calls toString on strings.Trivial.Dave BrosiusDave Brosius
HADOOP-2423The codes in FSDirectory.mkdirs(...) is inefficient.Major.Tsz Wo Nicholas SzeTsz Wo Nicholas Sze
HADOOP-2804Formatable changes log as htmlMinordocumentationNigel DaleyNigel Daley
HADOOP-2559DFS should place one replica per rackMajor.Runping QiLohit Vijayarenu
HADOOP-2939Make the Hudson patch process an executable ant targetMinortestNigel DaleyNigel Daley
HADOOP-2239Security: Need to be able to encrypt Hadoop socket connectionsMajor.Allen WittenauerChris Douglas
HADOOP-2148Inefficient FSDataset.getBlockFile()Major.Konstantin ShvachkoKonstantin Shvachko
HADOOP-2886Track individual RPC metrics.Majormetricsgirish vaitheeswarandhruba borthakur
HADOOP-2796For script option hod should exit with distinguishable exit codes for script code and hod exit code.Majorcontrib/hodKaram SinghHemanth Yamijala
HADOOP-2902replace accesss of "fs.default.name" with FileSystem accessor methodsMajorfsDoug CuttingDoug Cutting
HADOOP-3046Text and BytesWritable's raw comparators should use the lengths provided instead of rebuilding them from scratch using readIntBlocker.Owen O'MalleyOwen O'Malley
HADOOP-1622Hadoop should provide a way to allow the user to specify jar file(s) the user job depends onMajor.Runping QiMahadev konar
HADOOP-3092Show counter values from "job -status" commandMajorscriptsTom WhiteTom White
HADOOP-1228Eclipse project filesMinorbuildAlbert StrasheimTom White
HADOOP-2919Create fewer copies of buffer data during sort/spillBlocker.Chris DouglasChris Douglas
HADOOP-2947[HOD] Hod should redirect stderr and stdout of Hadoop daemons to assist debuggingBlockercontrib/hodHemanth YamijalaVinod Kumar Vavilapalli
HADOOP-2551hadoop-env.sh needs finer granularityBlockerscriptsAllen WittenauerRaghu Angadi
HADOOP-3099Need new options in distcp for preserving ower, group and permissionBlockerutilTsz Wo Nicholas SzeTsz Wo Nicholas Sze
HADOOP-3123Build native libraries on SolarisMajorbuildTom WhiteTom White
HADOOP-2473EC2 termination script should support termination by groupMajorcontrib/cloudTom WhiteChris K Wensel
HADOOP-2841Dfs methods should not throw RemoteExceptionMajor.Hairong KuangKonstantin Shvachko
HADOOP-3143Decrease the number of slaves in TestMiniMRDFSSort to 3.MajortestOwen O'MalleyNigel Daley
HADOOP-3174Improve documentation and supply an example for MultiFileInputFormatMajordocumentationEnis SoztutarEnis Soztutar
HADOOP-2993Specify which JAVA_HOME should be setMajordocumentationJason RennieArun C Murthy

BUG FIXES:

JIRASummaryPriorityComponentReporterContributor
HADOOP-2738Text is not subclassable because set(Text) and compareTo(Object) access the other instance's private members directlyMinorioJim KellermanJim Kellerman
HADOOP-2779build scripts broken by moving hbase to subprojectMajorbuildOwen O'MalleyOwen O'Malley
HADOOP-2194dfs cat on a file that does not exist throws a java IOExceptionMajor.Mukund MadhugiriMahadev konar
HADOOP-2767org.apache.hadoop.net.NetworkTopology.InnerNode#getLeaf does not return the last node on a rack when used with an excluded nodeMinor.Mark ButlerHairong Kuang
HADOOP-2193dfs rm and rmr commands differ from POSIX standardsMajor.Mukund MadhugiriMahadev konar
HADOOP-2191dfs du and dus commands differ from POSIX standardsMajor.Mukund MadhugiriMahadev konar
HADOOP-2190dfs ls and lsr commands differ from POSIX standardsMajor.Mukund MadhugiriMahadev konar
HADOOP-2832bad code indentation in DFSClientMajor.dhruba borthakurdhruba borthakur
HADOOP-2195dfs mkdir command differs from POSIX standardsMajor.Mukund MadhugiriMahadev konar
HADOOP-2844A SequenceFile.Reader object is not closed properly in CopyFilesMajorutilTsz Wo Nicholas SzeTsz Wo Nicholas Sze
HADOOP-2727Web UI links to Hadoop homepage has to change to new hadoop homepageBlocker.Amareshwari SriramadasuAmareshwari Sriramadasu
HADOOP-1902du command throws an exception when the directory is not specifiedMajor.Mukund MadhugiriMahadev konar
HADOOP-2655Copy on write for data and metadata files in the presence of snapshotsMajor.dhruba borthakurdhruba borthakur
HADOOP-2871Unit tests (16) fail on Windows due to java.lang.IllegalArgumentException causing MiniMRCluster to not start upBlocker.Mukund MadhugiriAmareshwari Sriramadasu
HADOOP-2800SetFile.Writer deprecated by mistake?TrivialioJohan OskarssonJohan Oskarsson
HADOOP-2891The dfsclient on exit deletes files that are open and not closed.Major.Mahadev konardhruba borthakur
HADOOP-2845dfsadmin disk utilization report on Solaris is wrongMajorfsMartin TraversoMartin Traverso
HADOOP-1967hadoop dfs -ls, -get, -mv command's source/destination URI are inconsistentMajor.Lohit VijayarenuDoug Cutting
HADOOP-2790TaskInProgress.hasSpeculativeTask is very inefficientMajor.Owen O'MalleyOwen O'Malley
HADOOP-2912Unit test fails: org.apache.hadoop.dfs.TestFsck.testFsck. This is a regressionBlocker.Mukund MadhugiriMahadev konar
HADOOP-2817Remove deprecated mapred.tasktracker.tasks.maximum and clusterStatus.getMaxTasks()Major.Amareshwari SriramadasuAmareshwari Sriramadasu
HADOOP-2934NPE while loading FSImageMajor.Raghu Angadidhruba borthakur
HADOOP-2346DataNode should have timeout on socket writes.Major.Raghu AngadiRaghu Angadi
HADOOP-2938some of the fs commands don't globPaths.MajorfsRaghu AngadiTsz Wo Nicholas Sze
HADOOP-2943Compression for intermediate map output is brokenMajor.Chris DouglasChris Douglas
HADOOP-2870Datanode.shutdown() and Namenode.stop() should close all rpc connectionsMajoripcHairong KuangHairong Kuang
HADOOP-2973Unit test fails on Windows: org.apache.hadoop.dfs.TestLocalDFS.testWorkingDirectoryBlocker.Mukund MadhugiriTsz Wo Nicholas Sze
HADOOP-2971SocketTimeoutException in unit testsMajorioRaghu AngadiRaghu Angadi
HADOOP-2955ant test fail for TestCrcCorruption with OutofMemory.Blocker.Mahadev konarRaghu Angadi
HADOOP-2974ipc unit tests fail due to connection errorsBlockeripcMukund MadhugiriRaghu Angadi
HADOOP-2995StreamBaseRecordReader's getProgress returns just 0 or 1Minor.Dave BrosiusDave Brosius
HADOOP-2972org.apache.hadoop.dfs.TestDFSShell.testErrOutPut fails on Windows with NullPointerExceptionBlocker.Mukund MadhugiriMahadev konar
HADOOP-2908forrest docs for dfs shell commands and semantics.MajordocumentationMahadev konarMahadev konar
HADOOP-3009TestFileCreation fails while restarting clusterMajor.dhruba borthakurdhruba borthakur
HADOOP-2992Sequential distributed upgrades.MajortestKonstantin ShvachkoKonstantin Shvachko
HADOOP-2863FSDataOutputStream should not flush() inside close().MajorfsRaghu AngadiRaghu Angadi
HADOOP-2679There is a small typeo in hdfs_test.c when testing the success of the local hadoop initializationTrivial.Jasondhruba borthakur
HADOOP-2976Blocks staying underreplicated (for unclosed file)Minor.Koji Noguchidhruba borthakur
HADOOP-2901the job tracker should not start 2 info serversBlocker.Owen O'MalleyAmareshwari Sriramadasu
HADOOP-2890HDFS should recover when replicas of block have different sizes (due to corrupted block)Major.Lohit Vijayarenudhruba borthakur
HADOOP-2806Streaming has no way to force entire record (or null) as keyMinor.Marco NicosiaAmareshwari Sriramadasu
HADOOP-2924HOD is trying to bring up task tracker on port which is already in close_wait stateCriticalcontrib/hodAroop MaliakkalVinod Kumar Vavilapalli
HADOOP-2970Wrong class definition for hodlib/Hod/hod.py for Python < 2.5.1Majorcontrib/hodLuca TelloliVinod Kumar Vavilapalli
HADOOP-3008SocketIOWithTimeout does not handle thread interruptionMajor.Raghu AngadiRaghu Angadi
HADOOP-3006DataNode sends wrong length in header while pipelining.Major.Raghu AngadiRaghu Angadi
HADOOP-3029Misleading log message "firstbadlink" printed by datanodesMajor.dhruba borthakurdhruba borthakur
HADOOP-2606Namenode unstable when replicating 500k blocks at onceMajor.Koji NoguchiKonstantin Shvachko
HADOOP-3030InMemoryFileSystem.reserveSpaceWithChecksum does not look at failures while reserving space for the file in questionMajorfsDevaraj DasDevaraj Das
HADOOP-3036Fix findBugs warnings in UpgradeUtilities.MajortestKonstantin ShvachkoKonstantin Shvachko
HADOOP-2848[HOD] If a cluster directory is deleted, hod -o list must show it, and deallocate should work.Majorcontrib/hodHemanth YamijalaHemanth Yamijala
HADOOP-2783hod/hodlib/Common/xmlrpc.py uses HodInterruptException without importing itMinorcontrib/hodVinod Kumar VavilapalliVinod Kumar Vavilapalli
HADOOP-2936HOD should generate hdfs://host:port on the client side configs.Majorcontrib/hodMahadev konarVinod Kumar Vavilapalli
HADOOP-2899[HOD] hdfs:///mapredsystem directory not cleaned up after deallocationMajorcontrib/hodLuca TelloliHemanth Yamijala
HADOOP-3025ChecksumFileSystem needs to support the new delete methodBlockerfsDevaraj DasMahadev konar
HADOOP-3012dfs -mv file to user home directory fails silently if the user home directory does not existBlockerfsMukund MadhugiriMahadev konar
HADOOP-2373Name node silently changes stateMajor.Robert ChanslerKonstantin Shvachko
HADOOP-3066Should not require superuser privilege to query if hdfs is in safe modeMajor.Jim KellermanJim Kellerman
HADOOP-3040Streaming should assume an empty key if the first character on a line is the seperator (stream.map.output.field.separator, by default, tab)Major.Amareshwari SriramadasuAmareshwari Sriramadasu
HADOOP-3080Remove flush calls from JobHistoryBlocker.Devaraj DasAmareshwari Sriramadasu
HADOOP-3086Test case was missed in commit of HADOOP-3040Major.Amareshwari SriramadasuAmareshwari Sriramadasu
HADOOP-2983[HOD] local_fqdn() returns None when gethostbyname_ex doesnt return any FQDNs.Blockercontrib/hodCraig MacdonaldHemanth Yamijala
HADOOP-2119JobTracker becomes non-responsive if the task trackers finish task too fastCritical.Runping QiAmar Kamat
HADOOP-3094BytesWritable.toString prints bytes above 0x80 as FFFFFF80MajorioOwen O'MalleyOwen O'Malley
HADOOP-3067DFSInputStream 'pread' does not close its socketsBlocker.Raghu AngadiRaghu Angadi
HADOOP-3073SocketOutputStream.close() should close the channel.BlockeripcRaghu AngadiRaghu Angadi
HADOOP-3087JobInfo session object is not refreshed in loadHistory.jsp if same job is accessed again.Major.Amareshwari SriramadasuAmareshwari Sriramadasu
HADOOP-2982[HOD] checknodes should look for free nodes without the jobs attributeBlockercontrib/hodHemanth YamijalaHemanth Yamijala
HADOOP-3065Namenode does not process block report if the rack-location script is not provided on namenodeBlocker.dhruba borthakurDevaraj Das
HADOOP-3064Exception with file globbing closuresMajor.Tom WhiteHairong Kuang
HADOOP-3114TestDFSShell fails on Windows.MajorfsKonstantin ShvachkoLohit Vijayarenu
HADOOP-2855[HOD] HOD fails to allocate a cluster if the tarball specified is a relative pathBlockercontrib/hodHemanth YamijalaVinod Kumar Vavilapalli
HADOOP-3093ma/reduce throws the following exception if "io.serializations" is not set:Major.Runping QiAmareshwari Sriramadasu
HADOOP-3106Update documentation in mapred_tutorial to add DebuggingMajordocumentationAmareshwari SriramadasuAmareshwari Sriramadasu
HADOOP-2932Trash initialization generates "deprecated filesystem name" warning even if the name is correct.Blockerconf, fsKonstantin ShvachkoMahadev konar
HADOOP-3118Namenode NPE while loading fsimage after a cluster upgrade from older disk formatBlocker.dhruba borthakurdhruba borthakur
HADOOP-3161TestFileAppend fails on Mac since HADOOP-2655 was committedMinortestNigel DaleyNigel Daley
HADOOP-2927Unit test fails on Windows: org.apache.hadoop.fs.TestDU.testDUBlockerfsMukund MadhugiriKonstantin Shvachko
HADOOP-3089streaming should accept stderr from task before first key arrivesMajor.Rick CoxRick Cox
HADOOP-3140JobTracker should not try to promote a (map) task if it does not write to DFS at allMajor.Runping QiAmar Kamat
HADOOP-3146DFSOutputStream.flush should be renamed as DFSOutputStream.fsyncBlocker.Runping Qidhruba borthakur
HADOOP-3165FsShell no longer accepts stdin as a source for -put/-copyFromLocalBlocker.Chris DouglasLohit Vijayarenu
HADOOP-3041Within a task, the value ofJobConf.getOutputPath() method is modifiedBlocker.Alejandro AbdelnurAmareshwari Sriramadasu
HADOOP-3083Remove lease when file is renamedBlocker.dhruba borthakurdhruba borthakur
HADOOP-3168reduce amount of logging in hadoop streamingMajor.Joydeep Sen SarmaZheng Shao
HADOOP-3166SpillThread throws ArrayIndexOutOfBoundsException, which is ignored by MapTaskBlocker.Chris DouglasChris Douglas
HADOOP-3050Cluster fall into infinite loop trying to replicate a block to a target that aready has this replica.Blocker.Konstantin ShvachkoHairong Kuang
HADOOP-3044NNBench does not use the right configuration for the mapperMajortestHairong KuangHairong Kuang
HADOOP-3178gridmix scripts for small and medium jobs need to be changed to handle input paths differentlyBlockertestMukund MadhugiriMukund Madhugiri
HADOOP-1911infinite loop in dfs -cat command.Blocker.Koji NoguchiChris Douglas
HADOOP-3157TestMiniMRLocalFS fails in trunk on WindowsBlockertestLohit VijayarenuDoug Cutting
HADOOP-3018Eclipse plugin fails to compile due to missing RPC.stopClient() methodBlockercontrib/eclipse-pluginTom WhiteChristophe Taton
HADOOP-3183Unit test fails on Windows: TestJobShell.testJobShellBlocker.Mukund MadhugiriMahadev konar
HADOOP-3175"-get file -" does not workBlockerfsRaghu AngadiEdward J. Yoon
HADOOP-3220Safemode log message need to be corrected.Major.Konstantin ShvachkoKonstantin Shvachko
HADOOP-3208WritableDeserializer does not pass the Configuration to deserialized WritablesBlocker.Enis SoztutarEnis Soztutar
HADOOP-3224hadoop dfs -du /dirPath does not work with hadoop-0.17 branchBlocker.Runping QiLohit Vijayarenu
HADOOP-3223Hadoop dfs -help for permissions contains a typoBlocker.Milind BhandarkarRaghu Angadi
HADOOP-1373checkPath() throws IllegalArgumentExceptionBlockerfsKonstantin ShvachkoEdward J. Yoon
HADOOP-3204LocalFSMerger needs to catch throwableBlocker.Koji NoguchiAmar Kamat
HADOOP-3153[HOD] Hod should deallocate cluster if there's a problem in writing information to the state fileMajorcontrib/hodHemanth YamijalaVinod Kumar Vavilapalli
HADOOP-3229Map OutputCollector does not report progress on writesMajor.Alejandro AbdelnurDoug Cutting
HADOOP-3225FsShell showing null instead of a error messageBlocker.Tsz Wo Nicholas SzeMahadev konar
HADOOP-3247gridmix scripts have a few bugsMajortestRunping QiRunping Qi
HADOOP-3242SequenceFileAsBinaryRecordReader seems always to read from the start of a file, not the start of the split.Major.Runping QiChris Douglas
HADOOP-3256JobHistory file on HDFS should not use the 'job name'Blocker.Arun C MurthyArun C Murthy
HADOOP-3162Map/reduce stops working with comma separated input pathsBlocker.Runping QiAmareshwari Sriramadasu
HADOOP-3124DFS data node should not use hard coded 10 minutes as write timeout.Major.Runping QiRaghu Angadi
HADOOP-3263job history browser throws exception if job name or user name is null.Blocker.Amareshwari SriramadasuArun C Murthy
HADOOP-3251WARN message on command line when a hadoop jar command is executedBlocker.Mukund MadhugiriArun C Murthy
HADOOP-3237Unit test failed on windows: TestDFSShell.testErrOutPutBlocker.Mukund MadhugiriMahadev konar
HADOOP-3279TaskTracker should check for SUCCEEDED task status in addition to COMMIT_PENDING status when it fails maps due to lost map outputsBlocker.Devaraj DasDevaraj Das
HADOOP-3286Gridmix jobs' output dir names may collideMajortestRunping QiRunping Qi
HADOOP-3285map tasks with node local splits do not always read from local nodesBlocker.Runping QiOwen O'Malley
HADOOP-3031Remove compiler warnings for ant testMinor.Amareshwari SriramadasuChris Douglas
HADOOP-3372TestUlimit fails on LINUXBlocker.Lohit VijayarenuArun C Murthy
HADOOP-3322Hadoop rpc metrics do not get pushed to the MetricsRecordBlockermetricsgirish vaitheeswarangirish vaitheeswaran
HADOOP-3382Memory leak when files are not cleanly closedBlocker.Raghu AngadiRaghu Angadi
HADOOP-3701Too many trash sockets and trash pipes openedMajor.He Yongqiang

TESTS:

JIRASummaryPriorityComponentReporterContributor
HADOOP-2775[HOD] Put in place unit test framework for HODMajorcontrib/hodHemanth YamijalaVinod Kumar Vavilapalli
HADOOP-2997Add test for non-writable serializerBlocker.Tom WhiteTom White

OTHER:

JIRASummaryPriorityComponentReporterContributor
HADOOP-2981Follow Apache process for getting ready to put crypto code in to projectMajor.Owen O'MalleyOwen O'Malley