Alejandro Abdelnur
|
b100949404
|
HADOOP-9989. Bug introduced in HADOOP-9374, which parses the -tokenCacheFile as binary file but set it to the configuration as JSON file. (zxu via tucu)
|
2014-09-09 22:19:42 -07:00 |
|
Alejandro Abdelnur
|
9ee891aa90
|
HADOOP-11077. NPE if hosts not specified in ProxyUsers. (gchanan via tucu)
|
2014-09-09 22:18:03 -07:00 |
|
Alejandro Abdelnur
|
bbff44cb03
|
HDFS-6776. Using distcp to copy data between insecure and secure cluster via webdhfs doesn't work. (yzhangal via tucu)
|
2014-09-09 22:16:42 -07:00 |
|
cnauroth
|
6dae4b430c
|
HADOOP-11057. checknative command to probe for winutils.exe on windows. Contributed by Xiaoyu Yao.
|
2014-09-09 21:38:29 -07:00 |
|
arp
|
de20cf286b
|
Merge branch 'trunk' into HDFS-6581
|
2014-09-09 18:09:39 -07:00 |
|
arp
|
0de563a18e
|
HDFS-6482. Fix CHANGES.txt in trunk.
|
2014-09-09 18:09:10 -07:00 |
|
arp
|
0d2f6b4600
|
Merge branch 'trunk' into HDFS-6581
|
2014-09-09 18:07:18 -07:00 |
|
Konstantin V Shvachko
|
05af0ff4be
|
Revert HDFS-6940.
|
2014-09-09 17:30:10 -07:00 |
|
Karthik Kambatla
|
28d99db992
|
YARN-2526. SLS can deadlock when all the threads are taken by AMSimulators. (Wei Yan via kasha)
|
2014-09-09 15:13:16 -07:00 |
|
cnauroth
|
3e8f353c8e
|
HADOOP-10925. Change attribution in CHANGES.txt from trunk to 2.6.0.
|
2014-09-09 14:16:41 -07:00 |
|
Allen Wittenauer
|
9b81045754
|
Add missing YARN-1471 to the CHANGES.txt
|
2014-09-09 14:06:27 -07:00 |
|
arp
|
be30c86cc9
|
HDFS-6482. Fix CHANGES.txt in trunk
|
2014-09-09 13:32:08 -07:00 |
|
cnauroth
|
2749fc677c
|
Newly moved block replica been invalidated and deleted in TestBalancer. Contributed by Binglin Chang.
|
2014-09-09 11:32:54 -07:00 |
|
arp
|
61ccd50362
|
Merge branch 'trunk' into HDFS-6581
Conflicts:
hadoop-hdfs-project/hadoop-hdfs/src/main/java/org/apache/hadoop/hdfs/server/namenode/NameNodeLayoutVersion.java
|
2014-09-08 22:44:04 -07:00 |
|
arp
|
90c8ece188
|
HDFS-6981. Fix CHANGES.txt
|
2014-09-08 21:41:56 -07:00 |
|
arp
|
f949f6b548
|
HDFS-6981. Fix DN upgrade with layout version change. (Arpit Agarwal)
|
2014-09-08 21:20:55 -07:00 |
|
Andrew Wang
|
7498dd790e
|
Update CHANGES.txt for HDFS-6951
|
2014-09-08 17:01:25 -07:00 |
|
Andrew Wang
|
04915a0814
|
HDFS-6951. Correctly persist raw namespace xattrs to edit log and fsimage. Contributed by Charles Lamb.
|
2014-09-08 16:59:30 -07:00 |
|
arp
|
4ff128af12
|
Merge branch 'trunk' into HDFS-6581
|
2014-09-08 15:00:01 -07:00 |
|
arp
|
a18caf7753
|
HDFS-6991. Notify NN of evicted block before deleting it from RAM disk. (Arpit Agarwal)
|
2014-09-08 14:29:30 -07:00 |
|
Allen Wittenauer
|
d989ac0444
|
MAPREDUCE-5972. Fix typo 'programatically' in job.xml (and a few other places) (Akira AJISAKA via aw)
|
2014-09-08 13:15:46 -07:00 |
|
Allen Wittenauer
|
6c790a7ab0
|
HDFS-6893. crypto subcommand is not sorted properly in hdfs\'s hadoop_usage (David Luo via aw)
|
2014-09-08 13:10:53 -07:00 |
|
Colin Patrick Mccabe
|
cad14aa916
|
HDFS-6036. Forcibly timeout misbehaving DFSClients that try to do no-checksum reads that extend too long. (cmccabe)
|
2014-09-08 12:51:56 -07:00 |
|
Kihwal Lee
|
6a84f88c11
|
HDFS-7005. DFS input streams do not timeout. Contributed by Daryn Sharp.
|
2014-09-08 14:41:44 -05:00 |
|
Alejandro Abdelnur
|
df8c84cba8
|
HADOOP-11071. KMSClientProvider should drain the local generated EEK cache on key rollover. (tucu)
|
2014-09-08 11:31:30 -07:00 |
|
Haohui Mai
|
c1f8323234
|
HDFS-6943. Improve NN allocateBlock log to include replicas' datanode IPs. Contributed by Ming Ma.
|
2014-09-08 11:07:23 -07:00 |
|
arp
|
6e5f780d1d
|
Merge branch 'trunk' into HDFS-6581
|
2014-09-08 10:37:26 -07:00 |
|
arp
|
ccdf0054a3
|
HDFS-6977. Delete all copies when a block is deleted from the block space. (Arpit Agarwal)
|
2014-09-08 10:35:54 -07:00 |
|
cnauroth
|
302d9a0a0d
|
Credential Provider related Unit Test Failure on Windows. Contributed by Xiaoyu Yao.
|
2014-09-08 09:29:19 -07:00 |
|
Jian He
|
0974f434c4
|
YARN-2515. Updated ConverterUtils#toContainerId to parse epoch. Contributed by Tsuyoshi OZAWA
|
2014-09-07 18:29:22 -07:00 |
|
Zhijie Shen
|
56dc496a10
|
YARN-2507. Documented CrossOriginFilter configurations for the timeline server. Contributed by Jonathan Eagles.
|
2014-09-07 18:22:40 -07:00 |
|
Zhijie Shen
|
a092cdf32d
|
YARN-2512. Allowed pattern matching for origins in CrossOriginFilter. Contributed by Jonathan Eagles.
|
2014-09-07 17:49:06 -07:00 |
|
arp
|
eb8284d50e
|
Merge trunk into HDFS-6581
Conflicts:
hadoop-hdfs-project/hadoop-hdfs/src/main/java/org/apache/hadoop/hdfs/server/datanode/fsdataset/FsVolumeSpi.java
hadoop-hdfs-project/hadoop-hdfs/src/test/java/org/apache/hadoop/hdfs/server/datanode/TestDirectoryScanner.java
|
2014-09-07 14:46:46 -07:00 |
|
cnauroth
|
a23144fd8a
|
HDFS Credential Provider related Unit Test Failure. Contributed by Xiaoyu Yao.
|
2014-09-07 08:39:20 -07:00 |
|
Sean Zhong
|
b160707ace
|
Merge branch 'trunk' into MR-2841
|
2014-09-07 13:01:27 +08:00 |
|
arp
|
d1fa58292e
|
HDFS-6898. DN must reserve space for a full block when an RBW block is created. (Contributed by Arpit Agarwal)
|
2014-09-06 21:04:29 -07:00 |
|
cnauroth
|
cbea1b10ef
|
YARN-2519. Credential Provider related unit tests failed on Windows. Contributed by Xiaoyu Yao.
|
2014-09-06 20:05:07 -07:00 |
|
arp
|
31bbeaf383
|
Merge remote-tracking branch 'apache-commit/trunk' into HDFS-6581
|
2014-09-06 12:28:22 -07:00 |
|
Konstantin V Shvachko
|
88209ce181
|
HDFS-6940. Refactoring to allow ConsensusNode implementation.
Contributed by Konstantin Shvachko.
|
2014-09-06 12:07:52 -07:00 |
|
Alejandro Abdelnur
|
3b35f81603
|
HDFS-6986. DistributedFileSystem must get delegation tokens from configured KeyProvider. (zhz via tucu)
|
2014-09-05 22:33:48 -07:00 |
|
Alejandro Abdelnur
|
0f3c19c1bb
|
HADOOP-11069. KMSClientProvider should use getAuthenticationMethod() to determine if in proxyuser mode or not. (tucu)
|
2014-09-05 21:59:12 -07:00 |
|
Alejandro Abdelnur
|
71c8d735f5
|
HADOOP-11070. Create MiniKMS for testing. (tucu)
|
2014-09-05 21:59:12 -07:00 |
|
arp
|
339d21f273
|
Merge trunk into HDFS-6581
Conflicts:
hadoop-hdfs-project/hadoop-hdfs/src/main/java/org/apache/hadoop/hdfs/server/namenode/FSNamesystem.java
hadoop-hdfs-project/hadoop-hdfs/src/main/java/org/apache/hadoop/hdfs/server/namenode/NameNodeLayoutVersion.java
|
2014-09-05 21:36:25 -07:00 |
|
Sean Zhong
|
52a8b4db92
|
MAPREDUCE-6077. native-task: Remove CustomModule examples in nativetask (seanzhong)
|
2014-09-06 11:46:07 +08:00 |
|
Todd Lipcon
|
7c91f9b148
|
MAPREDUCE-6074. native-task: Fix release audit warnings
|
2014-09-05 19:58:41 -07:00 |
|
Jonathan Eagles
|
e6420fec0a
|
YARN-2508. Cross Origin configuration parameters prefix are not honored (Mit Desai via jeagles)
|
2014-09-05 19:42:40 -05:00 |
|
arp
|
21c0cdeec1
|
HADOOP-11067 [HDFS-6998]. Fix CHANGES.txt
|
2014-09-05 14:29:57 -07:00 |
|
Karthik Kambatla
|
0571b4561b
|
HADOOP-11065. Rat check should exclude **/build/**. (kasha)
|
2014-09-05 13:09:10 -07:00 |
|
Allen Wittenauer
|
7a62515c86
|
HADOOP-11052. hadoop_verify_secure_prereq's results aren't checked in bin/hdfs (aw)
|
2014-09-05 11:31:49 -07:00 |
|
arp
|
71269f7097
|
HDFS-6998. warning message 'ssl.client.truststore.location has not been set' gets printed for hftp command. (Contributed by Xiaoyu Yao)
|
2014-09-05 11:14:10 -07:00 |
|