Andrew Wang
|
e202d4d154
|
HDFS-5213. Separate PathBasedCacheEntry and PathBasedCacheDirectiveWithId. Contributed by Colin Patrick McCabe.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/branches/HDFS-4949@1524561 13f79535-47bb-0310-9956-ffa450edef68
|
2013-09-18 20:43:40 +00:00 |
|
Andrew Wang
|
85c2036029
|
HDFS-5210. Fix some failing unit tests on HDFS-4949 branch. (Contributed by Andrew Wang)
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/branches/HDFS-4949@1523754 13f79535-47bb-0310-9956-ffa450edef68
|
2013-09-16 18:41:27 +00:00 |
|
Chris Nauroth
|
68ec07cade
|
HDFS-5197. Document dfs.cachereport.intervalMsec in hdfs-default.xml. Contributed by Chris Nauroth.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/branches/HDFS-4949@1523543 13f79535-47bb-0310-9956-ffa450edef68
|
2013-09-16 05:35:25 +00:00 |
|
Colin McCabe
|
50af34f778
|
HDFS-5201. NativeIO: consolidate getrlimit into NativeIO#getMemlockLimit. (Contributed by Colin Patrick McCabe)
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/branches/HDFS-4949@1523153 13f79535-47bb-0310-9956-ffa450edef68
|
2013-09-14 00:05:29 +00:00 |
|
Andrew Wang
|
40eb94ade3
|
HDFS-5053. NameNode should invoke DataNode APIs to coordinate caching. (Andrew Wang)
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/branches/HDFS-4949@1523145 13f79535-47bb-0310-9956-ffa450edef68
|
2013-09-13 23:27:22 +00:00 |
|
Chris Nauroth
|
1a1f49fa4f
|
HDFS-5195. Prevent passing null pointer to mlock and munlock. Contributed by Chris Nauroth.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/branches/HDFS-4949@1523093 13f79535-47bb-0310-9956-ffa450edef68
|
2013-09-13 20:47:15 +00:00 |
|
Colin McCabe
|
2f8297215f
|
HDFS-5198. NameNodeRpcServer must not send back DNA_FINALIZE in reply to a cache report.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/branches/HDFS-4949@1523087 13f79535-47bb-0310-9956-ffa450edef68
|
2013-09-13 20:36:11 +00:00 |
|
Colin McCabe
|
02e0e158a2
|
HDFS-5158. Add command-line support for manipulating cache directives
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/branches/HDFS-4949@1522272 13f79535-47bb-0310-9956-ffa450edef68
|
2013-09-12 03:55:10 +00:00 |
|
Colin McCabe
|
3a9cd79e9d
|
HDFS-5120. Add command-line support for manipulating cache pools.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/branches/HDFS-4949@1521240 13f79535-47bb-0310-9956-ffa450edef68
|
2013-09-09 18:53:01 +00:00 |
|
Colin McCabe
|
7a74ca3694
|
HDFS-5169. hdfs.c: translateZCRException: null pointer deref when translating some exceptions (Contributed by Colin Patrick McCabe)
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/branches/HDFS-4949@1520679 13f79535-47bb-0310-9956-ffa450edef68
|
2013-09-06 20:07:38 +00:00 |
|
Colin McCabe
|
f41f8b8842
|
HDFS-5163. Miscellaneous cache pool RPC fixes (Contributed by Colin Patrick McCabe)
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/branches/HDFS-4949@1520665 13f79535-47bb-0310-9956-ffa450edef68
|
2013-09-06 18:52:50 +00:00 |
|
Colin McCabe
|
d56d0b46e1
|
commit correct version of HDFS-5121
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/branches/HDFS-4949@1520090 13f79535-47bb-0310-9956-ffa450edef68
|
2013-09-04 18:23:51 +00:00 |
|
Colin McCabe
|
97b7267977
|
HDFS-5121. Add RPCs for creating and manipulating cache pools. (Contributed by Colin Patrick McCabe)
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/branches/HDFS-4949@1519841 13f79535-47bb-0310-9956-ffa450edef68
|
2013-09-03 20:38:45 +00:00 |
|
Andrew Wang
|
fde0e615f2
|
Add missing file from HDFS-5141
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/branches/HDFS-4949@1519819 13f79535-47bb-0310-9956-ffa450edef68
|
2013-09-03 19:56:31 +00:00 |
|
Andrew Wang
|
fc14a92c6b
|
HDFS-5141. Add cache status information to datanode heartbeat. (Contributed by Andrew Wang)
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/branches/HDFS-4949@1519101 13f79535-47bb-0310-9956-ffa450edef68
|
2013-08-30 22:15:51 +00:00 |
|
Colin McCabe
|
b992219fa1
|
HDFS-5050. Add DataNode support for mlock and munlock (contributed by Andrew Wang)
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/branches/HDFS-4949@1517106 13f79535-47bb-0310-9956-ffa450edef68
|
2013-08-24 03:41:25 +00:00 |
|
Colin McCabe
|
920b4cc06f
|
HDFS-5052. Add cacheRequest/uncacheRequest support to NameNode. (Contributed by Colin Patrick McCabe.)
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/branches/HDFS-4949@1516669 13f79535-47bb-0310-9956-ffa450edef68
|
2013-08-22 23:37:51 +00:00 |
|
Andrew Wang
|
a99edd1f40
|
Add CHANGES.txt for HDFS-4953
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/branches/HDFS-4949@1515907 13f79535-47bb-0310-9956-ffa450edef68
|
2013-08-20 18:11:47 +00:00 |
|
Andrew Wang
|
67f86baab0
|
HDFS-4953. Enable HDFS local reads via mmap. Contributed by Colin Patrick McCabe.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/branches/HDFS-4949@1515906 13f79535-47bb-0310-9956-ffa450edef68
|
2013-08-20 18:07:47 +00:00 |
|
Andrew Wang
|
dd00bb71aa
|
merge trunk into HDFS-4949 branch
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/branches/HDFS-4949@1514105 13f79535-47bb-0310-9956-ffa450edef68
|
2013-08-15 00:15:11 +00:00 |
|
Andrew Wang
|
49a892056d
|
HDFS-4816. transitionToActive blocks if the SBN is doing checkpoint image transfer. (Andrew Wang)
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1514095 13f79535-47bb-0310-9956-ffa450edef68
|
2013-08-14 23:32:29 +00:00 |
|
Suresh Srinivas
|
0cb5f08149
|
HADOOP-9381. Document dfs cp -f option. Contributed by Keegan Witt and Suresh Srinivas.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1514089 13f79535-47bb-0310-9956-ffa450edef68
|
2013-08-14 23:17:55 +00:00 |
|
Colin McCabe
|
fdba5fac26
|
HADOOP-9652. RawLocalFs#getFileLinkStatus does not fill in the link owner and mode. (Andrew Wang via Colin Patrick McCabe)
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1514088 13f79535-47bb-0310-9956-ffa450edef68
|
2013-08-14 23:12:55 +00:00 |
|
Alejandro Abdelnur
|
8451ab5c01
|
HADOOP-9872. Improve protoc version handling and detection. (tucu)
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1514068 13f79535-47bb-0310-9956-ffa450edef68
|
2013-08-14 22:15:04 +00:00 |
|
Luke Lu
|
6390e64abd
|
HADOOP 9871. Fix intermittent findbugs warnings in DefaultMetricsSystem. (Junping Du via llu)
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1514024 13f79535-47bb-0310-9956-ffa450edef68
|
2013-08-14 20:23:07 +00:00 |
|
Jason Darrell Lowe
|
8937fd537a
|
YARN-337. RM handles killed application tracking URL poorly. Contributed by Jason Lowe
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1513888 13f79535-47bb-0310-9956-ffa450edef68
|
2013-08-14 14:18:16 +00:00 |
|
Sanford Ryza
|
88f6837fa5
|
YARN-1060. Two tests in TestFairScheduler are missing @Test annotation (Niranjan Singh via Sandy Ryza)
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1513724 13f79535-47bb-0310-9956-ffa450edef68
|
2013-08-14 04:37:06 +00:00 |
|
Jing Zhao
|
2bea314456
|
HDFS-5091. Support for spnego keytab separate from the JournalNode keytab for secure HA. Contributed by Jing Zhao.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1513700 13f79535-47bb-0310-9956-ffa450edef68
|
2013-08-14 00:19:35 +00:00 |
|
Luke Lu
|
228742acad
|
HADOOP-9446. Support Kerberos SPNEGO for IBM JDK. (Yu Gao via llu)
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1513687 13f79535-47bb-0310-9956-ffa450edef68
|
2013-08-13 23:12:20 +00:00 |
|
Doug Cutting
|
36cedca874
|
HADOOP-9740. Fix FsShell '-text' command to be able to read Avro files stored in HDFS. Contributed by Allan Yan.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1513684 13f79535-47bb-0310-9956-ffa450edef68
|
2013-08-13 23:04:55 +00:00 |
|
Colin McCabe
|
70527c8754
|
merge trunk into HDFS-4949 branch
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/branches/HDFS-4949@1513658 13f79535-47bb-0310-9956-ffa450edef68
|
2013-08-13 21:19:53 +00:00 |
|
Colin McCabe
|
52ccc6c6d5
|
HDFS-5051. Propagate cache status information from the DataNode to the NameNode (Andrew Wang via Colin Patrick McCabe)
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/branches/HDFS-4949@1513653 13f79535-47bb-0310-9956-ffa450edef68
|
2013-08-13 21:05:09 +00:00 |
|
Alejandro Abdelnur
|
dede30cf2f
|
HADOOP-9848 Addendum fixing OK_JAVADOC_WARNINGS in test-patch
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1513527 13f79535-47bb-0310-9956-ffa450edef68
|
2013-08-13 14:55:15 +00:00 |
|
Sanford Ryza
|
a6ff2270c5
|
MAPREDUCE-5454. TestDFSIO fails intermittently on JDK7 (Karthik Kambatla via Sandy Ryza)
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1513368 13f79535-47bb-0310-9956-ffa450edef68
|
2013-08-13 07:03:43 +00:00 |
|
Alejandro Abdelnur
|
1d1ab587e4
|
HADOOP-9848. Create a MiniKDC for use with security testing. (ywskycn via tucu)
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1513308 13f79535-47bb-0310-9956-ffa450edef68
|
2013-08-13 00:23:10 +00:00 |
|
Alejandro Abdelnur
|
19b36f0900
|
HADOOP-9845. Update protobuf to 2.5 from 2.4.x. (tucu)
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1513281 13f79535-47bb-0310-9956-ffa450edef68
|
2013-08-12 22:15:10 +00:00 |
|
Andrew Wang
|
4744075d4f
|
Fix CHANGES.txt for HADOOP-9847
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1513252 13f79535-47bb-0310-9956-ffa450edef68
|
2013-08-12 20:52:19 +00:00 |
|
Andrew Wang
|
d748123e2c
|
TestGlobPath symlink tests fail to cleanup properly. (cmccabe via wang)
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1513251 13f79535-47bb-0310-9956-ffa450edef68
|
2013-08-12 20:44:23 +00:00 |
|
Kihwal Lee
|
dedbd19bea
|
HADOOP-9583. test-patch gives +1 despite build failure when running tests. Contributed by Jason Lowe.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1513200 13f79535-47bb-0310-9956-ffa450edef68
|
2013-08-12 17:03:36 +00:00 |
|
Chris Nauroth
|
1fafb1e1e0
|
HADOOP-9802. Support Snappy codec on Windows. Contributed by Chris Nauroth.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1512872 13f79535-47bb-0310-9956-ffa450edef68
|
2013-08-11 05:51:34 +00:00 |
|
Ivan Mitic
|
5726834cae
|
HDFS-5065. TestSymlinkHdfsDisable fails on Windows. Contributed by Ivan Mitic.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1512870 13f79535-47bb-0310-9956-ffa450edef68
|
2013-08-11 04:38:19 +00:00 |
|
Chris Nauroth
|
49e440c404
|
HADOOP-9857. Tests block and sometimes timeout on Windows due to invalid entropy source. Contributed by Chris Nauroth.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1512522 13f79535-47bb-0310-9956-ffa450edef68
|
2013-08-09 22:55:11 +00:00 |
|
Brandon Li
|
49994ddc20
|
update CHANGES.txt for HADOOP-8814
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1512515 13f79535-47bb-0310-9956-ffa450edef68
|
2013-08-09 22:11:22 +00:00 |
|
Sanford Ryza
|
109705f077
|
YARN-1046. Disable mem monitoring my default in MiniYARNCluster (Karthik Kambatla via Sandy Ryza)
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1512493 13f79535-47bb-0310-9956-ffa450edef68
|
2013-08-09 21:10:03 +00:00 |
|
Sanford Ryza
|
49f2a440c3
|
YARN-656. In scheduler UI, including reserved memory in Memory Total can make it exceed cluster capacity. (Sandy Ryza)
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1512480 13f79535-47bb-0310-9956-ffa450edef68
|
2013-08-09 20:24:36 +00:00 |
|
Sanford Ryza
|
796ed241bb
|
Reverting 1512475 (labeled as YARN-656). Accidentally committed two patches together
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1512478 13f79535-47bb-0310-9956-ffa450edef68
|
2013-08-09 20:21:58 +00:00 |
|
Sanford Ryza
|
6a0ba85292
|
YARN-656. In scheduler UI, including reserved memory in Memory Total can make it exceed cluster capacity. (Sandy Ryza)
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1512475 13f79535-47bb-0310-9956-ffa450edef68
|
2013-08-09 20:17:04 +00:00 |
|
Daryn Sharp
|
deec7ca21a
|
HADOOP-9757. Har metadata cache can grow without limit (Cristina Abad via daryn)
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1512465 13f79535-47bb-0310-9956-ffa450edef68
|
2013-08-09 19:41:59 +00:00 |
|
Kihwal Lee
|
2f988135e3
|
HDFS-4993. Fsck can fail if a file is renamed or deleted. Contributed by Robert Parker.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1512451 13f79535-47bb-0310-9956-ffa450edef68
|
2013-08-09 19:13:22 +00:00 |
|
Colin McCabe
|
2a4031940c
|
HDFS-5049. Add JNI mlock support. (Andrew Wang via Colin Patrick McCabe)
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/branches/HDFS-4949@1512427 13f79535-47bb-0310-9956-ffa450edef68
|
2013-08-09 18:14:07 +00:00 |
|