Back to Hadoop

Licensed to the Apache Software Foundation (ASF) under one

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

2.0.5-alpha-rc23.5 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.10.1 - 2007-01-10

NEW FEATURES:

JIRASummaryPriorityComponentReporterContributor
HADOOP-851Implement the LzoCodec with support for the lzo compression algorithmsMajorioArun C MurthyArun C Murthy

BUG FIXES:

JIRASummaryPriorityComponentReporterContributor
HADOOP-857IOException when running map reduce on S3 filesystemMajorfsTom White
HADOOP-863MapTask prints info log message when the progress-reporting thread startsMajor.Devaraj DasDevaraj Das
HADOOP-815Investigate and fix the extremely large memory-footprint of JobTrackerMajor.Arun C MurthyArun C Murthy
HADOOP-600Race condition in JobTracker updating the task tracker's status while declaring it lostMajor.Owen O'MalleyArun C Murthy
HADOOP-864bin/hadoop jar throws file creation exception for temp filesMinor.Sanjay DahiyaSanjay Dahiya
HADOOP-866dfs -get should remove existing crc file if -crc is not specifiedMajorfsMilind BhandarkarMilind Bhandarkar
HADOOP-871java.library.path is wrongly initialized by bin/hadoop when only pre-built libs are present, but custom-built ones aren'tMajor.Arun C MurthyArun C Murthy
HADOOP-868Fix the merge method on Maps to limit the number of open filesMajor.Devaraj DasDevaraj Das
HADOOP-865Files written to S3 but never closed can't be deletedMajorfsBryan PendletonTom White
HADOOP-873native libraries aren't loaded unless the user specifies the java.library.path in the child jvm optionsMajorutilOwen O'MalleyOwen O'Malley
HADOOP-880Recursive delete for an S3 directory does not actually delete files or subdirectoriesMajorfsTom WhiteTom White
HADOOP-879SequenceFileInputFormat can no longer read from data produced by MapFileOutputFormatMajor.Bryan PendletonDoug Cutting