Tsuyoshi Ozawa
ba7b5f3a5d
Updated CHANGES.txt to move HADOOP-12526 to 2.6.3.
...
(cherry picked from commit f6cecbfce5
)
Conflicts:
hadoop-common-project/hadoop-common/CHANGES.txt
2015-11-11 23:23:14 +09:00
Akira Ajisaka
0bdb51d801
YARN-4241. Fix typo of property name in yarn-default.xml. Contributed by Anthony Rojas.
...
(cherry picked from commit 23d0db551c
)
(cherry picked from commit f6f128c867
)
2015-11-11 16:15:57 +09:00
Vinod Kumar Vavilapalli
373b29491f
HADOOP-12451. Setting HADOOP_HOME explicitly should be allowed. Fixing bugs in
...
the first patch committed. (Karthik Kambatla via vinodkv)
(cherry picked from commit b742ea7fe6
)
2015-11-10 12:22:40 -08:00
Jian He
a0570ebb15
Fix CHANGES.txt for YARN-3840
2015-11-09 14:33:07 -08:00
Jian He
cb4d4d5918
YARN-3840. Resource Manager web ui issue when sorting application by id (with application having id > 9999) Contributed by Mohammad Shahid Khan
...
(cherry picked from commit 8fbea531d7
)
(cherry picked from commit a4ff03b200
)
Conflicts:
hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-app/src/main/java/org/apache/hadoop/mapreduce/v2/app/webapp/TaskPage.java
hadoop-yarn-project/CHANGES.txt
hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-applicationhistoryservice/src/test/java/org/apache/hadoop/yarn/server/applicationhistoryservice/webapp/TestAHSWebApp.java
hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-common/src/main/java/org/apache/hadoop/yarn/server/webapp/WebPageUtils.java
2015-11-09 14:30:47 -08:00
Kihwal Lee
6f678deb86
HDFS-9383. TestByteArrayManager#testByteArrayManager fails. Contributed by Tsz Wo Nicholas Sze.
...
(cherry picked from commit ef926b2e38
)
2015-11-09 08:58:58 -06:00
Sangjin Lee
7e8467df9f
HADOOP-12526. there are duplicate dependency definitions in pom's (sjlee)
...
(cherry picked from commit 7802248c23
)
2015-11-08 17:52:15 -08:00
Arpit Agarwal
63ed399e1c
HDFS-6481. DatanodeManager#getDatanodeStorageInfos() should check the length of storageIDs. (Contributed by szetszwo)
2015-11-06 10:32:34 -08:00
Wangda Tan
f7deb6b472
YARN-4326. Fix TestDistributedShell timeout as AHS in MiniYarnCluster no longer binds to default port 8188. (Meng Ding via wangda)
...
(cherry picked from commit 0783184f4b
)
2015-11-06 09:07:27 -08:00
cnauroth
098c2df0c0
HADOOP-12413. AccessControlList should avoid calling getGroupNames in isUserInList with empty groups. Contributed by Zhihai Xu.
...
(cherry picked from commit b2017d9b03
)
2015-11-06 16:54:55 +00:00
Kihwal Lee
616ed9084b
HDFS-4937. ReplicationMonitor can infinite-loop in BlockPlacementPolicyDefault#chooseRandom(). Contributed by Kihwal Lee.
...
(cherry picked from commit ff47f35dee
)
2015-11-05 09:27:36 -06:00
Kihwal Lee
397b554c36
HDFS-9289. Make DataStreamer#block thread safe and verify genStamp in commitBlock. Contributed by Chang Li.
2015-11-04 12:10:59 -06:00
Jason Lowe
abfc710b0b
HADOOP-12296. when setnetgrent returns 0 in linux, exception should be thrown. Contributed by Chang Li
...
(cherry picked from commit b9d25c3ee2
)
2015-11-04 16:35:36 +00:00
Jason Lowe
7499f71e77
Add 2.7.3 release to CHANGES.txt
...
(cherry picked from commit 0383a3973b
)
Conflicts:
hadoop-common-project/hadoop-common/CHANGES.txt
hadoop-mapreduce-project/CHANGES.txt
hadoop-yarn-project/CHANGES.txt
2015-11-04 16:29:56 +00:00
Jian He
7029fc356f
YARN-4127. RM fail with noAuth error if switched from failover mode to non-failover mode. Contributed by Varun Saxena
2015-11-03 15:33:13 -08:00
Vinod Kumar Vavilapalli
09348c4bce
Preparing for 2.7.3 development
2015-11-03 15:18:10 -08:00
Wangda Tan
04abe7e9e0
YARN-3136. getTransferredContainers can be a bottleneck during AM registration. (Sunil G via jianhe)
2015-11-03 12:59:06 -08:00
Jian He
ece1b1645b
YARN-4321. Incessant retries if NoAuthException is thrown by Zookeeper in non HA mode. Contributed by Varun Saxena
2015-11-02 11:22:30 -08:00
Kihwal Lee
2c51bbda51
HDFS-9221. HdfsServerConstants#ReplicaState#getState should avoid calling values() since it creates a temporary array. (Staffan Friberg via yliu)
...
(cherry picked from commit 0ff1216100
)
2015-11-02 09:07:16 -06:00
yliu
e1798e8f21
Revert "HDFS-4937. ReplicationMonitor can infinite-loop in BlockPlacementPolicyDefault#chooseRandom(). Contributed by Kihwal Lee."
...
This reverts commit c250b21c23
.
2015-10-31 16:25:53 +08:00
Sangjin Lee
c8767fb68c
Updated the 2.6.2 final release date.
...
(cherry picked from commit a4a6b5b4b4
)
2015-10-30 18:53:10 -07:00
Suresh Srinivas
a4fd068d46
HADOOP-9242. Duplicate surefire plugin config in hadoop-common. Contributed by Andrey Klochkov.
...
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1438213 13f79535-47bb-0310-9956-ffa450edef68
(cherry picked from commit 16acd69e58
)
2015-10-30 14:32:38 -07:00
Kihwal Lee
63cd0c8ba1
Addendum to MAPREDUCE-6451
...
(cherry picked from commit b24fe06483
)
2015-10-30 16:07:49 -05:00
Kihwal Lee
7b783911c4
MAPREDUCE-6451. DistCp has incorrect chunkFilePath for multiple jobs when strategy is dynamic. Contributed by Kuhu Shukla.
...
(cherry picked from commit 2868ca0328
)
2015-10-30 14:58:54 -05:00
Jason Lowe
431f48f653
MAPREDUCE-6528. Memory leak for HistoryFileManager.getJobSummary(). Contributed by Junping Du
...
(cherry picked from commit 6344b6a769
)
2015-10-30 15:33:08 +00:00
Jason Lowe
51783bb88a
Update CHANGES.txt to reflect commit of MR-6273 to branch-2.6
...
(cherry picked from commit 6ae9efaf59
)
2015-10-30 15:20:23 +00:00
Jason Lowe
e894be93f6
Creating 2.6.3 entries in CHANGES.txt files.
...
(cherry picked from commit eadf7b3096
)
Conflicts:
hadoop-common-project/hadoop-common/CHANGES.txt
hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt
hadoop-mapreduce-project/CHANGES.txt
hadoop-yarn-project/CHANGES.txt
2015-10-30 14:55:33 +00:00
Kihwal Lee
c250b21c23
HDFS-4937. ReplicationMonitor can infinite-loop in BlockPlacementPolicyDefault#chooseRandom(). Contributed by Kihwal Lee.
...
(cherry picked from commit 43539b5ff4
)
2015-10-30 09:39:49 -05:00
Tsuyoshi Ozawa
c84ec0657f
YARN-4320. TestJobHistoryEventHandler fails as AHS in MiniYarnCluster no longer binds to default port 8188. Contributed by Varun Saxena.
...
(cherry picked from commit ce31b22739
)
2015-10-30 18:00:45 +09:00
Tsuyoshi Ozawa
6636441911
YARN-4312. TestSubmitApplicationWithRMHA fails on branch-2.7 and branch-2.6 as some of the test cases time out. Contributed by Varun Saxena.
2015-10-30 16:25:52 +09:00
Junping Du
da564ef9a7
YARN-3580. [JDK8] TestClientRMService.testGetLabelsToNodes fails. Contributed by Robert Kanter.
...
(cherry picked from commit 31b627b2a8
)
Conflicts:
hadoop-yarn-project/CHANGES.txt
2015-10-30 15:59:40 +09:00
Xuan
ceefabc44a
YARN-4313. Race condition in MiniMRYarnCluster when getting history
...
server address. Contributed by Jian He
(cherry picked from commit 7412ff48ee
)
(cherry picked from commit b505bf9e58
)
2015-10-29 17:38:09 -07:00
Jonathan Eagles
3287a50cfe
YARN-4183. Enabling generic application history forces every job to get a timeline service delegation token (jeagles)
...
(cherry picked from commit c293c58954
)
2015-10-29 16:45:31 -05:00
Jason Lowe
7499981d3c
MAPREDUCE-6273. HistoryFileManager should check whether summaryFile exists
...
to avoid FileNotFoundException causing HistoryFileInfo into MOVE_FAILED
state. Contributed by zhihai xu.
(cherry picked from commit 1ea90144d5
)
(cherry picked from commit b9865cbf3d
)
Conflicts:
hadoop-mapreduce-project/CHANGES.txt
2015-10-29 18:29:45 +00:00
Jason Lowe
c43cc8fd67
YARN-2902. Killing a container that is localizing can orphan resources in the DOWNLOADING state. Contributed by Varun Saxena
...
(cherry picked from commit e2267de207
)
Conflicts:
hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-nodemanager/src/main/java/org/apache/hadoop/yarn/server/nodemanager/DockerContainerExecutor.java
hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-nodemanager/src/test/java/org/apache/hadoop/yarn/server/nodemanager/containermanager/localizer/TestResourceLocalizationService.java
2015-10-29 16:48:57 +00:00
Kihwal Lee
13b256ed22
HDFS-9083. Replication violates block placement policy. Contributed by Rushabh Shah.
2015-10-28 14:49:41 -05:00
Xuan
336be63dad
YARN-2859. ApplicationHistoryServer binds to default port 8188 in
...
MiniYARNCluster. Contributed by Vinod Kumar Vavilapalli
(cherry picked from commit 27414dac66
)
(cherry picked from commit 9ce5069d16
)
2015-10-28 10:34:28 -07:00
Akira Ajisaka
ce01a5951b
HDFS-9317. Document fsck -blockId and -storagepolicy options in branch-2.7. (aajisaka)
2015-10-28 13:14:58 +09:00
Kihwal Lee
59a2072135
HDFS-8950. NameNode refresh doesn't remove DataNodes that are no longer in the allowed list. Contributed by Daniel Templeton.
2015-10-27 16:42:33 -05:00
Kihwal Lee
1d23e1ec07
HDFS-7725. Incorrect 'nodes in service' metrics caused all writes to fail. Contributed by Ming Ma.
...
(cherry picked from commit 8104d52269
)
2015-10-27 11:09:05 -05:00
Arpit Agarwal
653ef52ef2
HDFS-9305. Delayed heartbeat processing causes storm of subsequent heartbeats. (Contributed by Arpit Agarwal)
2015-10-26 15:47:37 -07:00
Kihwal Lee
f2fd011cc1
HDFS-9290. DFSClient#callAppend() is not backward compatible for slightly older NameNodes. Contributed by Tony Wu.
...
(cherry picked from commit b9e0417bdf
)
Conflicts:
hadoop-hdfs-project/hadoop-hdfs/src/main/java/org/apache/hadoop/hdfs/DFSClient.java
2015-10-23 16:46:14 -05:00
Jason Lowe
2b6ce20e1c
YARN-4041. Slow delegation token renewal can severely prolong RM recovery. Contributed by Sunil G
...
(cherry picked from commit d3a34a4f38
)
Conflicts:
hadoop-yarn-project/CHANGES.txt
2015-10-23 20:59:28 +00:00
Jonathan Eagles
49a7d70f53
YARN-4009. CORS support for ResourceManager REST API. ( Varun Vasudev via jeagles)
...
(cherry picked from commit f8adeb712d
)
2015-10-23 11:18:32 -05:00
Jian He
7021e015d7
YARN-4000. RM crashes with NPE if leaf queue becomes parent queue during restart. Contributed by Varun Saxena
2015-10-21 16:37:21 -07:00
Jason Lowe
0dc69afdc7
MAPREDUCE-6518. Set SO_KEEPALIVE on shuffle connections. Contributed by Chang Li
...
(cherry picked from commit ee9b80acf8
)
2015-10-21 21:46:59 +00:00
Jonathan Eagles
7d3d0d6052
YARN-2513. Host framework UIs in YARN for use with the ATS (jeagles)
...
(cherry picked from commit 25f8f801d1
)
2015-10-21 15:40:24 -05:00
Tsuyoshi Ozawa
c74a32ea42
Moved CHANGES.txt entries to 2.6.2
...
YARN-2019, YARN-4092, YARN-4101, YARN-4087, YARN-3727, YARN-4005,
YARN-3780, YARN-3802, YARN-3896, YARN-3554, YARN-3194, YARN-3798
(cherry picked from commit 14f0e2787c
)
Conflicts:
hadoop-yarn-project/CHANGES.txt
2015-10-21 23:28:25 +09:00
Jason Lowe
29838ff5b1
YARN-4281. 2.7 RM app page is broken. Contributed by Chang Li
2015-10-21 13:43:25 +00:00
Kihwal Lee
3f3829e3a8
HADOOP-12464. Interrupted client may try to fail-over and retry. Contributed by Kihwal Lee.
...
(cherry picked from commit 6144e0137b
)
Conflicts:
hadoop-common-project/hadoop-common/src/main/java/org/apache/hadoop/io/retry/RetryInvocationHandler.java
2015-10-19 11:00:48 -05:00