Vinod Kumar Vavilapalli
|
c26bdddcc3
|
YARN-1675. Added the previously missed new file.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1573736 13f79535-47bb-0310-9956-ffa450edef68
|
2014-03-03 20:39:01 +00:00 |
|
Vinod Kumar Vavilapalli
|
b35051c0f0
|
YARN-1765. Added test cases to verify that killApplication API works across ResourceManager failover. Contributed by Xuan Gong.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1573735 13f79535-47bb-0310-9956-ffa450edef68
|
2014-03-03 20:37:54 +00:00 |
|
Vinod Kumar Vavilapalli
|
43f9bf2f25
|
YARN-1704. Modified LICENSE and NOTICE files to reflect newly used levelDB related libraries. Contributed by Billie Rinaldi.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1573702 13f79535-47bb-0310-9956-ffa450edef68
|
2014-03-03 19:52:48 +00:00 |
|
Vinod Kumar Vavilapalli
|
a60434368c
|
YARN-1758. Fixed ResourceManager to not mandate the presence of site specific configuration files and thus fix failures in downstream tests. Contributed by Xuan Gong.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1573695 13f79535-47bb-0310-9956-ffa450edef68
|
2014-03-03 19:41:52 +00:00 |
|
Haohui Mai
|
146bf6c01e
|
HDFS-5866. '-maxSize' and '-step' option fail in OfflineImageViewer. Contributed by Akira Ajisaka.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1573694 13f79535-47bb-0310-9956-ffa450edef68
|
2014-03-03 19:40:45 +00:00 |
|
Kihwal Lee
|
2626d3751e
|
HADOOP-10314. The ls command help still shows outdated 0.16 format. Contributed by Rushabh S Shah.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1573604 13f79535-47bb-0310-9956-ffa450edef68
|
2014-03-03 16:40:25 +00:00 |
|
Colin McCabe
|
6465b0b55f
|
add missing file for HDFS-5950
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1573434 13f79535-47bb-0310-9956-ffa450edef68
|
2014-03-03 04:01:26 +00:00 |
|
Colin McCabe
|
dd049a2f60
|
HDFS-5950. The DFSClient and DataNode should use shared memory segments to communicate short-circuit information (cmccabe)
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1573433 13f79535-47bb-0310-9956-ffa450edef68
|
2014-03-03 03:58:37 +00:00 |
|
Karthik Kambatla
|
8caeb0af9d
|
YARN-1760. Addendum patch. TestRMAdminService assumes Capacity Scheduler.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1573134 13f79535-47bb-0310-9956-ffa450edef68
|
2014-03-01 08:46:29 +00:00 |
|
Haohui Mai
|
fec1e2eed9
|
HDFS-5956. A file size is multiplied by the replication factor in 'hdfs oiv -p FileDistribution' option. Contributed by Akira Ajisaka.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1573078 13f79535-47bb-0310-9956-ffa450edef68
|
2014-02-28 21:07:03 +00:00 |
|
Arpit Agarwal
|
44c5c778f0
|
HDFS-5821. TestHDFSCLI fails for user names with the dash character. (Contributed by Gera Shegalov)
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1573076 13f79535-47bb-0310-9956-ffa450edef68
|
2014-02-28 21:05:16 +00:00 |
|
Arpit Agarwal
|
21d921ac23
|
Update target version to 2.4.0 for HADOOP-10278 and HADOOP-10285 in CHANGES.txt
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1573070 13f79535-47bb-0310-9956-ffa450edef68
|
2014-02-28 20:46:32 +00:00 |
|
Arpit Agarwal
|
d00605f8f0
|
HADOOP-10285. Admin interface to swap callqueue at runtime. (Contributed by Chris Li)
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1573052 13f79535-47bb-0310-9956-ffa450edef68
|
2014-02-28 19:48:31 +00:00 |
|
Aaron Myers
|
8e809b8c81
|
HDFS-6033. PBImageXmlWriter incorrectly handles processing cache directives. Contributed by Aaron T. Myers.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1573050 13f79535-47bb-0310-9956-ffa450edef68
|
2014-02-28 19:45:37 +00:00 |
|
Jing Zhao
|
3965d65200
|
Move HDFS-4200 to branch-2.4.0 section in CHANGES.txt
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1573046 13f79535-47bb-0310-9956-ffa450edef68
|
2014-02-28 19:42:35 +00:00 |
|
Jason Darrell Lowe
|
77910d4fe3
|
MAPREDUCE-5768. TestMRJobs.testContainerRollingLog fails on trunk. Contributed by Gera Shegalov
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1573035 13f79535-47bb-0310-9956-ffa450edef68
|
2014-02-28 19:22:01 +00:00 |
|
Colin McCabe
|
2333388e47
|
HDFS-6030. Remove an unused constructor in INode.java (yzhang via cmccabe)
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1573031 13f79535-47bb-0310-9956-ffa450edef68
|
2014-02-28 18:47:31 +00:00 |
|
Jing Zhao
|
5c381ade4e
|
HDFS-5339. WebHDFS URI does not accept logical nameservices when security is enabled. Contributed by Haohui Mai.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1573026 13f79535-47bb-0310-9956-ffa450edef68
|
2014-02-28 18:39:01 +00:00 |
|
Karthik Kambatla
|
1ba26e3e68
|
YARN-1528. Allow setting auth for ZK connections. (kasha)
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1573014 13f79535-47bb-0310-9956-ffa450edef68
|
2014-02-28 17:34:08 +00:00 |
|
Karthik Kambatla
|
9bdd272fd7
|
MAPREDUCE-5665. Add audience annotations to MiniMRYarnCluster and MiniMRCluster. (Anubhav Dhoot via kasha)
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1572795 13f79535-47bb-0310-9956-ffa450edef68
|
2014-02-28 00:52:30 +00:00 |
|
Arpit Agarwal
|
d7aa12e0e6
|
HADOOP-10374. InterfaceAudience annotations should have RetentionPolicy.RUNTIME. (Contributed by Enis Soztutar)
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1572783 13f79535-47bb-0310-9956-ffa450edef68
|
2014-02-27 23:31:55 +00:00 |
|
Chris Nauroth
|
1fe2bd5534
|
HDFS-6028. Print clearer error message when user attempts to delete required mask entry from ACL. Contributed by Chris Nauroth.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1572753 13f79535-47bb-0310-9956-ffa450edef68
|
2014-02-27 22:12:34 +00:00 |
|
Vinod Kumar Vavilapalli
|
94b29b3348
|
MAPREDUCE-5770. Fixed MapReduce ApplicationMaster to correctly redirect to the YARN's web-app proxy with the correct scheme prefix. Contributed by Jian He.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1572711 13f79535-47bb-0310-9956-ffa450edef68
|
2014-02-27 19:23:55 +00:00 |
|
Chris Nauroth
|
0d03b29f91
|
HADOOP-10353. Correct CHANGES.txt.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1572680 13f79535-47bb-0310-9956-ffa450edef68
|
2014-02-27 18:58:09 +00:00 |
|
Chris Nauroth
|
e5ccaa5d03
|
HADOOP-10353. FsUrlStreamHandlerFactory is not thread safe. Contributed by Tudor Scurtu.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1572679 13f79535-47bb-0310-9956-ffa450edef68
|
2014-02-27 18:53:54 +00:00 |
|
Tsz-wo Sze
|
0369e56989
|
HDFS-6025. Update findbugsExcludeFile.xml.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1572488 13f79535-47bb-0310-9956-ffa450edef68
|
2014-02-27 09:58:59 +00:00 |
|
Karthik Kambatla
|
44c3bbf872
|
YARN-1429. *nix: Allow a way for users to augment classpath of YARN daemons. (Jarek Jarcec Cecho via kasha)
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1572405 13f79535-47bb-0310-9956-ffa450edef68
|
2014-02-27 02:18:34 +00:00 |
|
Zhijie Shen
|
faddccc216
|
YARN-1301. Added the INFO level log of the non-empty blacklist additions and removals inside ApplicationMasterService. Contributed by Tsuyoshi Ozawa.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1572400 13f79535-47bb-0310-9956-ffa450edef68
|
2014-02-27 02:07:16 +00:00 |
|
Vinod Kumar Vavilapalli
|
cd67d5abcd
|
MAPREDUCE-5766. Moved ping messages from TaskAttempts to be at DEBUG level inside the ApplicationMaster log. Contributed by Jian He.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1572380 13f79535-47bb-0310-9956-ffa450edef68
|
2014-02-27 01:29:28 +00:00 |
|
Andrew Wang
|
c080fec82b
|
HDFS-3969. Small bug fixes and improvements for disk locations API. Contributed by Todd Lipcon and Andrew Wang.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1572284 13f79535-47bb-0310-9956-ffa450edef68
|
2014-02-26 21:55:47 +00:00 |
|
Jason Darrell Lowe
|
658b1bf561
|
MAPREDUCE-5754. Preserve Job diagnostics in history. Contributed by Gera Shegalov
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1572269 13f79535-47bb-0310-9956-ffa450edef68
|
2014-02-26 21:32:34 +00:00 |
|
Aaron Myers
|
4dfdee0c56
|
HADOOP-9454. Support multipart uploads for s3native. Contributed by Jordan Mendelson and Akira AJISAKA.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1572235 13f79535-47bb-0310-9956-ffa450edef68
|
2014-02-26 20:28:41 +00:00 |
|
Vinod Kumar Vavilapalli
|
0fbc7fe816
|
YARN-1588. Enhanced RM and the scheduling protocol to also send NMTokens of transferred containers from previous app-attempts to new AMs after YARN-1490. Contributed by Jian He.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1572230 13f79535-47bb-0310-9956-ffa450edef68
|
2014-02-26 20:20:07 +00:00 |
|
Tsz-wo Sze
|
abe9c4ee03
|
HADOOP-10368. InputStream is not closed in VersionInfo ctor. Contributed by Tsuyoshi OZAWA
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1572220 13f79535-47bb-0310-9956-ffa450edef68
|
2014-02-26 19:57:16 +00:00 |
|
Chris Nauroth
|
fe3f75730f
|
HADOOP-10184. Move to 2.4.0 in CHANGES.txt in preparation for merge.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1572190 13f79535-47bb-0310-9956-ffa450edef68
|
2014-02-26 18:43:00 +00:00 |
|
Chris Nauroth
|
8542c1f28f
|
HDFS-4685. Move to 2.4.0 in CHANGES.txt in preparation for merge.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1572189 13f79535-47bb-0310-9956-ffa450edef68
|
2014-02-26 18:40:01 +00:00 |
|
Jing Zhao
|
4ba2bdf340
|
HDFS-6018. Exception recorded in LOG when IPCLoggerChannel#close is called. Contributed by Jing Zhao.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1572183 13f79535-47bb-0310-9956-ffa450edef68
|
2014-02-26 18:23:10 +00:00 |
|
Chris Nauroth
|
5f9cdbd24f
|
HDFS-5936. MiniDFSCluster does not clean data left behind by SecondaryNameNode. Contributed by Binglin Chang.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1572150 13f79535-47bb-0310-9956-ffa450edef68
|
2014-02-26 16:30:58 +00:00 |
|
Chris Nauroth
|
7be2c002b3
|
HDFS-5908. Change AclFeature to capture list of ACL entries in an ImmutableList. Contributed by Chris Nauroth.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1572142 13f79535-47bb-0310-9956-ffa450edef68
|
2014-02-26 16:22:56 +00:00 |
|
Junping Du
|
c7142e7761
|
YARN-1561. Fix a generic type warning in FairScheduler. (Chen He via junping_du)
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1571924 13f79535-47bb-0310-9956-ffa450edef68
|
2014-02-26 05:14:51 +00:00 |
|
Chris Nauroth
|
4449247410
|
HDFS-6008. Namenode dead node link is giving HTTP error 500. Contributed by Benoy Antony.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1571881 13f79535-47bb-0310-9956-ffa450edef68
|
2014-02-26 00:25:29 +00:00 |
|
Chris Nauroth
|
39c09c43bd
|
HDFS-6006. Remove duplicate code in FSNameSystem#getFileInfo. Contributed by Akira Ajisaka.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1571813 13f79535-47bb-0310-9956-ffa450edef68
|
2014-02-25 20:20:21 +00:00 |
|
Jing Zhao
|
df6e1ab491
|
HDFS-5939. WebHdfs returns misleading error code and logs nothing if trying to create a file with no DNs in cluster. Contributed by Yongjun Zhang.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1571781 13f79535-47bb-0310-9956-ffa450edef68
|
2014-02-25 18:36:46 +00:00 |
|
Karthik Kambatla
|
5a42e1b7c3
|
YARN-1760. TestRMAdminService assumes CapacityScheduler. (kasha)
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1571777 13f79535-47bb-0310-9956-ffa450edef68
|
2014-02-25 18:06:45 +00:00 |
|
Chris Nauroth
|
6c9c3144dd
|
HDFS-5623. NameNode: add tests for skipping ACL enforcement when permission checks are disabled, user is superuser or user is member of supergroup. Contributed by Chris Nauroth.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1571745 13f79535-47bb-0310-9956-ffa450edef68
|
2014-02-25 17:02:59 +00:00 |
|
Chris Nauroth
|
d5639c85fb
|
HADOOP-10361. Correct alignment in CLI output for ACLs. Contributed by Chris Nauroth.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1571573 13f79535-47bb-0310-9956-ffa450edef68
|
2014-02-25 05:54:51 +00:00 |
|
Arpit Agarwal
|
440c3cd105
|
HDFS-5922. DN heartbeat thread can get stuck in tight loop. (Arpit Agarwal)
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1571542 13f79535-47bb-0310-9956-ffa450edef68
|
2014-02-25 02:16:29 +00:00 |
|
Vinod Kumar Vavilapalli
|
ad70f26b1f
|
YARN-1734. Fixed ResourceManager to update the configurations when it transits from standby to active mode so as to assimilate any changes that happened while it was in standby mode. Contributed by Xuan Gong.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1571539 13f79535-47bb-0310-9956-ffa450edef68
|
2014-02-25 02:07:19 +00:00 |
|
Vinod Kumar Vavilapalli
|
ae29d9ee04
|
MAPREDUCE-5761. Added a simple log message to denote when encrypted shuffle is on in the shuffle-handler. Contributed by Jian He.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1571514 13f79535-47bb-0310-9956-ffa450edef68
|
2014-02-25 01:24:26 +00:00 |
|
Vinod Kumar Vavilapalli
|
d07f855892
|
YARN-1686. Fixed NodeManager to properly handle any errors during re-registration after a RESYNC and thus avoid hanging. Contributed by Rohith Sharma.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1571474 13f79535-47bb-0310-9956-ffa450edef68
|
2014-02-24 22:41:24 +00:00 |
|