Tsz-wo Sze
|
820b5495ca
|
HDFS-4079. Add SnapshotManager which maintains a list for all the snapshottable directories and supports snapshot methods such as setting a directory to snapshottable and creating a snapshot.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/branches/HDFS-2802@1400728 13f79535-47bb-0310-9956-ffa450edef68
|
2012-10-21 21:35:13 +00:00 |
|
Suresh Srinivas
|
625d7cf20b
|
HDFS-4087. Protocol changes for listSnapshots functionality. Contributed by Brandon Li.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/branches/HDFS-2802@1400698 13f79535-47bb-0310-9956-ffa450edef68
|
2012-10-21 19:05:49 +00:00 |
|
Tsz-wo Sze
|
d9a9daeb2d
|
Merge r1399946 through r1400349 from trunk.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/branches/HDFS-2802@1400351 13f79535-47bb-0310-9956-ffa450edef68
|
2012-10-20 00:33:57 +00:00 |
|
Suresh Srinivas
|
a2d837b0e9
|
HDFS-4077. Adding a file missed in the commit r1400318.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/branches/HDFS-2802@1400350 13f79535-47bb-0310-9956-ffa450edef68
|
2012-10-20 00:31:57 +00:00 |
|
Tsz-wo Sze
|
5d94cd9e48
|
Add target, .classpath, .project and .settings to svn:ignore.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1400347 13f79535-47bb-0310-9956-ffa450edef68
|
2012-10-20 00:14:07 +00:00 |
|
Tsz-wo Sze
|
661a8d176a
|
HDFS-4088. Remove "throws QuotaExceededException" from an INodeDirectoryWithQuota constructor.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1400345 13f79535-47bb-0310-9956-ffa450edef68
|
2012-10-20 00:06:12 +00:00 |
|
Alejandro Abdelnur
|
d0a2d55b1a
|
YARN-140. Add capacity-scheduler-default.xml to provide a default set of configurations for the capacity scheduler. (ahmed via tucu)
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1400335 13f79535-47bb-0310-9956-ffa450edef68
|
2012-10-19 23:16:07 +00:00 |
|
Suresh Srinivas
|
efd798b34b
|
HADOOP-8948. TestFileUtil.testGetDU fails on Windows due to incorrect assumption of line separator. Contributed by Chris Nauroth.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1400324 13f79535-47bb-0310-9956-ffa450edef68
|
2012-10-19 22:48:48 +00:00 |
|
Suresh Srinivas
|
af130d4baf
|
HDFS-4077. Add support for Snapshottable Directory. Contributed by Nicholas.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/branches/HDFS-2802@1400318 13f79535-47bb-0310-9956-ffa450edef68
|
2012-10-19 22:21:50 +00:00 |
|
Suresh Srinivas
|
f5c4defcb3
|
HDFS-4083. Protocol changes for snapshots. Contributed by Suresh Srinivas.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/branches/HDFS-2802@1400316 13f79535-47bb-0310-9956-ffa450edef68
|
2012-10-19 22:15:27 +00:00 |
|
Suresh Srinivas
|
5be6e234c5
|
Moved MAPREDUCE-4736 jira from trunk to Release 2.0.3 section
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1400314 13f79535-47bb-0310-9956-ffa450edef68
|
2012-10-19 22:08:28 +00:00 |
|
Suresh Srinivas
|
c195ce4d67
|
MAPREDUCE-4736. Remove obsolete option [-rootDir] from TestDFSIO. Contributed by Brandon Li.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1400313 13f79535-47bb-0310-9956-ffa450edef68
|
2012-10-19 22:05:30 +00:00 |
|
Suresh Srinivas
|
ecffab63af
|
HDFS-4086. Add editlog opcodes to allow and disallow snapshots on a directory. Contributed by Brandon Li.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/branches/HDFS-2802@1400298 13f79535-47bb-0310-9956-ffa450edef68
|
2012-10-19 21:15:11 +00:00 |
|
Suresh Srinivas
|
79e7257bb1
|
Moving HDFS-2802 related changes to a separate CHANGES.txt
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/branches/HDFS-2802@1400291 13f79535-47bb-0310-9956-ffa450edef68
|
2012-10-19 21:06:08 +00:00 |
|
Suresh Srinivas
|
40f8b7dcfb
|
Reverting the change r1400285 since it included unrelated changes
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/branches/HDFS-2802@1400290 13f79535-47bb-0310-9956-ffa450edef68
|
2012-10-19 21:04:29 +00:00 |
|
Suresh Srinivas
|
4cccdc2a96
|
Moving HDFS-2802 related changes to a separate CHANGES.txt
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/branches/HDFS-2802@1400285 13f79535-47bb-0310-9956-ffa450edef68
|
2012-10-19 21:01:26 +00:00 |
|
Siddharth Seth
|
f79ae91414
|
YARN-136. Make ClientToAMTokenSecretManager part of RMContext (Contributed by Vinod Kumar Vavilapalli)
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1400278 13f79535-47bb-0310-9956-ffa450edef68
|
2012-10-19 20:37:30 +00:00 |
|
Vinod Kumar Vavilapalli
|
1195f844a9
|
MAPREDUCE-4733. Reducer can fail to make progress during shuffle if too many reducers complete consecutively. Contributed by Jason Lowe via.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1400264 13f79535-47bb-0310-9956-ffa450edef68
|
2012-10-19 20:18:46 +00:00 |
|
Tsz-wo Sze
|
e75424544f
|
HDFS-4082. Add editlog opcodes for snapshot create and delete operations. Contributed by suresh
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/branches/HDFS-2802@1400247 13f79535-47bb-0310-9956-ffa450edef68
|
2012-10-19 19:38:48 +00:00 |
|
Tsz-wo Sze
|
5c1a7b9d5d
|
HDFS-4076. Support snapshot of single files. (szetszwo)
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/branches/HDFS-2802@1400245 13f79535-47bb-0310-9956-ffa450edef68
|
2012-10-19 19:35:19 +00:00 |
|
Robert Joseph Evans
|
a234472d1c
|
MAPREDUCE-4479. Fix parameter order in assertEquals() in TestCombineInputFileFormat.java (Mariappan Asokan via bobby)
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1400192 13f79535-47bb-0310-9956-ffa450edef68
|
2012-10-19 17:51:33 +00:00 |
|
Robert Joseph Evans
|
ae15ad6202
|
YARN-163. Retrieving container log via NM webapp can hang with multibyte characters in log (jlowe via bobby)
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1400189 13f79535-47bb-0310-9956-ffa450edef68
|
2012-10-19 17:34:15 +00:00 |
|
Vinod Kumar Vavilapalli
|
022f7b4a25
|
MAPREDUCE-4596. Split StateMachine state from states seen by MRClientProtocol for Job, Task and TaskAttempt. Contributed by Siddarth Seth.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1399976 13f79535-47bb-0310-9956-ffa450edef68
|
2012-10-19 05:57:57 +00:00 |
|
Alejandro Abdelnur
|
a4f30ff53c
|
reverting commit 1399898 (HADOOP-8887)
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1399972 13f79535-47bb-0310-9956-ffa450edef68
|
2012-10-19 05:38:26 +00:00 |
|
Suresh Srinivas
|
0603447f2a
|
HDFS-4072. On file deletion remove corresponding blocks pending replications. Contributed by Jing Zhao.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1399965 13f79535-47bb-0310-9956-ffa450edef68
|
2012-10-19 04:55:11 +00:00 |
|
Suresh Srinivas
|
adcf7d10b9
|
MAPREDUCE-4735. Make arguments in TestDFSIO case insensitive. Contributed by Brandon Li.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1399952 13f79535-47bb-0310-9956-ffa450edef68
|
2012-10-19 02:37:59 +00:00 |
|
Tsz-wo Sze
|
d5d2628e44
|
Merge r1360400 through r1399945 from trunk.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/branches/HDFS-2802@1399950 13f79535-47bb-0310-9956-ffa450edef68
|
2012-10-19 02:25:55 +00:00 |
|
Eli Collins
|
7da5d03c35
|
HDFS-4053. Increase the default block size. Contributed by Eli Collins
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1399908 13f79535-47bb-0310-9956-ffa450edef68
|
2012-10-18 22:56:30 +00:00 |
|
Alejandro Abdelnur
|
53c598ab11
|
HADOOP-8887. Use a Maven plugin to build the native code using CMake. (cmccabe via tucu)
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1399898 13f79535-47bb-0310-9956-ffa450edef68
|
2012-10-18 22:40:41 +00:00 |
|
Eli Collins
|
57ee22e589
|
HADOOP-8925. Remove the packaging. Contributed by Eli Collins
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1399889 13f79535-47bb-0310-9956-ffa450edef68
|
2012-10-18 22:30:11 +00:00 |
|
Tsz-wo Sze
|
4af8761e4c
|
HDFS-4074. Remove the unused default constructor from INode. Contributed by Brandon Li
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1399866 13f79535-47bb-0310-9956-ffa450edef68
|
2012-10-18 21:29:12 +00:00 |
|
Tsz-wo Sze
|
c1bd54daa3
|
HDFS-4073. Two minor improvements to FSDirectory. Contributed by Jing Zhao
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1399861 13f79535-47bb-0310-9956-ffa450edef68
|
2012-10-18 21:18:25 +00:00 |
|
Suresh Srinivas
|
865c67a569
|
HADOOP-8776. Provide an option in test-patch that can enable/disable compiling native code. Contributed by Chris Nauroth.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1399857 13f79535-47bb-0310-9956-ffa450edef68
|
2012-10-18 21:05:07 +00:00 |
|
Vinod Kumar Vavilapalli
|
6cfa710bad
|
YARN-32. Fix TestApplicationTokens to not depend on test order and thus pass on JDK7. Contributed by Vinod Kumar Vavilapalli.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1399795 13f79535-47bb-0310-9956-ffa450edef68
|
2012-10-18 19:12:13 +00:00 |
|
Eli Collins
|
4d5600f6c7
|
HDFS-4068. DatanodeID and DatanodeInfo member should be private. Contributed by Eli Collins
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1399443 13f79535-47bb-0310-9956-ffa450edef68
|
2012-10-17 21:34:48 +00:00 |
|
Robert Joseph Evans
|
f91a2cb14d
|
HADOOP-8930. Cumulative code coverage calculation (Andrey Klochkov via bobby)
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1399426 13f79535-47bb-0310-9956-ffa450edef68
|
2012-10-17 20:49:44 +00:00 |
|
Suresh Srinivas
|
6f79fffb86
|
HADOOP-8900. BuiltInGzipDecompressor throws IOException - stored gzip size doesn't match decompressed size. Contributed by Slavik Krassovsky.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1399377 13f79535-47bb-0310-9956-ffa450edef68
|
2012-10-17 18:36:32 +00:00 |
|
Robert Joseph Evans
|
c63811790a
|
MAPREDUCE-4721. Task startup time in JHS is same as job startup time. (Ravi Prakash via bobby)
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1399289 13f79535-47bb-0310-9956-ffa450edef68
|
2012-10-17 14:58:08 +00:00 |
|
Eli Collins
|
a258263ecf
|
HDFS-4029. GenerationStamp should use an AtomicLong. Contributed by Eli Collins
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1399096 13f79535-47bb-0310-9956-ffa450edef68
|
2012-10-17 04:58:24 +00:00 |
|
Eli Collins
|
24015b7684
|
HDFS-4055. TestAuditLogs is flaky. Contributed by Binglin Chang
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1399093 13f79535-47bb-0310-9956-ffa450edef68
|
2012-10-17 04:39:07 +00:00 |
|
Vinod Kumar Vavilapalli
|
ab727f4966
|
YARN-43. Fix TestResourceTrackerService to not depend on test order and thus pass on JDK7. Contributed by Thomas Graves.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1399066 13f79535-47bb-0310-9956-ffa450edef68
|
2012-10-17 01:24:50 +00:00 |
|
Aaron Myers
|
402836479f
|
HDFS-3997. OfflineImageViewer incorrectly passes value of imageVersion when visiting IS_COMPRESSED element. Contributed by Mithun Radhakrishnan.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1399062 13f79535-47bb-0310-9956-ffa450edef68
|
2012-10-17 01:10:55 +00:00 |
|
Vinod Kumar Vavilapalli
|
21b8d7b1fd
|
YARN-161. Fix multiple compiler warnings for unchecked operations in YARN common. Contributed by Chris Nauroth.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1399056 13f79535-47bb-0310-9956-ffa450edef68
|
2012-10-17 00:31:51 +00:00 |
|
Robert Joseph Evans
|
0e9f40df97
|
MAPREDUCE-4521. mapreduce.user.classpath.first incompatibility with 0.20/1.x (Ravi Prakash via bobby)
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1399011 13f79535-47bb-0310-9956-ffa450edef68
|
2012-10-16 22:00:03 +00:00 |
|
Eli Collins
|
e074b5816a
|
HDFS-4061. TestBalancer and TestUnderReplicatedBlocks need timeouts. Contributed by Eli Collins
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1399010 13f79535-47bb-0310-9956-ffa450edef68
|
2012-10-16 21:59:15 +00:00 |
|
Robert Joseph Evans
|
224de4f92c
|
HADOOP-8926. hadoop.util.PureJavaCrc32 cache hit-ratio is low for static data (Gopal V via bobby)
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1399005 13f79535-47bb-0310-9956-ffa450edef68
|
2012-10-16 21:52:10 +00:00 |
|
Eli Collins
|
be2b9d0236
|
HADOOP-8931. Add Java version to startup message. Contributed by Eli Collins
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1398998 13f79535-47bb-0310-9956-ffa450edef68
|
2012-10-16 21:29:18 +00:00 |
|
Suresh Srinivas
|
0ef9c6f71a
|
HDFS-4059. Add number of stale DataNodes to metrics. Contributed by Jing Zhao.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1398949 13f79535-47bb-0310-9956-ffa450edef68
|
2012-10-16 19:39:50 +00:00 |
|
Robert Joseph Evans
|
6a059dc40e
|
HADOOP-8922. Provide alternate JSONP output for JMXJsonServlet to allow javascript in browser dashboard (Damien Hardy via bobby)
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1398904 13f79535-47bb-0310-9956-ffa450edef68
|
2012-10-16 18:00:01 +00:00 |
|
Alejandro Abdelnur
|
ec43a33e2c
|
HADOOP-8883. Anonymous fallback in KerberosAuthenticator is broken. (rkanter via tucu)
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1398895 13f79535-47bb-0310-9956-ffa450edef68
|
2012-10-16 17:39:27 +00:00 |
|