FYI, as part of creating the Hadoop 0.20.0 release, the issues below
were unassigned 0.20.0.
Cheers,
Nige
HADOOP-5501
saveNamespace command should be documented.
HADOOP-5472
Distcp does not support globbing of input paths
HADOOP-5447
Logging turned on by default while using distcp
HADOOP-5359
HDFS soft lease limit should be configurable per-file
HADOOP-5345
JobID is deprecated but there are no references to classes that are
replacing it.
HADOOP-5343
JobConf is deprecated but Job does not support a constructor for
Configuration
HADOOP-5324
Reduce step hangs while recovering a block from bad datanode
HADOOP-5157
File length not reported correctly after application crash
HADOOP-5133
FSNameSystem#addStoredBlock does not handle inconsistent block length
correctly
HADOOP-5107
split the core, hdfs, and mapred jars from each other and publish them
independently to the Maven repository
HADOOP-5089
Port HADOOP-4667 to the default Map-Reduce scheduler
HADOOP-5081
Split TestCLI into HDFS, Mapred and Core tests
HADOOP-5049
Jobs with 0 maps will never get removed from the default scheduler
HADOOP-4976
Mapper runs out of memory
HADOOP-4882
Fix Eclipse configuration to work with ivy
HADOOP-4867
ReduceTask logs show negative values
HADOOP-4848
NN should check a block's length even if the block is not a new block
when processing a blockreport
HADOOP-4790
Streaming job fails with with identity mapper class
HADOOP-4754
Revert extra debugging
HADOOP-4751
FileSystem.listStatus should report the current length of a file if it
has been sync'd
HADOOP-4724
TaskTracker, DataNode, and SecondaryNameNode should timeout on waiting
for its server to be up
HADOOP-4681
DFSClient block read failures cause open DFSInputStream to become
unusable
HADOOP-4680
fuse-dfs - df -kh on hdfs mount shows much less %used than the dfs UI
HADOOP-4675
Current Ganglia metrics implementation is incompatible with Ganglia 3.1
HADOOP-4644
add fuse-dfs to src/contrib/build.xml test target
HADOOP-4636
libhdfs makes jni lib calls after setting errno in some places
HADOOP-4619
hdfs_write infinite loop when dfs fails and cannot write files > 2 GB
HADOOP-4540
An invalidated block should be removed from the blockMap
HADOOP-4536
MiniRMCluster hardcodes 'mapred.local.dir' configuration to 'build/
test/mapred/local'
HADOOP-4516
Counter formatting for the user logs should be pulled out of the
public Counters API
HADOOP-4495
fuse-dfs fix writeTest and add writeAppendtest
HADOOP-4486
Documention for using external profilers on Map-Reduce applications
HADOOP-4482
Hadoop JMX usage makes Nagios monitoring impossible
HADOOP-4477
All replicas of a block end up on only 1 rack
HADOOP-4421
Rework job-setup and job-cleanup tasks
HADOOP-4416
class names in Configuration are not resolved if the configuration
value has a white space
HADOOP-4379
In HDFS, sync() not yet guarantees data available to the new readers
HADOOP-4337
fuse-dfs forrest doc
HADOOP-4239
[mapred] Job submission to an invalid queue should fail.
HADOOP-4165
test-patch script is showing questionable number of Javac warnings
HADOOP-4079
Check for invalid queues in capacity scheduler
HADOOP-2483
Large-scale reliability tests
HADOOP-2375
Task tracker should wait for the process to exit before declaring the
task successful or failed.