Apache Hadoop Changelog

Release 0.6.0 - 2006-09-08

INCOMPATIBLE CHANGES:

JIRASummaryPriorityComponentReporterContributor

IMPORTANT ISSUES:

JIRASummaryPriorityComponentReporterContributor

NEW FEATURES:

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

IMPROVEMENTS:

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

BUG FIXES:

JIRASummaryPriorityComponentReporterContributor
HADOOP-517readLine function of UTF8ByteArrayUtils does not handle end of line correctlyMajor.Hairong KuangHairong Kuang
HADOOP-507Runtime exception in org.apache.hadoop.io.WritableFactories.newInstance when trying to startup namenode/datanodeMajorutilArun C MurthyOwen O'Malley
HADOOP-501toString(resources, sb) in Configuration.java throws a ClassCastException since resources can be loaded from an URLMinor.Thomas Friol
HADOOP-473TextInputFormat does not correctly handle all line endingsMajor.Dennis Kubes
HADOOP-469Portability of hadoop shell scripts for deploymentMajor.Jean-Baptiste Quenot
HADOOP-460Small jobs benchmark fails with current Hadoop due to UTF8 -> Text ClassCastExceptionMajor.Sanjay Dahiya
HADOOP-458libhdfs corrupts memoryMajor.Christian KunzKonstantin Shvachko
HADOOP-455Text class should support the DEL characterMajorioHairong KuangHairong Kuang
HADOOP-453bug in Text.setCapacity( int len )Minor.Sami Siren
HADOOP-434Use Hadoop scripts to run smallJobsBenchmark to avoid classpath issues.Major.Sanjay DahiyaSanjay Dahiya
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-424mapreduce jobs fail when no split is returned via inputFormat.getSplitsMajor.Frédéric Bertin
HADOOP-421replace String in hadoop record io with the new Text classMajorrecordOwen O'MalleyMilind Bhandarkar
HADOOP-419libdfs doesn't work with application threadsMajor.Christian KunzOwen O'Malley
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-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-281dfs.FSDirectory.mkdirs can create sub-directories of a file!Major.Sameer ParanjpyeWendy Chien
HADOOP-196Fix buggy uselessness of Configuration( Configuration other) constructorMajorconfalan wootton
HADOOP-176comparators of integral writable types are not transitive for inequalitiesMajorioDick King
HADOOP-50dfs datanode should store blocks in multiple directoriesMajor.Doug CuttingMilind Bhandarkar

TESTS:

JIRASummaryPriorityComponentReporterContributor

SUB-TASKS:

JIRASummaryPriorityComponentReporterContributor

OTHER:

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