Jian He
|
885c76d85f
|
YARN-4617. LeafQueue#pendingOrderingPolicy should always use fixed ordering policy instead of using same as active applications ordering policy. Contributed by Rohith Sharma K S
|
2016-01-29 12:22:44 -08:00 |
Yongjun Zhang
|
2fb711bde9
|
HDFS-9638. Improve DistCp Help and documentation. (Wei-Chiu Chuang via Yongjun Zhang)
(cherry picked from commit eddd823cd6 )
|
2016-01-29 12:13:03 -08:00 |
Karthik Kambatla
|
9d1371d390
|
YARN-4647. Make RegisterNodeManagerRequestPBImpl thread-safe. (kasha)
(cherry picked from commit c9a09d6926 )
|
2016-01-29 08:19:34 -08:00 |
Devaraj K
|
123269c07f
|
YARN-4411. RMAppAttemptImpl#createApplicationAttemptReport throws
IllegalArgumentException. Contributed by Bibin A Chundatt and yarntime.
(cherry picked from commit a277bdc9ed )
|
2016-01-29 13:52:47 +05:30 |
Akira Ajisaka
|
6ce9b1240e
|
MAPREDUCE-6616. Fail to create jobhistory file if there are some multibyte characters in the job name. Contributed by Kousuke Saruta.
(cherry picked from commit d314a3f99d5d03c62a3b8fb8883886440ab7d1db)
|
2016-01-29 16:20:37 +09:00 |
Yongjun Zhang
|
a24898fd49
|
HDFS-9706. Log more details in debug logs in BlockReceiver's constructor. (Xiao Chen via Yongjun Zhang)
(cherry picked from commit 8ee060311c )
|
2016-01-28 23:13:41 -08:00 |
Rohith Sharma K S
|
b8d5df06f2
|
YARN-4543. Fix random test failure in TestNodeStatusUpdater.testStopReentrant. (Akihiro Suda via rohithsharmaks)
(cherry picked from commit ac68666803 )
|
2016-01-29 12:30:53 +05:30 |
Rohith Sharma K S
|
0466743afb
|
YARN-4219. addendum patch to fix javadoc errors
(cherry picked from commit 09d831c95b )
|
2016-01-29 11:53:06 +05:30 |
Colin Patrick Mccabe
|
dc65479fc0
|
HDFS-7764. DirectoryScanner shouldn't abort the scan if one directory had an error (Rakesh R via cmccabe)
(cherry picked from commit f67149ab08 )
|
2016-01-28 20:12:18 -08:00 |
Karthik Kambatla
|
363a8212ec
|
HADOOP-12702. Add an HDFS metrics sink. (Daniel Templeton via kasha)
(cherry picked from commit ee005e010c )
|
2016-01-28 17:45:50 -08:00 |
Jian He
|
36f0e73882
|
YARN-4519. Potential deadlock of CapacityScheduler between decrease container and assign containers. Contributed by Meng Ding
|
2016-01-28 14:52:00 -08:00 |
cnauroth
|
bd01fdb64d
|
MAPREDUCE-6563. Streaming documentation contains a stray % character. Contributed by Chris Nauroth.
(cherry picked from commit 41da9a0773 )
Conflicts:
hadoop-mapreduce-project/CHANGES.txt
|
2016-01-28 14:46:42 -08:00 |
Xuan
|
2f00d8d3a7
|
YARN-4219. New levelDB cache storage for timeline v1.5. Contributed by
Li Lu
(cherry picked from commit 9fab22b366 )
|
2016-01-28 14:36:58 -08:00 |
Jason Lowe
|
29195c7668
|
YARN-4643. Container recovery is broken with delegating container runtime. Contributed by Sidharta Seethana
(cherry picked from commit 61382ff8fa )
|
2016-01-28 19:00:51 +00:00 |
Rohith Sharma K S
|
6947a5d4be
|
YARN-4633. Fix random test failure in TestRMRestart#testRMRestartAfterPreemption. (Bibin A Chundatt via rohithsharmaks)
(cherry picked from commit ef343be82b )
|
2016-01-28 21:55:12 +05:30 |
Junping Du
|
db7ff115c0
|
MAPREDUCE-6595. Fix findbugs warnings in OutputCommitter and FileOutputCommitter. Contributed by Akira AJISAKA.
(cherry picked from commit 86560a4978 )
|
2016-01-28 06:18:59 -08:00 |
Tsz-Wo Nicholas Sze
|
d37ecbf721
|
HDFS-9654. Code refactoring for HDFS-8578.
|
2016-01-28 10:56:39 +08:00 |
Tsz-Wo Nicholas Sze
|
b10d8ced21
|
HDFS-8999. Allow a file to be closed with COMMITTED but not yet COMPLETE blocks.
|
2016-01-28 10:42:40 +08:00 |
Robert Kanter
|
a99fa74490
|
MAPREDUCE-6431. JobClient should be an AutoClosable (haibochen via rkanter)
(cherry picked from commit dca0dc8ac2 )
|
2016-01-27 17:11:41 -08:00 |
Jing Zhao
|
d7982222fa
|
HDFS-9677. Rename generationStampV1/generationStampV2 to legacyGenerationStamp/generationStamp. Contributed by Mingliang Liu.
|
2016-01-27 15:51:10 -08:00 |
Jian He
|
da18bbedaf
|
MAPREDUCE-6619. HADOOP_CLASSPATH is overwritten in MR container. Contributed by Junping Du
|
2016-01-27 13:16:59 -08:00 |
Karthik Kambatla
|
c25154576b
|
YARN-4462. FairScheduler: Disallow preemption from a queue. (Tao Jie via kasha)
(cherry picked from commit fb238d7e5d )
|
2016-01-27 12:29:25 -08:00 |
Colin Patrick Mccabe
|
b94fbdf6f0
|
HADOOP-12735. core-default.xml misspells hadoop.workaround.non.threadsafe.getpwuid (Ray Chiang via cmccabe)
(cherry picked from commit 2e8ab3d465 )
|
2016-01-27 11:40:42 -08:00 |
Yongjun Zhang
|
a1f913fb6e
|
HADOOP-12718. Incorrect error message by fs -put local dir without permission. (John Zhuge via Yongjun Zhang)
(cherry picked from commit 97056c3355 )
|
2016-01-27 08:05:17 -08:00 |
Rohith Sharma K S
|
0b8767e01a
|
YARN-4573. Fix test failure in TestRMAppTransitions#testAppRunningKill and testAppKilledKilled. (Takashi Ohnishi via rohithsharmaks)
(cherry picked from commit c01bee0108 )
|
2016-01-27 08:24:37 +05:30 |
Xuan
|
69f3fa71a2
|
YARN-4612. Fix rumen and scheduler load simulator handle killed tasks
properly. Contributed by Ming Ma.
(cherry picked from commit 4efdf3a979 )
|
2016-01-26 18:18:03 -08:00 |
Zhe Zhang
|
2056dd7d3a
|
HDFS-9541. Add hdfsStreamBuilder API to libhdfs to support defaultBlockSizes greater than 2 GB. Contributed by Colin Patrick McCabe.
Change-Id: Ifce1b9be534dc8f7e9d2634cd60e423921b9810f
|
2016-01-26 11:26:31 -08:00 |
Jian He
|
ad42229683
|
MAPREDUCE-6610. JobHistoryEventHandler should not swallow timeline response. Contributed by Li Lu
|
2016-01-25 23:01:29 -08:00 |
Tsz-Wo Nicholas Sze
|
c59c142f47
|
HDFS-9690. ClientProtocol.addBlock is not idempotent after HDFS-8071.
|
2016-01-26 14:56:23 +08:00 |
Jitendra Pandey
|
4334976187
|
HDFS-9672. o.a.h.hdfs.TestLeaseRecovery2 fails intermittently. Contributed by Mingliang Liu.
|
2016-01-25 17:06:36 -08:00 |
Vinod Kumar Vavilapalli (I am also known as @tshooter.)
|
47b20d0c74
|
YARN-3542. Refactored existing CPU cgroups support to use the newer and integrated ResourceHandler mechanism, and also deprecated the old LCEResourceHandler inteface hierarchy. Contributed by Varun Vasudev.
(cherry picked from commit 2085e60a96 )
|
2016-01-25 16:22:47 -08:00 |
Vinod Kumar Vavilapalli (I am also known as @tshooter.)
|
97f6cfa94b
|
Release process for 2.7.2: Set the release date for 2.7.2
(cherry picked from commit ec4d2d9f40 )
|
2016-01-25 15:47:02 -08:00 |
Jian He
|
2d236c9de2
|
YARN-4520. Finished app info is unnecessarily persisted in NM state-store if container is acquired but not lunched on this node. Contributed by sandflee
|
2016-01-25 15:36:40 -08:00 |
Arpit Agarwal
|
0dbaef4377
|
HDFS-9094. Add command line option to ask NameNode reload configuration. (Contributed by Xiaobing Zhou)
|
2016-01-25 12:16:45 -08:00 |
Walter Su
|
75b83af20e
|
HADOOP-12715. TestValueQueue#testgetAtMostPolicyALL fails intermittently. Contributed by Xiao Chen.
(cherry picked from commit 6eacdea0e4 )
|
2016-01-25 19:42:56 +08:00 |
Akira Ajisaka
|
02d4a1fce3
|
YARN-4592. Remove unused GetContainerStatus proto. Contributed by Chang Li.
(cherry picked from commit 56a0c17508 )
|
2016-01-25 15:20:45 +09:00 |
Akira Ajisaka
|
38ec290455
|
HADOOP-12736. TestTimedOutTestsListener#testThreadDumpAndDeadlocks sometimes times out. Contributed by Xiao Chen.
(cherry picked from commit 643227927a )
|
2016-01-25 13:59:48 +09:00 |
Akira Ajisaka
|
4edd7bd820
|
HADOOP-12731. Remove useless boxing/unboxing code. Contributed by Kousuke Saruta.
(cherry picked from commit 736eb17a79 )
|
2016-01-25 13:48:28 +09:00 |
Akira Ajisaka
|
a9386cae6e
|
MAPREDUCE-6614. Remove unnecessary code in TestMapreduceConfigFields. Contributed by Kai Sasaki.
|
2016-01-25 11:39:42 +09:00 |
Eric Yang
|
da61953a0b
|
HDFS-9653. Added blocks pending deletion report to dfsadmin.
(Weiwei Yang via eyang)
|
2016-01-24 14:26:46 -08:00 |
rohithsharmaks
|
7e66b2f22c
|
YARN-4613. Fix test failure in TestClientRMService#testGetClusterNodes. (Takashi Ohnishi via rohithsharmaks)
(cherry picked from commit 10dc2c0493 )
|
2016-01-24 23:37:11 +05:30 |
rohithsharmaks
|
280c9b8401
|
YARN-4614. Fix random failure in TestApplicationPriority#testApplicationPriorityAllocationWithChangeInPriority. (Sunil G via rohithsharmaks)
(cherry picked from commit 99829eb221 )
|
2016-01-23 07:58:16 +05:30 |
Xuan
|
1d19557dda
|
YARN-4496. Improve HA ResourceManager Failover detection on the client.
Contributed by Jian He
(cherry picked from commit 618bfd6ac2 )
|
2016-01-22 18:21:50 -08:00 |
Jason Lowe
|
635849fa45
|
YARN-4598. Invalid event: RESOURCE_FAILED at CONTAINER_CLEANEDUP_AFTER_KILL. Contributed by tangshangwen
(cherry picked from commit 46e5ea81e0 )
|
2016-01-22 21:55:59 +00:00 |
Jason Lowe
|
ad84f90e88
|
YARN-4371. "yarn application -kill" should take multiple application ids. Contributed by Sunil G
(cherry picked from commit e91e8b711c )
|
2016-01-22 21:37:08 +00:00 |
rohithsharmaks
|
1cec12d95a
|
YARN-4574. Fix random failure in TestAMRMClientOnRMRestart. (Takashi Ohnishi via rohithsharmaks)
(cherry picked from commit 34a3900773 )
|
2016-01-22 21:18:42 +05:30 |
Kihwal Lee
|
b5db1d4410
|
HDFS-8898. Create API and command-line argument to get quota and quota usage without detailed content summary. Contributed by Ming Ma.
|
2016-01-22 09:19:23 -06:00 |
rohithsharmaks
|
493275b27b
|
YARN-4497. RM might fail to restart when recovering apps whose attempts are missing. (Jun Gong via rohithsharmaks)
(cherry picked from commit d6258b33a7 )
|
2016-01-22 20:29:10 +05:30 |
Akira Ajisaka
|
6368d102b9
|
HADOOP-12730. Hadoop streaming -mapper and -reducer options are wrongly documented as required. Contributed by Kengo Seki.
(cherry picked from commit 0bae506c22 )
|
2016-01-22 21:09:09 +09:00 |
Akira Ajisaka
|
4fe28a644e
|
HDFS-9682. Fix a typo "aplication" in HttpFS document. Contributed by Weiwei yang.
(cherry picked from commit 6831634682 )
|
2016-01-22 20:12:39 +09:00 |