Apache Hadoop 0.23.2 Release Notes

These release notes cover new developer and user-facing incompatibilities, important issues, features, and major improvements.


FSVolume, is a part of FSDatasetInterface implementation, should not be referred outside FSDataset. A new FSVolumeInterface is defined. The BlockVolumeChoosingPolicy.chooseVolume(..) method signature is also updated.


The configuration dfs.secondary.https.port has been renamed to dfs.namenode.secondary.https-port for consistency. The old configuration is still supported via a deprecation path.


Fixed all daemons to crash instead of hanging around when their EventHandlers get exceptions.


Fixed failing TestJobCleanup.testCusomCleanup() and moved it to the maven build.


Add a private conf property dfs.datanode.fsdataset.factory to make FSDataset in Datanode pluggable.


Committed to trunk and branch-0.23. Thanks Jason.


Fixed the bin/yarn script to not print the command line unnecessarily.


Modified RM to allow restarted NMs to be able to join the cluster without waiting for expiry.


Corrected AppIDs, JobIDs, TaskAttemptIDs to be of correct format on the web pages.


Fixed a bug in CapacityScheduler LeafQueue which was causing app-submission to fail.


Fixed two bugs in Counters because of which web app displays zero counter values for framework counters.


Modified JobHistory records in YARN to lazily load job and task reports so as to improve UI response times.


Passing a cached class-loader to ResourceBundle creator to minimize counter names lookup time.


Fixed build to not compile 32bit container-executor binary by default on all platforms.


Changed PB implementation of LocalResource to take locks so that race conditions don’t fail tasks by inadvertantly changing the timestamps.


port number changes for resourcemanager and nodemanager


WARNING: No release note provided for this change.


Fix “bin/mapred job -list” to display all jobs instead of only the jobs owned by the user.


Fixed MR AM to close history file quickly and send a correct final state to the RM when it is killed.


Fixed node link on JobHistory webapp.


Added new envs to separate heap size for different daemons started via bin scripts.


Exporting mapreduce.job.local.dir for mapreduce tasks to use as job-level shared scratch space.


Fixed FileOutputCommitter to not err out for an ‘empty-job’ whose tasks don’t write any outputs.


This jira only allows providing paths using back slash as separator on Windows. The back slash on *nix system will be used as escape character. The support for paths using back slash as path separator will be removed in HADOOP-8139 in release 23.3.


FsShell mkdir now accepts a -p flag. Like unix, mkdir -p will not fail if the directory already exists. Unlike unix, intermediate directories are always created, regardless of the flag, to avoid incompatibilities at this time.