Back to Hadoop

Licensed to the Apache Software Foundation (ASF) under one

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

2.0.5-alpha-rc28.2 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.6.0 - 2006-09-08

NEW FEATURES:

JIRASummaryPriorityComponentReporterContributor
HADOOP-456Checkpointing and logging of data node descriptorsMajor.Konstantin ShvachkoKonstantin Shvachko
HADOOP-322Need a job control utility to submit and monitor a group of jobs which have DAG dependencyMajor.Runping QiRunping Qi
HADOOP-497DataNodes and TaskTrackers should be able to report hostnames and ips relative to customizable network interfaces and nameserversMinorutilLorenzo ThioneLorenzo Thione
HADOOP-441SequenceFile should support 'custom compressors'MajorioArun C MurthyArun C Murthy

IMPROVEMENTS:

JIRASummaryPriorityComponentReporterContributor
HADOOP-450Remove the need for users to specify the types of the inputsMajor.Owen O'MalleyOwen O'Malley
HADOOP-464Troubleshooting message for RunJar (bin/hadoop jar)MajorutilMichel Tourn
HADOOP-468Setting scheduling priority in hadoop-env.shMinor.Vetle Roeim
HADOOP-54SequenceFile should compress blocks, not individual entriesMajorioDoug CuttingArun C Murthy
HADOOP-486adding username to jobstatusMinor.Mahadev konarMahadev konar
HADOOP-437support gzip input filesMajor.Michel Tourn
HADOOP-463variable expansion in ConfigurationMajorconfMichel Tourn
HADOOP-488Change ToolBase.doMain() to return a status codeMajor.Andrzej Bialecki
HADOOP-499Avoid the use of Strings to improve the performance of hadoop streamingMajor.Hairong KuangHairong Kuang
HADOOP-64DataNode should be capable of managing multiple volumesMinor.Sameer ParanjpyeMilind Bhandarkar
HADOOP-312Connections should not be cachedMajoripcDevaraj DasDevaraj Das
HADOOP-483Document libhdfs and fix some OS specific stuff in MakefileMajor.Arun C MurthyArun C Murthy
HADOOP-474support compressed text files as input and outputMajor.Owen O'MalleyOwen O'Malley

BUG FIXES:

JIRASummaryPriorityComponentReporterContributor
HADOOP-427DatanodeInfo class should be used instead of DatanodeDescriptor in the jsp & related filesMajor.Devaraj DasDevaraj Das
HADOOP-426streaming unit tests failing on SunOSMajor.Doug CuttingMichel Tourn
HADOOP-400the job tracker re-runs failed tasks on the same nodeMajor.Owen O'MalleyOwen O'Malley
HADOOP-324"IOException: No space left on device" is handled incorrectlyMajor.Konstantin ShvachkoWendy Chien
HADOOP-434Use Hadoop scripts to run smallJobsBenchmark to avoid classpath issues.Major.Sanjay DahiyaSanjay Dahiya
HADOOP-453bug in Text.setCapacity( int len )Minor.Sami Siren
HADOOP-455Text class should support the DEL characterMajorioHairong KuangHairong Kuang
HADOOP-176comparators of integral writable types are not transitive for inequalitiesMajorioDick King
HADOOP-421replace String in hadoop record io with the new Text classMajorrecordOwen O'MalleyMilind Bhandarkar
HADOOP-469Portability of hadoop shell scripts for deploymentMajor.Jean-Baptiste Quenot
HADOOP-473TextInputFormat does not correctly handle all line endingsMajor.Dennis Kubes
HADOOP-281dfs.FSDirectory.mkdirs can create sub-directories of a file!Major.Sameer ParanjpyeWendy Chien
HADOOP-419libdfs doesn't work with application threadsMajor.Christian KunzOwen O'Malley
HADOOP-460Small jobs benchmark fails with current Hadoop due to UTF8 -> Text ClassCastExceptionMajor.Sanjay Dahiya
HADOOP-196Fix buggy uselessness of Configuration( Configuration other) constructorMajorconfalan wootton
HADOOP-501toString(resources, sb) in Configuration.java throws a ClassCastException since resources can be loaded from an URLMinor.Thomas Friol
HADOOP-424mapreduce jobs fail when no split is returned via inputFormat.getSplitsMajor.Frédéric Bertin
HADOOP-507Runtime exception in org.apache.hadoop.io.WritableFactories.newInstance when trying to startup namenode/datanodeMajorutilArun C MurthyOwen O'Malley
HADOOP-320bin/hadoop dfs -mv does not mv source's checksum file if source is a fileMajor.Hairong KuangHairong Kuang
HADOOP-286copyFromLocal throws LeaseExpiredExceptionMajor.Runping QiKonstantin Shvachko
HADOOP-50dfs datanode should store blocks in multiple directoriesMajor.Doug CuttingMilind Bhandarkar
HADOOP-458libhdfs corrupts memoryMajor.Christian KunzKonstantin Shvachko
HADOOP-517readLine function of UTF8ByteArrayUtils does not handle end of line correctlyMajor.Hairong KuangHairong Kuang

OTHER:

JIRASummaryPriorityComponentReporterContributor
HADOOP-408Unit tests take too long to run.Minor.Doug Cutting