Siddharth Seth
|
c074cfd6f0
|
YARN-134. Fixes ClientToAMSecretManager creates keys without checking for validity of the appID. (Contributed by Vinod Kumar Vavilapalli)
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1395841 13f79535-47bb-0310-9956-ffa450edef68
|
2012-10-09 01:56:05 +00:00 |
|
Todd Lipcon
|
ad9bcb9e5a
|
HADOOP-8894. GenericTestUtils.waitFor should dump thread stacks on timeout. Contributed by Todd Lipcon.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1395825 13f79535-47bb-0310-9956-ffa450edef68
|
2012-10-09 00:33:57 +00:00 |
|
Eli Collins
|
03c96ef29e
|
HDFS-4018. TestDataNodeMultipleRegistrations#testMiniDFSClusterWithMultipleNN is missing some cluster cleanup. Contributed by Eli Collins
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1395821 13f79535-47bb-0310-9956-ffa450edef68
|
2012-10-09 00:18:27 +00:00 |
|
Eli Collins
|
2115bd2ec7
|
HADOOP-8886. Remove KFS support. Contributed by Eli Collins
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1395820 13f79535-47bb-0310-9956-ffa450edef68
|
2012-10-09 00:16:26 +00:00 |
|
Vinod Kumar Vavilapalli
|
38e1a5a5d6
|
YARN-40. Fixed CHANGES.txt from previous commit.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1395799 13f79535-47bb-0310-9956-ffa450edef68
|
2012-10-08 22:35:50 +00:00 |
|
Vinod Kumar Vavilapalli
|
331b1123fb
|
YARN-40. Provided support for missing YARN commands Contributed by Devaraj K and Vinod Kumar Vavilapalli.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1395793 13f79535-47bb-0310-9956-ffa450edef68
|
2012-10-08 22:18:42 +00:00 |
|
Aaron Myers
|
2b49b39f3c
|
Revert initial commit of HADOOP-8884 per feedback from Todd.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1395783 13f79535-47bb-0310-9956-ffa450edef68
|
2012-10-08 21:25:37 +00:00 |
|
Vinod Kumar Vavilapalli
|
494e210521
|
YARN-127. Move RMAdmin tool to its correct location - the client module. Contributed by Vinod Kumar Vavilapalli.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1395781 13f79535-47bb-0310-9956-ffa450edef68
|
2012-10-08 21:21:38 +00:00 |
|
Robert Joseph Evans
|
49b20c2ed1
|
MAPREDUCE-4554. Job Credentials are not transmitted if security is turned off (Benoy Antony via bobby)
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1395769 13f79535-47bb-0310-9956-ffa450edef68
|
2012-10-08 20:50:40 +00:00 |
|
Todd Lipcon
|
17b32bb2de
|
HDFS-4007. Rehabilitate bit-rotted unit tests under hadoop-hdfs-project/hadoop-hdfs/src/test/unit/. Contributed by Colin Patrick McCabe.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1395731 13f79535-47bb-0310-9956-ffa450edef68
|
2012-10-08 19:19:21 +00:00 |
|
Thomas Graves
|
a047fa9b23
|
MAPREDUCE-4712. mr-jobhistory-daemon.sh doesn't accept --config (Vinod Kumar Vavilapalli via tgraves)
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1395724 13f79535-47bb-0310-9956-ffa450edef68
|
2012-10-08 19:03:43 +00:00 |
|
Aaron Myers
|
2a32ba9f99
|
HADOOP-8884. DEBUG should be WARN for DEBUG util.NativeCodeLoader: Failed to load native-hadoop with error: java.lang.UnsatisfiedLinkError. Contributed by Anthony Rojas.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1395714 13f79535-47bb-0310-9956-ffa450edef68
|
2012-10-08 18:44:59 +00:00 |
|
Eli Collins
|
5dcdc8aa58
|
HDFS-4003. test-patch should build the common native libs before running hdfs tests. Contributed by Colin Patrick McCabe
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1395708 13f79535-47bb-0310-9956-ffa450edef68
|
2012-10-08 18:34:14 +00:00 |
|
Eli Collins
|
c50033d0c8
|
HADOOP-8804. Improve Web UIs when the wildcard address is used. Contributed by Senthil Kumar
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1395703 13f79535-47bb-0310-9956-ffa450edef68
|
2012-10-08 18:17:39 +00:00 |
|
Eli Collins
|
3a4cf1c064
|
HDFS-4008. TestBalancerWithEncryptedTransfer needs a timeout. Contributed by Eli Collins
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1395700 13f79535-47bb-0310-9956-ffa450edef68
|
2012-10-08 18:11:53 +00:00 |
|
Eli Collins
|
5a5473b29f
|
HDFS-4006. TestCheckpoint#testSecondaryHasVeryOutOfDateImage occasionally fails due to unexpected exit. Contributed by Todd Lipcon
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1395387 13f79535-47bb-0310-9956-ffa450edef68
|
2012-10-07 21:35:51 +00:00 |
|
Eli Collins
|
e32af6034b
|
HDFS-3682. MiniDFSCluster#init should provide more info when it fails. Contributed by Todd Lipcon
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1395385 13f79535-47bb-0310-9956-ffa450edef68
|
2012-10-07 21:16:08 +00:00 |
|
Todd Lipcon
|
d974127cf2
|
HADOOP-8889. Upgrade to Surefire 2.12.3. Contributed by Todd Lipcon.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1394881 13f79535-47bb-0310-9956-ffa450edef68
|
2012-10-06 00:58:50 +00:00 |
|
Aaron Myers
|
353958dccc
|
HDFS-3483. Better error message when hdfs fsck is run against a ViewFS config. Contributed by Stephen Fritz.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1394864 13f79535-47bb-0310-9956-ffa450edef68
|
2012-10-06 00:13:28 +00:00 |
|
Thomas Graves
|
d35169d9ba
|
HDFS-3829. TestHftpURLTimeouts fails intermittently with JDK7 (Trevor Robinson via tgraves)
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1394609 13f79535-47bb-0310-9956-ffa450edef68
|
2012-10-05 15:51:10 +00:00 |
|
Suresh Srinivas
|
dfb8369c29
|
HDFS-3735. NameNode WebUI should allow sorting live datanode list by fields Block Pool Used, Block Pool Used(%) and Failed Volumes. Contributed by Brahma Reddy Battula.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1394385 13f79535-47bb-0310-9956-ffa450edef68
|
2012-10-05 07:02:52 +00:00 |
|
Suresh Srinivas
|
a41f808c3c
|
HDFS-3995. Use DFSTestUtil.createFile() for file creation and writing in test cases. Contributed by Jing Zhao.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1394376 13f79535-47bb-0310-9956-ffa450edef68
|
2012-10-05 06:22:26 +00:00 |
|
Aaron Myers
|
6582da034b
|
HDFS-3813. Log error message if security and WebHDFS are enabled but principal/keytab are not configured. Contributed by Stephen Chu.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1394340 13f79535-47bb-0310-9956-ffa450edef68
|
2012-10-05 00:54:05 +00:00 |
|
Alejandro Abdelnur
|
b8f81d74c8
|
YARN-23. FairScheduler: FSQueueSchedulable#updateDemand() - potential redundant aggregation. (kkambatl via tucu)
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1394321 13f79535-47bb-0310-9956-ffa450edef68
|
2012-10-04 23:00:41 +00:00 |
|
Alejandro Abdelnur
|
016b86867b
|
HDFS-3999. HttpFS OPEN operation expects len parameter, it should be length. (tucu)
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1394169 13f79535-47bb-0310-9956-ffa450edef68
|
2012-10-04 17:45:42 +00:00 |
|
Alejandro Abdelnur
|
50b20477fd
|
HADOOP-8881. FileBasedKeyStoresFactory initialization logging should be debug not info. (tucu)
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1394165 13f79535-47bb-0310-9956-ffa450edef68
|
2012-10-04 17:32:01 +00:00 |
|
Eli Collins
|
ee13fb4f69
|
HDFS-3916. libwebhdfs (C client) code cleanups. Contributed by Colin Patrick McCabe
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1393890 13f79535-47bb-0310-9956-ffa450edef68
|
2012-10-04 02:53:28 +00:00 |
|
Eli Collins
|
38943644e0
|
HDFS-4000. TestParallelLocalRead fails with "input ByteBuffers must be direct buffers". Contributed by Colin Patrick McCabe
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1393884 13f79535-47bb-0310-9956-ffa450edef68
|
2012-10-04 02:41:04 +00:00 |
|
Eli Collins
|
2c66a9f5ae
|
HDFS-2127. Add a test that ensure AccessControlExceptions contain a full path. Contributed by Stephen Chu
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1393878 13f79535-47bb-0310-9956-ffa450edef68
|
2012-10-04 02:06:56 +00:00 |
|
Eli Collins
|
5c19b6b7b6
|
Amend HDFS-3753 to ignore TestHdfsNativeCodeLoader. To be fixed in HDFS-4003.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1393830 13f79535-47bb-0310-9956-ffa450edef68
|
2012-10-03 23:38:08 +00:00 |
|
Eli Collins
|
43ae84761f
|
HDFS-3996. Add debug log removed in HDFS-3873 back. Contributed by Eli Collins
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1393777 13f79535-47bb-0310-9956-ffa450edef68
|
2012-10-03 21:30:45 +00:00 |
|
Siddharth Seth
|
803828b996
|
MAPREDUCE-4123. Remove the 'mapred groups' command, which is no longer supported. (Contributed by Devaraj K)
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1393775 13f79535-47bb-0310-9956-ffa450edef68
|
2012-10-03 21:24:55 +00:00 |
|
Siddharth Seth
|
247a5ee2f9
|
YARN-102. Move the apache header to the top of the file in MemStore.java. (Contributed by Devaraj K)
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1393769 13f79535-47bb-0310-9956-ffa450edef68
|
2012-10-03 21:19:11 +00:00 |
|
Daryn Sharp
|
a7d4f30131
|
HADOOP-8783. Improve RPC.Server's digest auth (daryn)
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1393483 13f79535-47bb-0310-9956-ffa450edef68
|
2012-10-03 13:43:53 +00:00 |
|
Siddharth Seth
|
db51b03d72
|
YARN-131. Fix incorrect ACL properties in capacity scheduler documentation. (Contributed by Ahmed Radwan)
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1393262 13f79535-47bb-0310-9956-ffa450edef68
|
2012-10-03 02:56:20 +00:00 |
|
Eli Collins
|
fc54f57c59
|
HADOOP-8756. Fix SEGV when libsnappy is in java.library.path but not LD_LIBRARY_PATH. Contributed by Colin Patrick McCabe
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1393243 13f79535-47bb-0310-9956-ffa450edef68
|
2012-10-03 00:06:39 +00:00 |
|
Eli Collins
|
f8f79a02aa
|
HDFS-3753. Tests don't run with native libraries. Contributed by Colin Patrick McCabe
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1393113 13f79535-47bb-0310-9956-ffa450edef68
|
2012-10-02 19:13:53 +00:00 |
|
Aaron Myers
|
ccabb684eb
|
HADOOP-8616. ViewFS configuration requires a trailing slash. Contributed by Sandy Ryza.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1392707 13f79535-47bb-0310-9956-ffa450edef68
|
2012-10-02 01:28:17 +00:00 |
|
Aaron Myers
|
c808caea75
|
Revert an errant commit of HADOOP-8616.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1392705 13f79535-47bb-0310-9956-ffa450edef68
|
2012-10-02 01:26:27 +00:00 |
|
Aaron Myers
|
d1f4ec4ac8
|
HADOOP-8616. ViewFS configuration requires a trailing slash. Contributed by Sandy Ryza.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1392703 13f79535-47bb-0310-9956-ffa450edef68
|
2012-10-02 01:17:00 +00:00 |
|
Arun Murthy
|
2cfe24113b
|
Updated release notes for 2.0.2-alpha.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1392680 13f79535-47bb-0310-9956-ffa450edef68
|
2012-10-01 22:52:38 +00:00 |
|
Arun Murthy
|
b146f9f9ca
|
HADOOP-8738. Reverted since it broke MR based system tests.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1392675 13f79535-47bb-0310-9956-ffa450edef68
|
2012-10-01 22:42:46 +00:00 |
|
Aaron Myers
|
c908f960c9
|
HADOOP-8851. Use -XX:+HeapDumpOnOutOfMemoryError JVM option in the forked tests. Contributed by Ivan A. Veselovsky.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1392466 13f79535-47bb-0310-9956-ffa450edef68
|
2012-10-01 17:44:23 +00:00 |
|
Harsh J
|
7137503eb7
|
MAPREDUCE-4695. Fix LocalRunner on trunk after MAPREDUCE-3223 broke it. Contributed by Harsh J. (harsh)
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1392446 13f79535-47bb-0310-9956-ffa450edef68
|
2012-10-01 17:10:11 +00:00 |
|
Arun Murthy
|
57807d50bf
|
MAPREDUCE-4681. Fix unit tests broken by HDFS-3910. Contributed by Arun C. Murthy.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1392075 13f79535-47bb-0310-9956-ffa450edef68
|
2012-09-30 17:01:00 +00:00 |
|
Arun Murthy
|
1c29c78299
|
Release notes.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1391965 13f79535-47bb-0310-9956-ffa450edef68
|
2012-09-30 08:27:51 +00:00 |
|
Arun Murthy
|
92f1f2c2a6
|
YARN-138. Ensure default values for minimum/maximum container sizes is sane. Contributed by Harsh J and Siddharth Seth.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1391944 13f79535-47bb-0310-9956-ffa450edef68
|
2012-09-30 03:32:07 +00:00 |
|
Arun Murthy
|
70c295d90d
|
YARN-137. Change the default YARN scheduler to be the CapacityScheduler. Contributed by Siddharth Seth.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1391929 13f79535-47bb-0310-9956-ffa450edef68
|
2012-09-30 00:41:24 +00:00 |
|
Siddharth Seth
|
39f15579b8
|
YARN-116. Add the ability to change the RM include/exclude file without a restart. (Contributed by xieguiming and Harsh J)
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1391912 13f79535-47bb-0310-9956-ffa450edef68
|
2012-09-29 22:39:03 +00:00 |
|
Harsh J
|
ab52567d6c
|
HADOOP-8839. test-patch's -1 on @author tag presence doesn't cause a -1 to the overall result. Contributed by Harsh J. (harsh)
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1391884 13f79535-47bb-0310-9956-ffa450edef68
|
2012-09-29 21:24:06 +00:00 |
|