Sign in
apache
/
hadoop-hdfs
/
HEAD
b2d2a32
HDFS-2069. Incorrect default trash interval value in the docs. Contributed by Harsh J Chouraria
by Eli Collins
· 14 years ago
trunk
a4910f2
HDFS-988. saveNamespace race can corrupt the edits log. Contributed by Eli Collins
by Eli Collins
· 14 years ago
3d25cc9
HDFS-2066. Create a package and individual class files for DataTransferProtocol.
by Tsz-wo Sze
· 14 years ago
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
· 14 years ago
1c04b84
HDFS-2063. libhdfs test is broken. Contributed by Eric Yang
by Eli Collins
· 14 years ago
3ccff0f
HDFS-2058. Change Data Transfer wire protocol to use protocol buffers. Contributed by Todd Lipcon.
by Todd Lipcon
· 14 years ago
3efce2b
HDFS-2061. Two minor bugs in BlockManager block report processing. Contributed by Matt Foley.
by Matthew J. Foley
· 14 years ago
b84a982
HDFS-1409. BackupNode registration throwing UnsupportedActionException("register") instead of "journal". Contributed by Ching-Shen Chen.
by Konstantin Shvachko
· 14 years ago
365f426
HDFS-1954. Improved corrupt files warning on NameNode web UI. Contributed by Patrick Hunt.
by Konstantin Shvachko
· 14 years ago
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
· 14 years ago
37f5f04
HDFS-2056. Update fetchdt usage. Contributed by Tanping Wang.
by Jitendra Nath Pandey
· 14 years ago
86ef28d
HDFS-2030. Improve usability of namenode -upgrade command. Contributed by Bharath Mundlapudi.
by Suresh Srinivas
· 14 years ago
b244066
HDFS-1295. Corrected merge error in DataNode.java. Contributed by Matt Foley.
by Matthew J. Foley
· 14 years ago
d83ec21
HDFS-2003. Separate FSEditLog reading logic from edit log memory state building logic. Contributed by Ivan Kelly.
by Todd Lipcon
· 14 years ago
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
· 14 years ago
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
· 14 years ago
8517046
HDFS-2040. Only build libhdfs if a flag is passed. Contributed by Eli Collins
by Eli Collins
· 14 years ago
f92b93f
HDFS-1875. MiniDFSCluster hard-codes dfs.datanode.address to localhost. Contributed by Eric Payne.
by Matthew J. Foley
· 14 years ago
77116bd
HDFS-1948 Forward port 'hdfs-1520 lightweight namenode operation to trigger lease reccovery'--Fix missing import in TestLeaseRecovery2
by Michael Stack
· 14 years ago
b48fc5f
HDFS-1948 Forward port 'hdfs-1520 lightweight namenode operation to trigger lease reccovery'
by Michael Stack
· 14 years ago
96abd70
HDFS-1619. Remove AC_TYPE* from the libhdfs. Contributed by Roman Shaposhnik
by Eli Collins
· 14 years ago
f203f92
HDFS-1998. Federation: Make refresh-namenodes.sh refresh all the namenode. Contributed by Tanping Wang.
by Suresh Srinivas
· 14 years ago
1a65903
HDFS-1149. Lease reassignment should be persisted to the edit log. Contributed by Aaron T. Myers.
by Todd Lipcon
· 14 years ago
5e71534
HDFS-2039. TestNameNodeMetrics uses a bad test root path, preventing it from running inside Eclipse. Contributed by Todd Lipcon.
by Todd Lipcon
· 14 years ago
e7ed397
HDFS-1980. Move build/webapps deeper in the build directory heirarchy to aid eclipse users. Contributed by Todd Lipcon.
by Todd Lipcon
· 14 years ago
915978c
HDFS-1923. In TestFiDataTransferProtocol2, reduce random sleep time period and increase the number of datanodes.
by Tsz-wo Sze
· 14 years ago
9adc412
HDFS-1969. Running rollback on new-version namenode destroys the namespace. Contributed by Todd Lipcon.
by Todd Lipcon
· 14 years ago
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
· 14 years ago
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
· 14 years ago
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
· 14 years ago
0231a96
HDFS-1907. Fix position read for reading still-being-written file in DFSInputStream. Contributed by John George
by Tsz-wo Sze
· 14 years ago
7c1af70
HDFS-1986. Add option to get http/https address from DFSUtil#getInfoServer(). Contributed by Tanping Wang.
by Suresh Srinivas
· 14 years ago
a99ebcb
HDFS-1995. Federation: Minor bug fixes and modification cluster web UI. Contributed by Tanping Wang.
by Suresh Srinivas
· 14 years ago
6269ef5
HDFS-2014. Change HDFS scripts to work in developer enviroment post RPM packaging changes. Contributed by Eric Yang.
by Suresh Srinivas
· 14 years ago
88d6f6d
HDFS-2022. ant binary should build libhdfs. Contributed by Eric Yang
by Eli Collins
· 14 years ago
2bb3fdc
Revert HDFS-1954 since there is some discussion on the JIRA.
by Todd Lipcon
· 14 years ago
e9acb4e
HDFS-1968. Enhance TestWriteRead to support position/sequential read, append, truncate and verbose options. Contributed by CW Chung
by Tsz-wo Sze
· 14 years ago
f15bbea
HDFS-2024. Format TestWriteRead source codes. Contributed by CW Chung
by Tsz-wo Sze
· 14 years ago
1efaf25
HDFS-2020. Fix TestDFSUpgradeFromImage by removing the use of DataNode as a singleton. Contributed by Suresh Srinivas.
by Todd Lipcon
· 14 years ago
5baec1a
HDFS-1966. Encapsulate individual DataTransferProtocol op headers.
by Tsz-wo Sze
· 14 years ago
708d519
HDFS-2021. Update numBytesAcked before sending the ack in PacketResponder. Contributed by John George
by Tsz-wo Sze
· 14 years ago
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
· 14 years ago
88a0e02
HDFS-1934. Fix NullPointerException when certain File APIs return null. Contributed by Bharath Mundlapudi.
by Matthew J. Foley
· 14 years ago
1d79d91
HDFS-1936. Layout version change from HDFS-1822 causes upgrade failure. Contributed by Suresh Srinivas.
by Suresh Srinivas
· 14 years ago
86771ae
HDFS-1727. fsck command should display command usage if user passes any illegal argument. Contributed by Sravan Kumar.
by Todd Lipcon
· 14 years ago
eb90ffe
HDFS-1884. Improve TestDFSStorageStateRecovery to properly throw in the case of errors. Contributed by Aaron T. Myers.
by Todd Lipcon
· 14 years ago
3a35d17
HDFS-977. DataNode.createInterDataNodeProtocolProxy() guards a log at the wrong level. Contributed by Harsh J Chouraria.
by Todd Lipcon
· 14 years ago
02d180e
HDFS-1954. Improve corrupt files warning message on NameNode web UI. Contributed by Patrick Hunt.
by Todd Lipcon
· 14 years ago
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
· 14 years ago
cfdd3c3
Reverting pervious commit r1128527
by Suresh Srinivas
· 14 years ago
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
· 14 years ago
c041a69
HDFS-1920. libhdfs does not build for ARM processors. Contributed by Trevor Robinson
by Eli Collins
· 14 years ago
dab8d48
HDFS-1963. Create RPM and Debian packages for HDFS. Changes deployment
by Owen O'Malley
· 14 years ago
a8cacc6
HDFS-1812. TestHDFSCLI should clean up cluster in teardown method. Contributed by Uma Maheswara Rao G.
by Todd Lipcon
· 14 years ago
8483a30
HDFS-1592. Datanode startup doesn't honor volumes.tolerated. Contributed by Bharath Mundlapudi.
by Jitendra Nath Pandey
· 14 years ago
da9e245
Amend HDFS-1999: missing import in system tests
by Todd Lipcon
· 14 years ago
1707866
HDFS-1999. Tests use deprecated configs. Contributed by Aaron T. Myers
by Eli Collins
· 14 years ago
0ee40e7
HDFS-2000. Missing deprecation for io.bytes.per.checksum. Contributed by Aaron T. Myers
by Eli Collins
· 14 years ago
6c4a295
Revert HdfsConfiguration change accidentally made in HDFS-1997.
by Eli Collins
· 14 years ago
4db87a7
Add missing file from previous commit.
by Eli Collins
· 14 years ago
b505a30
HDFS-1997. Image transfer process misreports client side exceptions. Contributed by Todd Lipcon
by Eli Collins
· 14 years ago
1dbd8bc
HDFS-1996. ivy: hdfs test jar should be independent to common test jar. Contributed by Eric Yang
by Tsz-wo Sze
· 14 years ago
98fbddb
HDFS-1983. Fix path display for copy and rm commands in TestHDFSCLI and TestDFSShell. Contributed by Daryn Sharp.
by Todd Lipcon
· 14 years ago
f72723c
HDFS-1943. Fail to start datanode while start-dfs.sh is executed by root user. Contributed by Wei Yongjun.
by Jakob Glen Homan
· 14 years ago
6a319bf
HDFS-1964. Fix incorrect HTML unescaping in DatanodeJspHelper. Contributed by Aaron T. Myers.
by Todd Lipcon
· 14 years ago
83f3917
Remove svn:mergeinfo from build.xml and ReplicaInfo.java.
by Tsz-wo Sze
· 14 years ago
b8253f5
Reverting the change r1125031 - HDFS-1941. Remove -genclusterid option from namenode command.
by Suresh Srinivas
· 14 years ago
51adfe8
HADOOP-7259. Contrib modules should include the build.properties from
by Owen O'Malley
· 14 years ago
32ed1b7
HDFS-1978. All but first option in LIBHDFS_OPTS is ignored. Contributed by Eli Collins
by Eli Collins
· 14 years ago
3920b73
HDFS-1959. Better error message for missing namenode directory. Contributed by Eli Collins
by Eli Collins
· 14 years ago
7bfe41b
HDFS-1965. IPCs done using block token-based tickets can't reuse connections. Contributed by Todd Lipcon.
by Todd Lipcon
· 14 years ago
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
· 14 years ago
e83e6fa
HDFS-1952. FSEditLog.open() appears to succeed even if all EDITS directories fail. Contributed by Andrew Wang.
by Todd Lipcon
· 14 years ago
2e44984
HDFS-1877. Add a new test for concurrent read and write. Contributed by CW Chung
by Tsz-wo Sze
· 14 years ago
cc39cbf
HDFS-1371. One bad node can incorrectly flag many files as corrupt. Contributed by Tanping Wang.
by Jitendra Nath Pandey
· 14 years ago
857c6da
HDFS-1957. Add documentation for HFTP. Contributed by Ari Rabkin.
by Todd Lipcon
· 14 years ago
37935b3
HDFS-1922. Fix recurring failure of TestJMXGet. Contributed by Luke Lu.
by Todd Lipcon
· 14 years ago
d284bf7
HDFS-1941. Remove -genclusterid option from namenode command. Contributed by Bharath Mundlapudi.
by Suresh Srinivas
· 14 years ago
51ad81e
HDFS-1905. Improve namenode -format command by not making -clusterId parameter mandatory. Contributed by Bharath Mundlapudi.
by Suresh Srinivas
· 14 years ago
82eecf6
HDFS-1953. Federation: Change name node mxbean name in cluster web console. Contributed by Tanping Wang.
by Suresh Srinivas
· 14 years ago
18cb608
HDFS-1575. Viewing block from web UI is broken. Contributed by Aaron T. Myers.
by Todd Lipcon
· 14 years ago
d31713c
HDFS-1958. Confirmation should be more lenient of user input when formatting the NameNode. Contributed by Todd Lipcon.
by Todd Lipcon
· 14 years ago
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
· 14 years ago
083bf60
HDFS-1921. saveNamespace can cause NN to be unable to come up on restart. Contributed by Matt Foley.
by Todd Lipcon
· 14 years ago
6f8c362
HDFS-1927. Fix a bug which causes ip=null in NameNode audit log. Contributed by John George
by Tsz-wo Sze
· 14 years ago
bf43df7
HDFS-1332. Include more information in exceptions and debug messages when BlockPlacementPolicy cannot be satisfied. Contributed by Ted Yu
by Tsz-wo Sze
· 14 years ago
c4480de
HDFS-1505. saveNamespace appears to succeed even if all directories fail to save. Contributed by Aaron T. Myers.
by Todd Lipcon
· 14 years ago
ae6f959
HDFS-1939. In ivy.xml, test conf should not extend common conf. Contributed by Eric Yang
by Tsz-wo Sze
· 14 years ago
7e99c96
HDFS-1573. Add useful tracing information to Lease Renewer thread names. Contributed by Todd Lipcon.
by Todd Lipcon
· 14 years ago
6736743
HDFS-1730. Use DaemonFactory from common and delete it from HDFS. Contributed by Tanping.
by Suresh Srinivas
· 14 years ago
1ba9684
HDFS-1881. Federation: after taking snapshot the current directory of datanode is empty. Contributed by Tanping Wang.
by Suresh Srinivas
· 14 years ago
776d92e
HDFS-1914. Federation: namenode storage directories must be configurable specific to name service. Contributed by Suresh Srinivas.
by Suresh Srinivas
· 14 years ago
64eba1a
HDFS-1947. DFSClient should use mapreduce.task.attempt.id. Contributed by Eli Collins
by Eli Collins
· 14 years ago
a4aef3b
HDFS-1931. Update TestDFSShell for improved "du" shell command. Contributed by Daryn Sharp.
by Todd Lipcon
· 14 years ago
578c15e
Revised HDFS-1945 log in CHANGES.txt.
by Tsz-wo Sze
· 14 years ago
0d4c01e
HDFS-1945. emoved deprecated fields in DataTransferProtocol.
by Tsz-wo Sze
· 14 years ago
f958b97
HDFS-1946. HDFS part of HADOOP-7291. Contributed by Eli Collins
by Eli Collins
· 14 years ago
4979d5e
HDFS-1117. Metrics 2.0 HDFS instrumentation. Contributed by Luke Lu.
by Suresh Srinivas
· 14 years ago
102ee5b
HDFS-1835. DataNode should not depend on SHA1PRNG secure random generator to generate a storage ID. Contributed by John Carrino.
by Todd Lipcon
· 14 years ago
2e445ac
HDFS-1933. Update TestDFSShell for improved "test" shell command. Contributed by Daryn Sharp.
by Todd Lipcon
· 14 years ago
Next »