1. b2d2a32 HDFS-2069. Incorrect default trash interval value in the docs. Contributed by Harsh J Chouraria by Eli Collins · 13 years ago trunk
  2. a4910f2 HDFS-988. saveNamespace race can corrupt the edits log. Contributed by Eli Collins by Eli Collins · 13 years ago
  3. 3d25cc9 HDFS-2066. Create a package and individual class files for DataTransferProtocol. by Tsz-wo Sze · 13 years ago
  4. 5f2d248 HDFS-2067. Bump DATA_TRANSFER_VERSION constant in trunk after introduction of protocol buffers in the protocol. Contributd by Tsz Wo (Nicholas), SZE. by Todd Lipcon · 13 years ago
  5. 1c04b84 HDFS-2063. libhdfs test is broken. Contributed by Eric Yang by Eli Collins · 13 years ago
  6. 3ccff0f HDFS-2058. Change Data Transfer wire protocol to use protocol buffers. Contributed by Todd Lipcon. by Todd Lipcon · 13 years ago
  7. 3efce2b HDFS-2061. Two minor bugs in BlockManager block report processing. Contributed by Matt Foley. by Matthew J. Foley · 13 years ago
  8. b84a982 HDFS-1409. BackupNode registration throwing UnsupportedActionException("register") instead of "journal". Contributed by Ching-Shen Chen. by Konstantin Shvachko · 13 years ago
  9. 365f426 HDFS-1954. Improved corrupt files warning on NameNode web UI. Contributed by Patrick Hunt. by Konstantin Shvachko · 13 years ago
  10. 34dfdde HDFS-2041. OP_CONCAT_DELETE doesn't properly restore modification time of the concatenated file when edit logs are replayed. Contributed by Todd Lipcon. by Todd Lipcon · 13 years ago
  11. 37f5f04 HDFS-2056. Update fetchdt usage. Contributed by Tanping Wang. by Jitendra Nath Pandey · 13 years ago
  12. 86ef28d HDFS-2030. Improve usability of namenode -upgrade command. Contributed by Bharath Mundlapudi. by Suresh Srinivas · 13 years ago
  13. b244066 HDFS-1295. Corrected merge error in DataNode.java. Contributed by Matt Foley. by Matthew J. Foley · 13 years ago
  14. d83ec21 HDFS-2003. Separate FSEditLog reading logic from edit log memory state building logic. Contributed by Ivan Kelly. by Todd Lipcon · 13 years ago
  15. b57e711 HDFS-941. The DFS client should cache and reuse open sockets to datanodes while performing reads. Contributed by bc Wong and Todd Lipcon. by Todd Lipcon · 13 years ago
  16. 1c4a693 Adding back the change r1097905 for HDFS-1586 that was removed when federation branch for HDFS-1052 was merged into trunk. by Suresh Srinivas · 13 years ago
  17. 8517046 HDFS-2040. Only build libhdfs if a flag is passed. Contributed by Eli Collins by Eli Collins · 13 years ago
  18. f92b93f HDFS-1875. MiniDFSCluster hard-codes dfs.datanode.address to localhost. Contributed by Eric Payne. by Matthew J. Foley · 13 years ago
  19. 77116bd HDFS-1948 Forward port 'hdfs-1520 lightweight namenode operation to trigger lease reccovery'--Fix missing import in TestLeaseRecovery2 by Michael Stack · 13 years ago
  20. b48fc5f HDFS-1948 Forward port 'hdfs-1520 lightweight namenode operation to trigger lease reccovery' by Michael Stack · 13 years ago
  21. 96abd70 HDFS-1619. Remove AC_TYPE* from the libhdfs. Contributed by Roman Shaposhnik by Eli Collins · 13 years ago
  22. f203f92 HDFS-1998. Federation: Make refresh-namenodes.sh refresh all the namenode. Contributed by Tanping Wang. by Suresh Srinivas · 13 years ago
  23. 1a65903 HDFS-1149. Lease reassignment should be persisted to the edit log. Contributed by Aaron T. Myers. by Todd Lipcon · 13 years ago
  24. 5e71534 HDFS-2039. TestNameNodeMetrics uses a bad test root path, preventing it from running inside Eclipse. Contributed by Todd Lipcon. by Todd Lipcon · 13 years ago
  25. e7ed397 HDFS-1980. Move build/webapps deeper in the build directory heirarchy to aid eclipse users. Contributed by Todd Lipcon. by Todd Lipcon · 13 years ago
  26. 915978c HDFS-1923. In TestFiDataTransferProtocol2, reduce random sleep time period and increase the number of datanodes. by Tsz-wo Sze · 13 years ago
  27. 9adc412 HDFS-1969. Running rollback on new-version namenode destroys the namespace. Contributed by Todd Lipcon. by Todd Lipcon · 13 years ago
  28. dbedbf2 HDFS-2019. Fix all the places where Java method File.list is used with FileUtil.list API. Contributed by Bharath Mundlapudi. by Matthew J. Foley · 13 years ago
  29. 6f6bc08 HDFS-2029. In TestWriteRead, check visible length immediately after openning the file and fix code style. Contributed by John George by Tsz-wo Sze · 13 years ago
  30. 79239d0 HDFS-1454. Update the documentation to reflect that clients don't write blocks to local disk before copying to HDFS. Contributed by Harsh J Chouraria. by Todd Lipcon · 13 years ago
  31. 0231a96 HDFS-1907. Fix position read for reading still-being-written file in DFSInputStream. Contributed by John George by Tsz-wo Sze · 13 years ago
  32. 7c1af70 HDFS-1986. Add option to get http/https address from DFSUtil#getInfoServer(). Contributed by Tanping Wang. by Suresh Srinivas · 13 years ago
  33. a99ebcb HDFS-1995. Federation: Minor bug fixes and modification cluster web UI. Contributed by Tanping Wang. by Suresh Srinivas · 13 years ago
  34. 6269ef5 HDFS-2014. Change HDFS scripts to work in developer enviroment post RPM packaging changes. Contributed by Eric Yang. by Suresh Srinivas · 13 years ago
  35. 88d6f6d HDFS-2022. ant binary should build libhdfs. Contributed by Eric Yang by Eli Collins · 13 years ago
  36. 2bb3fdc Revert HDFS-1954 since there is some discussion on the JIRA. by Todd Lipcon · 13 years ago
  37. e9acb4e HDFS-1968. Enhance TestWriteRead to support position/sequential read, append, truncate and verbose options. Contributed by CW Chung by Tsz-wo Sze · 13 years ago
  38. f15bbea HDFS-2024. Format TestWriteRead source codes. Contributed by CW Chung by Tsz-wo Sze · 13 years ago
  39. 1efaf25 HDFS-2020. Fix TestDFSUpgradeFromImage by removing the use of DataNode as a singleton. Contributed by Suresh Srinivas. by Todd Lipcon · 13 years ago
  40. 5baec1a HDFS-1966. Encapsulate individual DataTransferProtocol op headers. by Tsz-wo Sze · 13 years ago
  41. 708d519 HDFS-2021. Update numBytesAcked before sending the ack in PacketResponder. Contributed by John George by Tsz-wo Sze · 13 years ago
  42. 81b116d HDFS-1636. If dfs.name.dir points to an empty dir, namenode format shouldn't require confirmation. Contributed by Harsh J Chouraria. by Todd Lipcon · 13 years ago
  43. 88a0e02 HDFS-1934. Fix NullPointerException when certain File APIs return null. Contributed by Bharath Mundlapudi. by Matthew J. Foley · 13 years ago
  44. 1d79d91 HDFS-1936. Layout version change from HDFS-1822 causes upgrade failure. Contributed by Suresh Srinivas. by Suresh Srinivas · 13 years ago
  45. 86771ae HDFS-1727. fsck command should display command usage if user passes any illegal argument. Contributed by Sravan Kumar. by Todd Lipcon · 13 years ago
  46. eb90ffe HDFS-1884. Improve TestDFSStorageStateRecovery to properly throw in the case of errors. Contributed by Aaron T. Myers. by Todd Lipcon · 13 years ago
  47. 3a35d17 HDFS-977. DataNode.createInterDataNodeProtocolProxy() guards a log at the wrong level. Contributed by Harsh J Chouraria. by Todd Lipcon · 13 years ago
  48. 02d180e HDFS-1954. Improve corrupt files warning message on NameNode web UI. Contributed by Patrick Hunt. by Todd Lipcon · 13 years ago
  49. 130e710 HDFS-1936. Part 1 or 2 - Updating the layout version from HDFS-1822 causes upgrade problems. Committing the required image tar ball. by Suresh Srinivas · 13 years ago
  50. cfdd3c3 Reverting pervious commit r1128527 by Suresh Srinivas · 13 years ago
  51. 73bb022 HDFS-1936. Part 1 or 2 - Updating the layout version from HDFS-1822 causes upgrade problems. Committing the required image tar ball. by Suresh Srinivas · 13 years ago
  52. c041a69 HDFS-1920. libhdfs does not build for ARM processors. Contributed by Trevor Robinson by Eli Collins · 13 years ago
  53. dab8d48 HDFS-1963. Create RPM and Debian packages for HDFS. Changes deployment by Owen O'Malley · 13 years ago
  54. a8cacc6 HDFS-1812. TestHDFSCLI should clean up cluster in teardown method. Contributed by Uma Maheswara Rao G. by Todd Lipcon · 13 years ago
  55. 8483a30 HDFS-1592. Datanode startup doesn't honor volumes.tolerated. Contributed by Bharath Mundlapudi. by Jitendra Nath Pandey · 13 years ago
  56. da9e245 Amend HDFS-1999: missing import in system tests by Todd Lipcon · 13 years ago
  57. 1707866 HDFS-1999. Tests use deprecated configs. Contributed by Aaron T. Myers by Eli Collins · 13 years ago
  58. 0ee40e7 HDFS-2000. Missing deprecation for io.bytes.per.checksum. Contributed by Aaron T. Myers by Eli Collins · 13 years ago
  59. 6c4a295 Revert HdfsConfiguration change accidentally made in HDFS-1997. by Eli Collins · 13 years ago
  60. 4db87a7 Add missing file from previous commit. by Eli Collins · 13 years ago
  61. b505a30 HDFS-1997. Image transfer process misreports client side exceptions. Contributed by Todd Lipcon by Eli Collins · 13 years ago
  62. 1dbd8bc HDFS-1996. ivy: hdfs test jar should be independent to common test jar. Contributed by Eric Yang by Tsz-wo Sze · 13 years ago
  63. 98fbddb HDFS-1983. Fix path display for copy and rm commands in TestHDFSCLI and TestDFSShell. Contributed by Daryn Sharp. by Todd Lipcon · 13 years ago
  64. f72723c HDFS-1943. Fail to start datanode while start-dfs.sh is executed by root user. Contributed by Wei Yongjun. by Jakob Glen Homan · 13 years ago
  65. 6a319bf HDFS-1964. Fix incorrect HTML unescaping in DatanodeJspHelper. Contributed by Aaron T. Myers. by Todd Lipcon · 13 years ago
  66. 83f3917 Remove svn:mergeinfo from build.xml and ReplicaInfo.java. by Tsz-wo Sze · 13 years ago
  67. b8253f5 Reverting the change r1125031 - HDFS-1941. Remove -genclusterid option from namenode command. by Suresh Srinivas · 13 years ago
  68. 51adfe8 HADOOP-7259. Contrib modules should include the build.properties from by Owen O'Malley · 13 years ago
  69. 32ed1b7 HDFS-1978. All but first option in LIBHDFS_OPTS is ignored. Contributed by Eli Collins by Eli Collins · 13 years ago
  70. 3920b73 HDFS-1959. Better error message for missing namenode directory. Contributed by Eli Collins by Eli Collins · 13 years ago
  71. 7bfe41b HDFS-1965. IPCs done using block token-based tickets can't reuse connections. Contributed by Todd Lipcon. by Todd Lipcon · 13 years ago
  72. 6024d0d HDFS-1932. Ensure that HDFS configuration deprecations are set up in every spot that HDFS configurations are loaded. Contributed by Jolly Chen. by Todd Lipcon · 13 years ago
  73. e83e6fa HDFS-1952. FSEditLog.open() appears to succeed even if all EDITS directories fail. Contributed by Andrew Wang. by Todd Lipcon · 13 years ago
  74. 2e44984 HDFS-1877. Add a new test for concurrent read and write. Contributed by CW Chung by Tsz-wo Sze · 13 years ago
  75. cc39cbf HDFS-1371. One bad node can incorrectly flag many files as corrupt. Contributed by Tanping Wang. by Jitendra Nath Pandey · 13 years ago
  76. 857c6da HDFS-1957. Add documentation for HFTP. Contributed by Ari Rabkin. by Todd Lipcon · 13 years ago
  77. 37935b3 HDFS-1922. Fix recurring failure of TestJMXGet. Contributed by Luke Lu. by Todd Lipcon · 13 years ago
  78. d284bf7 HDFS-1941. Remove -genclusterid option from namenode command. Contributed by Bharath Mundlapudi. by Suresh Srinivas · 13 years ago
  79. 51ad81e HDFS-1905. Improve namenode -format command by not making -clusterId parameter mandatory. Contributed by Bharath Mundlapudi. by Suresh Srinivas · 13 years ago
  80. 82eecf6 HDFS-1953. Federation: Change name node mxbean name in cluster web console. Contributed by Tanping Wang. by Suresh Srinivas · 13 years ago
  81. 18cb608 HDFS-1575. Viewing block from web UI is broken. Contributed by Aaron T. Myers. by Todd Lipcon · 13 years ago
  82. d31713c HDFS-1958. Confirmation should be more lenient of user input when formatting the NameNode. Contributed by Todd Lipcon. by Todd Lipcon · 13 years ago
  83. b73de80 HDFS-1925. SafeModeInfo should use the correct constant instead of a hard-coded value for its default. Contributed by Joey Echeverria. by Todd Lipcon · 13 years ago
  84. 083bf60 HDFS-1921. saveNamespace can cause NN to be unable to come up on restart. Contributed by Matt Foley. by Todd Lipcon · 13 years ago
  85. 6f8c362 HDFS-1927. Fix a bug which causes ip=null in NameNode audit log. Contributed by John George by Tsz-wo Sze · 13 years ago
  86. bf43df7 HDFS-1332. Include more information in exceptions and debug messages when BlockPlacementPolicy cannot be satisfied. Contributed by Ted Yu by Tsz-wo Sze · 13 years ago
  87. c4480de HDFS-1505. saveNamespace appears to succeed even if all directories fail to save. Contributed by Aaron T. Myers. by Todd Lipcon · 13 years ago
  88. ae6f959 HDFS-1939. In ivy.xml, test conf should not extend common conf. Contributed by Eric Yang by Tsz-wo Sze · 13 years ago
  89. 7e99c96 HDFS-1573. Add useful tracing information to Lease Renewer thread names. Contributed by Todd Lipcon. by Todd Lipcon · 13 years ago
  90. 6736743 HDFS-1730. Use DaemonFactory from common and delete it from HDFS. Contributed by Tanping. by Suresh Srinivas · 13 years ago
  91. 1ba9684 HDFS-1881. Federation: after taking snapshot the current directory of datanode is empty. Contributed by Tanping Wang. by Suresh Srinivas · 13 years ago
  92. 776d92e HDFS-1914. Federation: namenode storage directories must be configurable specific to name service. Contributed by Suresh Srinivas. by Suresh Srinivas · 13 years ago
  93. 64eba1a HDFS-1947. DFSClient should use mapreduce.task.attempt.id. Contributed by Eli Collins by Eli Collins · 13 years ago
  94. a4aef3b HDFS-1931. Update TestDFSShell for improved "du" shell command. Contributed by Daryn Sharp. by Todd Lipcon · 13 years ago
  95. 578c15e Revised HDFS-1945 log in CHANGES.txt. by Tsz-wo Sze · 13 years ago
  96. 0d4c01e HDFS-1945. emoved deprecated fields in DataTransferProtocol. by Tsz-wo Sze · 13 years ago
  97. f958b97 HDFS-1946. HDFS part of HADOOP-7291. Contributed by Eli Collins by Eli Collins · 13 years ago
  98. 4979d5e HDFS-1117. Metrics 2.0 HDFS instrumentation. Contributed by Luke Lu. by Suresh Srinivas · 13 years ago
  99. 102ee5b HDFS-1835. DataNode should not depend on SHA1PRNG secure random generator to generate a storage ID. Contributed by John Carrino. by Todd Lipcon · 13 years ago
  100. 2e445ac HDFS-1933. Update TestDFSShell for improved "test" shell command. Contributed by Daryn Sharp. by Todd Lipcon · 13 years ago