Commit History

作者 SHA1 備註 提交日期
  Doug Cutting 904bd3737b HADOOP-1085. Improve port selection in test code. Contributed by Arun. 18 年之前
  Doug Cutting 7768d02ba9 HADOOP-1063. Fix a race condition in MiniDFSCluster test code. Contributed by Hairong. 18 年之前
  Doug Cutting 41a09bcbf1 HADOOP-1039. In HDFS's TestCheckpoint, avoid restarting MiniDFSCluster so often, speeding this test. Contributed by Dhruba. 18 年之前
  Doug Cutting 43a55468a1 HADOOP-1030. In unit tests, unify setting of ipc.client.timeout. Also increase the value used from one to two seconds. 18 年之前
  Doug Cutting 26adf43c5b HADOOP-692. Add rack awareness to HDFS's placement of blocks. Contributed by Hairong. 18 年之前
  Doug Cutting 2d1c66a80f HADOOP-227. Add support for backup namenodes, which periodically get snapshots of the namenode state. Contributed by Dhruba. 18 年之前
  Doug Cutting 70d274173a HADOOP-698. Fix HDFS client to not retry the same datanode on read failures. Contributed by Milind. 19 年之前
  Doug Cutting 176f0d9637 HADOOP-382. Extend unit tests to run multiple datanodes. Contributed by Milind. 19 年之前
  Doug Cutting cbc4151701 HADOOP-373. Consistently check the value of FileSystem.mkdirs(). Contributed by Wendy. 19 年之前
  Doug Cutting d20db68461 HADOOP-90. Permit dfs.name.dir to list multiple directories where namenode data is to be replicated. Contributed by Milind. 19 年之前
  Doug Cutting 440443c4b7 HADOOP-482. Fix unit tests to work when a cluster is running on the same machine. Contributed by Wendy. 19 年之前
  Doug Cutting 2b8398f1c0 HADOOP-658. Update source file headers per Apache policy. 19 年之前
  Doug Cutting 14866ceb5d HADOOP-634. Add missing license to many files. Contributed by Nigel. 19 年之前
  Doug Cutting 306ef36822 HADOOP-560. Add a 'killed' task state. Contributed by Owen. 19 年之前
  Doug Cutting c20d1bb50f HADOOP-408. Adjust some timeouts and remove some others so that unit tests run faster. 19 年之前
  Doug Cutting d4ad27d25d Manage multiple volumes with a single DataNode. Contributed by Milind. 19 年之前
  Doug Cutting 6041bea3ad HADOOP-394. Change order of DFS shutdown in unit tests to minimize errors logged. Contributed by Konstantin. 19 年之前
  Doug Cutting 16beb92c8b HADOOP-364. Fix some problems introduced by HADOOP-252. In particular, fix things when RPC clients start before daemons, plus other improvements to RPC versioning. Contributed by Owen. 19 年之前
  Doug Cutting 9f2145334f Add an HTTP user interface to the namenode, on port 50070. 19 年之前
  Doug Cutting 339dd30613 Fix an intermittent problem running unit tests. Also decrease the 19 年之前
  Doug Cutting 73be419f00 Fix for HADOOP-19. A namenode must now be formatted before it may be used. Attempts to start a namenode in an unformatted directory will fail, rather than automatically creating a new, empty filesystem, causing existing datanodes to delete all blocks. Thus a mis-configured dfs.data.dir should no longer cause data loss. 19 年之前
  Doug Cutting 8cdc95ec9e Fix for HADOOP-52. Add username and working-directory to FileSystem and JobConf and use these to resolve relative paths. Contributed by Owen O'Malley. 19 年之前