Wangda Tan
d49262a172
YARN-3521. Support return structured NodeLabel objects in REST API (Sunil G via wangda)
...
(cherry picked from commit 7f19e7a2549a098236d06b29b7076bb037533f05)
2015-05-13 13:43:57 -07:00
Wangda Tan
8555a5146d
YARN-3579. CommonNodeLabelsManager should support NodeLabel instead of string label name when getting node-to-label/label-to-label mappings. (Sunil G via wangda)
...
(cherry picked from commit d4f53fc9631d682cd79ba440aefa6750dcc898be)
2015-05-13 13:33:38 -07:00
Xuan
487d9b0f3f
YARN-3626. On Windows localized resources are not moved to the front of the classpath when they should be. Contributed by Craig Welch
...
(cherry picked from commit 0f95921447ea547bdf9caf18f7fde46bc66031f8)
2015-05-13 13:12:04 -07:00
Wangda Tan
3df8880bbe
YARN-2921. Fix MockRM/MockAM#waitForState sleep too long. (Tsuyoshi Ozawa via wangda)
...
(cherry picked from commit 341a476812015d0d584b198b451ea9458645a47c)
2015-05-13 13:07:05 -07:00
cnauroth
ddc4afeff2
HADOOP-11966. Variable cygwin is undefined in hadoop-config.sh when executed through hadoop-daemon.sh. Contributed by Chris Nauroth.
2015-05-13 12:25:49 -07:00
Kihwal Lee
2e9392c157
HDFS-8358. TestTraceAdmin fails. Contributed by Masatake Iwasaki.
...
(cherry picked from commit f9a46a00d2020c6d6466fbc829ada0521cb78dc0)
2015-05-13 14:16:37 -05:00
Tsz-Wo Nicholas Sze
bdf8f64be8
HDFS-8143. Mover should exit after some retry when failed to move blocks. Contributed by surendra singh lilhore
2015-05-13 11:58:35 -07:00
Vinayakumar B
2adb1257b1
HDFS-6300. Prevent multiple balancers from running simultaneously (Contributed by Rakesh R)
...
(cherry picked from commit 065d8f2a34296b566e7ca541a284f7991212f14c)
2015-05-13 17:30:40 +05:30
Akira Ajisaka
b9a92c4452
HADOOP-9723. Improve error message when hadoop archive output path already exists. Contributed by Jean-Baptiste Onofré and Yongjun Zhang.
...
(cherry picked from commit 92c38e41e1fffb9d60d4fa5d4d2212777af9e9a5)
2015-05-13 17:30:49 +09:00
Tsuyoshi Ozawa
780d4f416e
MAPREDUCE-6366. mapreduce.terasort.final.sync configuration in TeraSort doesn't work. Contributed by Takuya Fukudome.
...
(cherry picked from commit e82067bfe680ce04acc0153693cce3cd385e5567)
2015-05-13 16:45:46 +09:00
Akira Ajisaka
345e62c6d5
Revert "MAPREDUCE-5762. Port MAPREDUCE-3223 (Remove MRv1 config from mapred-default.xml) to branch-2. (aajisaka)"
...
This reverts commit 853cc0466811c310486fff6042d7b76ab3b78947.
2015-05-13 14:02:41 +09:00
Zhijie Shen
6043224458
YARN-3539. Updated timeline server documentation and marked REST APIs evolving. Contributed by Steve Loughran.
...
(cherry picked from commit fcd0702c10ce574b887280476aba63d6682d5271)
2015-05-12 21:13:47 -07:00
Akira Ajisaka
7596c6e731
HDFS-6184. Capture NN's thread dump when it fails over. Contributed by Ming Ma.
...
(cherry picked from commit 2463666ecb553dbde1b8c540a21ad3d599239acf)
2015-05-13 11:37:59 +09:00
Vinod Kumar Vavilapalli
d5755ba241
MAPREDUCE-6251. Added a new config for JobClient to retry JobStatus calls so that they don't fail on history-server backed by DFSes with not so strong guarantees. Contributed by Craig Welch.
...
(cherry picked from commit f24452d14e9ba48cdb82e5e6e5c10ce5b1407308)
2015-05-12 12:13:23 -07:00
Karthik Kambatla
9d6c63f8be
YARN-3613. TestContainerManagerSecurity should init and start Yarn cluster in setup instead of individual methods. (nijel via kasha)
...
(cherry picked from commit fe0df596271340788095cb43a1944e19ac4c2cf7)
2015-05-12 10:45:51 -07:00
Haohui Mai
8011d4688f
HADOOP-11962. Sasl message with MD5 challenge text shouldn't be LOG out even in debug level. Contributed by Junping Du.
2015-05-12 10:30:43 -07:00
Devaraj K
5fceebd696
YARN-3629. NodeID is always printed as "null" in node manager
...
initialization log. Contributed by nijel.
(cherry picked from commit 5c2f05cd9bad9bf9beb0f4ca18f4ae1bc3e84499)
2015-05-12 22:22:40 +05:30
Tsuyoshi Ozawa
fb5b0ebb45
MAPREDUCE-6361. NPE issue in shuffle caused by concurrent issue between copySucceeded() in one thread and copyFailed() in another thread on the same host. Contributed by Junping Du.
...
(cherry picked from commit f4e2b3cc0b1f4e49c306bc09a9dddd0495225bb2)
2015-05-13 00:28:36 +09:00
yliu
c31c6fbda7
HDFS-8255. Rename getBlockReplication to getPreferredBlockReplication. (Contributed by Zhe Zhang)
2015-05-12 21:26:57 +08:00
Devaraj K
f887243f88
YARN-3513. Remove unused variables in ContainersMonitorImpl and add debug
...
log for overall resource usage by all containers. Contributed by
Naganarasimha G R.
(cherry picked from commit 8badd82ce256e4dc8c234961120d62a88358ab39)
2015-05-12 16:56:26 +05:30
Vinayakumar B
cda1962996
MAPREDUCE-6360. TestMapreduceConfigFields is placed in wrong dir, introducing compile error (Contributed by Arshad Mohammad)
...
(cherry picked from commit 360dff5903085c3c7f02ccf9f17d71a842275e48)
2015-05-12 12:50:44 +05:30
Vinayakumar B
e1b8bb9d84
HDFS-8362. Java Compilation Error in TestHdfsConfigFields.java (Contributed by Arshad Mohammad)
...
(cherry picked from commit 987abc99b0309a07f0a342746b2a5048d5c36ce0)
2015-05-12 12:10:14 +05:30
Wangda Tan
12584ac10e
Move YARN-3493 from 2.8 to 2.7.1 in CHANGES.txt
2015-05-11 18:08:25 -07:00
Wangda Tan
d06d2a96f5
YARN-3489. RMServerUtils.validateResourceRequests should only obtain queue info once. (Varun Saxena via wangda)
...
(cherry picked from commit d6f6741296639a73f5306e3ebefec84a40ca03e5)
2015-05-11 17:35:01 -07:00
Jason Lowe
53e9973afc
MAPREDUCE-5465. Tasks are often killed before they exit on their own. Contributed by Ming Ma
2015-05-11 22:40:05 +00:00
Wangda Tan
2c80a3fe19
Moved YARN-3434. (Interaction between reservations and userlimit can result in significant ULF violation.) From 2.8.0 to 2.7.1
...
(cherry picked from commit 1952f88889395870e7b631d43418e075e774b9d2)
2015-05-11 15:22:25 -07:00
Kihwal Lee
50778f9d45
HDFS-7916. 'reportBadBlocks' from datanodes to standby Node BPServiceActor goes for infinite loop. Contributed by Rushabh Shah.
...
(cherry picked from commit ea11590aad952b5b560a5101d064adf27d8656db)
2015-05-11 14:33:45 -05:00
Allen Wittenauer
733579ddc8
re-commit of HADOOP-11881
2015-05-11 12:13:55 -07:00
Allen Wittenauer
93bbbddda2
HADOOP-11947. test-patch should return early from determine-issue when run in jenkins mode. (Sean Busbey via aw)
2015-05-11 12:08:23 -07:00
Allen Wittenauer
5c7c7b7b74
HADOOP-11948. test-patch's issue matching regex should be configurable. (Sean Busbey via aw)
2015-05-11 11:54:21 -07:00
Allen Wittenauer
cea8213c3e
HADOOP-11950. Add cli option to test-patch to set the project-under-test (Sean Busbey via aw)
2015-05-11 11:51:04 -07:00
Allen Wittenauer
6307687f7d
HADOOP-11951. test-patch should give better info about failures to handle dev-support updates without resetrepo option (Sean Busbey via aw)
2015-05-11 11:46:14 -07:00
Allen Wittenauer
fa1cf5a51a
HADOOP-11928. Test-patch check for @author tags incorrectly flags removal of @author tags (Kengo Seki via aw)
2015-05-11 11:35:42 -07:00
Akira Ajisaka
77587fe198
HADOOP-11663. Remove description about Java 6 from docs. Contributed by Masatake Iwasaki.
...
(cherry picked from commit b9cebfc0ba871beb99f634a1a8c797e143ecc6d4)
2015-05-12 00:31:28 +09:00
Junping Du
a1a7deebf8
YARN-3587. Fix the javadoc of DelegationTokenSecretManager in yarn, etc. projects. Contributed by Gabor Liptak.
...
(cherry picked from commit 7e543c27fa2881aa65967be384a6203bd5b2304f)
2015-05-11 05:28:25 -07:00
Akira Ajisaka
703f1e9d16
HDFS-8351. Remove namenode -finalize option from document. (aajisaka)
...
(cherry picked from commit 3fa2efc09f051b6fc6244f0edca46d3d06f4ae3b)
2015-05-11 15:37:12 +09:00
Haohui Mai
1f499a61dc
HDFS-8357. Consolidate parameters of INode.CleanSubtree() into a parameter objects. Contributed by Li Lu.
2015-05-09 22:52:07 -07:00
Karthik Kambatla
3cf4f24a9f
YARN-3395. FairScheduler: Trim whitespaces when using username for queuename. (Zhihai Xu via kasha)
...
(cherry picked from commit a60f78e98ed73ab320576c652c577f119ce70901)
2015-05-09 15:41:49 -07:00
Karthik Kambatla
52469b10dd
MAPREDUCE-6353. Divide by zero error in MR AM when calculating available containers. (Anubhav Dhoot via kasha)
...
(cherry picked from commit 1773aac780585871072960a5863af461e112a030)
2015-05-09 14:43:57 -07:00
Karthik Kambatla
e8dd0bc4fd
YARN-1287. Consolidate MockClocks. (Sebastian Wong and Anubhav Dhoot via kasha)
...
(cherry picked from commit 70fb37cd79a7eba6818313960624380bacfe0bb2)
2015-05-09 14:35:13 -07:00
Junping Du
39c188449e
MAPREDUCE-6359. In RM HA setup, Cluster tab links populated with AM hostname instead of RM. Contributed by zhaoyunjiong.
...
(cherry picked from commit df36ad0a08261b03c250b6f745b27e5f83e4286e)
2015-05-09 06:12:01 -07:00
Haohui Mai
300d36cee7
HDFS-8327. Compute storage type quotas in INodeFile.computeQuotaDeltaForTruncate(). Contributed by Haohui Mai.
2015-05-08 23:09:57 -07:00
Haohui Mai
51bfb66ec8
Add missing entry in CHANGES.txt for HDFS-6757.
2015-05-08 23:09:55 -07:00
Haohui Mai
73d61f7ae7
HDFS-6757. Simplify lease manager with INodeID. Contributed by Haohui Mai.
2015-05-08 23:04:57 -07:00
Xuan
acb342b77c
YARN-1912. ResourceLocalizer started without any jvm memory control.
...
Contributed by Masatake Iwasaki
(cherry picked from commit 6471d18bc72bc6c83ce31a03b5c5f5737847bb6d)
2015-05-08 20:02:23 -07:00
Xuan
fc980247a6
YARN-3602. TestResourceLocalizationService.testPublicResourceInitializesLocalDir fails Intermittently due to IOException from cleanup. Contributed by zhihai xu
...
(cherry picked from commit 333f9a896d8a4407ce69cfd0dc8314587a339233)
2015-05-08 17:54:46 -07:00
Zhijie Shen
ef096599c3
YARN-2206. Updated document for applications REST API response examples. Contributed by Kenji Kikushima and Brahma Reddy Battula.
...
(cherry picked from commit 08f0ae403c649b28925d3b339b7b6de1d7ec2c0c)
2015-05-08 16:41:29 -07:00
Karthik Kambatla
a7d8f21630
YARN-3271. FairScheduler: Move tests related to max-runnable-apps from TestFairScheduler to TestAppRunnability. (nijel via kasha)
...
(cherry picked from commit 2fb44c8aaf7f35f425d80b133a28b1c1f305c3e6)
2015-05-08 16:40:36 -07:00
Karthik Kambatla
21a07769d4
YARN-1050. Document the Fair Scheduler REST API. (Kenji Kikushima and Roman Shaposhnik via kasha)
...
(cherry picked from commit 96473bdc2b090c13708fd467fd626621ef1d47eb)
2015-05-08 16:31:30 -07:00
Arpit Agarwal
969a8f6c96
HDFS-8097. TestFileTruncate is failing intermittently. (Contributed by Rakesh R)
2015-05-08 16:29:01 -07:00