Suresh Srinivas
|
88dc6c1ed3
|
HDFS-6162. Merge r1582181 from trunk.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/branches/branch-2@1582182 13f79535-47bb-0310-9956-ffa450edef68
|
2014-03-27 04:27:50 +00:00 |
Haohui Mai
|
b78ad887ed
|
HDFS-6158. Merge r1582164 from trunk.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/branches/branch-2@1582165 13f79535-47bb-0310-9956-ffa450edef68
|
2014-03-27 03:00:01 +00:00 |
Vinod Kumar Vavilapalli
|
039162818b
|
MAPREDUCE-5805. Fixed MapReduce JobHistory encoding of queue-name to escape hyphens and thus avoid parsing errors. Contributed by Akira Ajisaka.
svn merge --ignore-ancestry -c 1582125 ../../trunk/
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/branches/branch-2@1582127 13f79535-47bb-0310-9956-ffa450edef68
|
2014-03-26 23:44:17 +00:00 |
Haohui Mai
|
a8c81bb8b6
|
HDFS-6157. Merge r1582098 from trunk.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/branches/branch-2@1582100 13f79535-47bb-0310-9956-ffa450edef68
|
2014-03-26 22:36:11 +00:00 |
Suresh Srinivas
|
bf266aa554
|
Merge r1582073 from trunk.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/branches/branch-2@1582074 13f79535-47bb-0310-9956-ffa450edef68
|
2014-03-26 21:34:10 +00:00 |
Suresh Srinivas
|
53bebe2329
|
Merge r1582068 from trunk.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/branches/branch-2@1582069 13f79535-47bb-0310-9956-ffa450edef68
|
2014-03-26 21:29:57 +00:00 |
Zhijie Shen
|
40c110c530
|
YARN-1873. Fixed TestDistributedShell failure when the test cases are out of order. Contributed by Mit Desai.
svn merge --ignore-ancestry -c 1582060 ../../trunk/
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/branches/branch-2@1582062 13f79535-47bb-0310-9956-ffa450edef68
|
2014-03-26 21:20:23 +00:00 |
Jing Zhao
|
8dc3ad11a9
|
HADOOP-10441. Merge r1582043 from trunk.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/branches/branch-2@1582044 13f79535-47bb-0310-9956-ffa450edef68
|
2014-03-26 20:34:28 +00:00 |
Tsz-wo Sze
|
8ae6d5b5bd
|
svn merge -c 1582015 from trunk for HADOOP-10437. Fix the javac warnings in the conf and the util package.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/branches/branch-2@1582017 13f79535-47bb-0310-9956-ffa450edef68
|
2014-03-26 19:05:51 +00:00 |
Jing Zhao
|
c87fbeb7a8
|
HDFS-5672. Merge r1581994 from trunk.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/branches/branch-2@1581996 13f79535-47bb-0310-9956-ffa450edef68
|
2014-03-26 18:38:14 +00:00 |
Tsz-wo Sze
|
3e9e036099
|
svn merge -c 1581964 from trunk for HADOOP-10440. HarFsInputStream.read(byte[]) updates position incorrectly.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/branches/branch-2@1581965 13f79535-47bb-0310-9956-ffa450edef68
|
2014-03-26 17:48:52 +00:00 |
Tsz-wo Sze
|
e034eb46d8
|
svn merge -c 1581936 from trunk for HDFS-6115. Call flush() for every append on block scan verification log.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/branches/branch-2@1581937 13f79535-47bb-0310-9956-ffa450edef68
|
2014-03-26 17:03:57 +00:00 |
Suresh Srinivas
|
847ef81ec6
|
Merge r1581914 from trunk.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/branches/branch-2@1581915 13f79535-47bb-0310-9956-ffa450edef68
|
2014-03-26 16:34:46 +00:00 |
Haohui Mai
|
ba2506ae69
|
HDFS-6130. Merge r1581713 from trunk.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/branches/branch-2@1581723 13f79535-47bb-0310-9956-ffa450edef68
|
2014-03-26 08:00:14 +00:00 |
Haohui Mai
|
496c14ccf0
|
HADOOP-10439. Fix compilation error in branch-2 after HADOOP-10426. Contributed by Haohui Mai.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/branches/branch-2@1581721 13f79535-47bb-0310-9956-ffa450edef68
|
2014-03-26 07:58:47 +00:00 |
Arpit Agarwal
|
38d0fb9238
|
HDFS-5910: Merging r1581688 from trunk to branch-2.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/branches/branch-2@1581690 13f79535-47bb-0310-9956-ffa450edef68
|
2014-03-26 04:14:27 +00:00 |
Jian He
|
859f27040d
|
Merge r1581678 from trunk. YARN-1521. Mark Idempotent/AtMostOnce annotations to the APIs in ApplicationClientProtcol, ResourceManagerAdministrationProtocol and ResourceTrackerProtocol so that they work in HA scenario. Contributed by Xuan Gong
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/branches/branch-2@1581679 13f79535-47bb-0310-9956-ffa450edef68
|
2014-03-26 03:48:46 +00:00 |
Vinod Kumar Vavilapalli
|
7bd77e23d7
|
YARN-1867. Fixed a bug in ResourceManager that was causing invalid ACL checks in the web-services after fail-over. Contributed by Vinod Kumar Vavilapalli.
svn merge --ignore-ancestry -c 1581662 ../../trunk/
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/branches/branch-2@1581664 13f79535-47bb-0310-9956-ffa450edef68
|
2014-03-26 03:04:02 +00:00 |
Vinod Kumar Vavilapalli
|
4c91a402f5
|
YARN-1452. Added documentation about the configuration and usage of generic application history and the timeline data service. Contributed by Zhijie Shen.
svn merge --ignore-ancestry -c 1581656 ../../trunk/
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/branches/branch-2@1581657 13f79535-47bb-0310-9956-ffa450edef68
|
2014-03-26 02:54:00 +00:00 |
Arpit Agarwal
|
8f708aa9fb
|
HADOOP-10280: Merging r1581532,1581533 from trunk to branch-2.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/branches/branch-2@1581546 13f79535-47bb-0310-9956-ffa450edef68
|
2014-03-25 21:51:32 +00:00 |
Vinod Kumar Vavilapalli
|
dd8a9bbadf
|
YARN-1866. Fixed an issue with renewal of RM-delegation tokens on restart or fail-over. Contributed by Jian He.
svn merge --ignore-ancestry -c 1581448 ../../trunk/
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/branches/branch-2@1581450 13f79535-47bb-0310-9956-ffa450edef68
|
2014-03-25 18:22:59 +00:00 |
Tsz-wo Sze
|
2cc8d2d65b
|
svn merge -c 1581437 from trunk for HADOOP-10426. Declare CreateOpts.getOpt(..) with generic type argument, removes unused FileContext.getFileStatus(..) and fixes various javac warnings.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/branches/branch-2@1581440 13f79535-47bb-0310-9956-ffa450edef68
|
2014-03-25 18:09:48 +00:00 |
Haohui Mai
|
d3b471155b
|
HDFS-5196. Merge r1581427 from trunk.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/branches/branch-2@1581429 13f79535-47bb-0310-9956-ffa450edef68
|
2014-03-25 17:55:48 +00:00 |
Jing Zhao
|
8b39fc9076
|
HDFS-5840. Merge r1581260 from trunk.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/branches/branch-2@1581261 13f79535-47bb-0310-9956-ffa450edef68
|
2014-03-25 06:50:14 +00:00 |
Suresh Srinivas
|
590df94253
|
HDFS-6125. Merge 1581242 from trunk
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/branches/branch-2@1581243 13f79535-47bb-0310-9956-ffa450edef68
|
2014-03-25 05:56:53 +00:00 |
Vinod Kumar Vavilapalli
|
45d6277ec2
|
YARN-1850. Introduced the ability to optionally disable sending out timeline-events in the TimelineClient. Contributed by Zhijie Shen.
svn merge --ignore-ancestry -c 1581189 ../../trunk/
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/branches/branch-2@1581190 13f79535-47bb-0310-9956-ffa450edef68
|
2014-03-25 02:23:08 +00:00 |
Tsz-wo Sze
|
70a254314a
|
svn merge -c 1581183 from trunk for HADOOP-10425. LocalFileSystem.getContentSummary should not count crc files.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/branches/branch-2@1581186 13f79535-47bb-0310-9956-ffa450edef68
|
2014-03-25 02:05:03 +00:00 |
Vinod Kumar Vavilapalli
|
e51fbb6a9e
|
MAPREDUCE-5795. Fixed MRAppMaster to record the correct job-state after it recovers from a commit during a previous attempt. Contributed by Xuan Gong.
svn merge --ignore-ancestry -c 1581180 ../../trunk/
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/branches/branch-2@1581181 13f79535-47bb-0310-9956-ffa450edef68
|
2014-03-25 02:01:13 +00:00 |
Arpit Agarwal
|
5303f4a66d
|
HDFS-6124. Merging r1581124 from trunk to branch-2.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/branches/branch-2@1581137 13f79535-47bb-0310-9956-ffa450edef68
|
2014-03-24 23:45:55 +00:00 |
Chris Nauroth
|
501c09c2c4
|
HADOOP-10422. Merging change r1581112 from trunk to branch-2.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/branches/branch-2@1581123 13f79535-47bb-0310-9956-ffa450edef68
|
2014-03-24 23:31:52 +00:00 |
Karthik Kambatla
|
64e93189f1
|
HADOOP-10423. Clarify compatibility policy document for combination of new client and old server. (Chris Nauroth via kasha)
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/branches/branch-2@1581117 13f79535-47bb-0310-9956-ffa450edef68
|
2014-03-24 23:27:12 +00:00 |
Chris Nauroth
|
02b4b702d3
|
HDFS-5846. Merging change r1581091 from trunk to branch-2.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/branches/branch-2@1581092 13f79535-47bb-0310-9956-ffa450edef68
|
2014-03-24 22:22:33 +00:00 |
Jing Zhao
|
069e6b389e
|
HDFS-6135. Merge r1581070 from trunk.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/branches/branch-2@1581071 13f79535-47bb-0310-9956-ffa450edef68
|
2014-03-24 21:26:24 +00:00 |
Jing Zhao
|
b964c4424f
|
Backport HDFS-5138 from trunk: Support HDFS upgrade in HA. Contributed by Aaron T. Myers.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/branches/branch-2@1581067 13f79535-47bb-0310-9956-ffa450edef68
|
2014-03-24 21:08:50 +00:00 |
Brandon Li
|
da2d86bd04
|
HDFS-6050. Merging change r1581055 from trunk
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/branches/branch-2@1581059 13f79535-47bb-0310-9956-ffa450edef68
|
2014-03-24 20:57:51 +00:00 |
Jian He
|
cb9fcd7f03
|
Merge r1580997 from trunk. YARN-1852. Fixed RMAppAttempt to not resend AttemptFailed/AttemptKilled events to already recovered Failed/Killed RMApps. Contributed by Rohith Sharmaks
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/branches/branch-2@1581001 13f79535-47bb-0310-9956-ffa450edef68
|
2014-03-24 19:06:50 +00:00 |
Tsz-wo Sze
|
95f1b6f5d5
|
Add target, .classpath, .project and .settings to svn:ignore.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/branches/branch-2@1581000 13f79535-47bb-0310-9956-ffa450edef68
|
2014-03-24 19:06:28 +00:00 |
Chris Nauroth
|
c1e93e1f90
|
MAPREDUCE-5791. Merging change r1580994 from trunk to branch-2.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/branches/branch-2@1580996 13f79535-47bb-0310-9956-ffa450edef68
|
2014-03-24 19:03:09 +00:00 |
Tsz-wo Sze
|
77b05150a7
|
svn merge -c 1580977 from trunk for HADOOP-10015. UserGroupInformation prints out excessive warnings.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/branches/branch-2@1580978 13f79535-47bb-0310-9956-ffa450edef68
|
2014-03-24 18:38:17 +00:00 |
Jonathan Turner Eagles
|
c2d8ab6085
|
YARN-1670. aggregated log writer can write more log data then it says is the log length (Mit Desai via jeagles)
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/branches/branch-2@1580963 13f79535-47bb-0310-9956-ffa450edef68
|
2014-03-24 18:17:02 +00:00 |
Zhijie Shen
|
5f0f16c0f6
|
YARN-1838. Enhanced timeline service getEntities API to get entities from a given entity ID or insertion timestamp. Contributed by Billie Rinaldi.
svn merge --ignore-ancestry -c 1580960 ../../trunk/
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/branches/branch-2@1580961 13f79535-47bb-0310-9956-ffa450edef68
|
2014-03-24 18:16:27 +00:00 |
Kihwal Lee
|
927f2a8330
|
svn merge -c 1580886 merging from trunk to branch-2 to fix:HDFS-3087. Decomissioning on NN restart can complete without blocks being replicated. Contributed by Rushabh S Shah.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/branches/branch-2@1580888 13f79535-47bb-0310-9956-ffa450edef68
|
2014-03-24 15:40:47 +00:00 |
Aaron Myers
|
99432027d3
|
HADOOP-10418. SaslRpcClient should not assume that remote principals are in the default_realm. Contributed by Aaron T. Myers.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/branches/branch-2@1580667 13f79535-47bb-0310-9956-ffa450edef68
|
2014-03-24 00:02:46 +00:00 |
Vinod Kumar Vavilapalli
|
b78c43d421
|
Relocate wrongly place entries in YARNs's CHANGES.txt (vinodkv)
svn merge --ignore-ancestry -c 1580400 ../../trunk/
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/branches/branch-2@1580401 13f79535-47bb-0310-9956-ffa450edef68
|
2014-03-23 01:09:24 +00:00 |
Chris Nauroth
|
6006427e9f
|
HDFS-6140. Merging change r1580173 from trunk to branch-2.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/branches/branch-2@1580174 13f79535-47bb-0310-9956-ffa450edef68
|
2014-03-22 05:39:49 +00:00 |
Chris Nauroth
|
3f32bb0e7f
|
HADOOP-10191. Merging change r1580170 from trunk to branch-2.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/branches/branch-2@1580171 13f79535-47bb-0310-9956-ffa450edef68
|
2014-03-22 05:12:33 +00:00 |
Zhijie Shen
|
ebd254117d
|
YARN-1577. Made UnmanagedAMLauncher do launchAM after the attempt reaches the LAUNCHED state. Contributed by Jian He.
svn merge --ignore-ancestry -c 1580164 ../../trunk/
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/branches/branch-2@1580165 13f79535-47bb-0310-9956-ffa450edef68
|
2014-03-22 04:37:46 +00:00 |
Jian He
|
21b5ec140a
|
Merge r1580154 from trunk. YARN-1776. Fixed DelegationToken renewal to survive RM failover. Contributed by Zhijie Shen
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/branches/branch-2@1580156 13f79535-47bb-0310-9956-ffa450edef68
|
2014-03-22 04:14:42 +00:00 |
Karthik Kambatla
|
1bb24f2c18
|
YARN-1536. Cleanup: Get rid of ResourceManager#get*SecretManager() methods and use the RMContext methods instead. (Anubhav Dhoot via kasha)
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/branches/branch-2@1580129 13f79535-47bb-0310-9956-ffa450edef68
|
2014-03-22 02:38:23 +00:00 |
Vinod Kumar Vavilapalli
|
751bba3d14
|
MAPREDUCE-5806. Fixed a bug in MRAppMaster so as to enable users to properly override HADOOP_ROOT_LOGGER or HADOOP_CLIENT_OPTS. Contributed by Varun Vasudev.
svn merge --ignore-ancestry -c 1580100 ../../trunk/
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/branches/branch-2@1580101 13f79535-47bb-0310-9956-ffa450edef68
|
2014-03-22 00:33:21 +00:00 |