Wangda Tan
|
d58d75ca50
|
YARN-6509. Add a size threshold beyond which yarn logs will require a force option. (Xuan Gong via wangda)
Change-Id: I755fe903337d4ff9ec35dae5b9cce638794e1d0f
(cherry picked from commit ec2ae3060a )
|
2017-09-29 16:49:59 -07:00 |
Junping Du
|
c3eade44d0
|
YARN-7072. Add a new log aggregation file format controller. Contributed by Xuan Gong.
(cherry picked from commit 3fddabc2fe )
|
2017-09-29 16:49:44 -07:00 |
Wangda Tan
|
cdaab892d8
|
YARN-6550. Capture launch_container.sh logs to a separate log file. (Suma Shivaprasad via wangda)
Change-Id: I0ee0b1bb459437432a22cf68861a6354f0decabb
(cherry picked from commit febeead5f9 )
|
2017-09-29 16:46:34 -07:00 |
Eric Payne
|
7a9479597f
|
YARN-7084. TestSchedulingMonitor#testRMStarts fails sporadically. Contributed by Jason Lowe.
(cherry picked from commit 7f6118f918 )
|
2017-09-29 10:39:01 -05:00 |
Wangda Tan
|
091fc32ce8
|
YARN-6623. Add support to turn off launching privileged containers in the container-executor. (Varun Vasudev via wangda)
Change-Id: I76aec68cbfb42d239279d7245a03290d691e87a4
(cherry picked from commit d3b1c63195 )
|
2017-09-28 16:46:23 -07:00 |
Chris Trezzo
|
3d23522110
|
YARN-7250. Update Shared cache client api to use URLs.
(cherry picked from commit c114da5e64 )
|
2017-09-28 15:31:23 -07:00 |
Jason Lowe
|
a1e9739730
|
YARN-7248. NM returns new SCHEDULED container status to older clients. Contributed by Arun Suresh
(cherry picked from commit 85d81ae58e )
|
2017-09-28 14:14:14 -05:00 |
Andrew Wang
|
5a4f37019a
|
Preparing for 3.0.0 GA development
|
2017-09-28 11:32:01 -07:00 |
Arun Suresh
|
59453dad8c
|
YARN-7240. Add more states and transitions to stabilize the NM Container state machine. (Kartheek Muthyala via asuresh)
(cherry picked from commit df800f6cf3 )
|
2017-09-28 11:29:26 -07:00 |
Arun Suresh
|
ed855e2eef
|
YARN-6059. Update paused container state in the NM state store. (Hitesh Sharma via asuresh)
(cherry picked from commit 66ca0a6540 )
|
2017-09-28 11:27:43 -07:00 |
Arun Suresh
|
8eebee5094
|
YARN-5216. Expose configurable preemption policy for OPPORTUNISTIC containers running on the NM. (Hitesh Sharma via asuresh)
(cherry picked from commit 4f8194430f )
|
2017-09-28 11:24:20 -07:00 |
Arun Suresh
|
dd51a74601
|
YARN-5292. NM Container lifecycle and state transitions to support for PAUSED container state. (Hitesh Sharma via asuresh)
(cherry picked from commit 864fbacd45 )
|
2017-09-28 11:22:58 -07:00 |
Daniel Templeton
|
7b49de5e30
|
YARN-6622. Document Docker work as experimental (Contributed by Varun Vasudev)
(cherry picked from commit 6651cbcc72 )
|
2017-09-28 10:16:45 -07:00 |
Xuan
|
81e7872793
|
YARN-7257. AggregatedLogsBlock reports a bad 'end' value as a bad
'start' value. Contributed by Jason Lowe
(cherry picked from commit 28c4957fcc )
|
2017-09-27 15:47:45 -07:00 |
Chris Trezzo
|
ad7ed9d044
|
YARN-7253. Shared Cache Manager daemon command listed as admin subcmd in yarn script.
(cherry picked from commit c87db8d154 )
|
2017-09-27 11:36:42 -07:00 |
Jason Lowe
|
8526bfa19d
|
Revert "YARN-6570. No logs were found for running application, running"
This reverts commit e91447ccc9 .
|
2017-09-26 10:41:44 -05:00 |
Rohith Sharma K S
|
52571d9fa3
|
YARN-65. Reduce RM app memory footprint once app has completed. Contributed by Manikandan R.
(cherry picked from commit 06e5a7b5cf )
|
2017-09-26 14:46:47 +05:30 |
Akira Ajisaka
|
149d3ad6ba
|
YARN-7153. Remove duplicated code in AMRMClientAsyncImpl.java. Contributed by Sen Zhao.
(cherry picked from commit e928ee583c )
|
2017-09-26 02:04:23 +09:00 |
Junping Du
|
b58cc16171
|
YARN-7118. AHS REST API can return NullPointerException. Contributed by Billie Rinaldi.
(cherry picked from commit 4002bf0a9e )
|
2017-09-22 14:00:40 -07:00 |
Jason Lowe
|
a294bfd80e
|
YARN-4266. Allow users to enter containers as UID:GID pair instead of by username. Contributed by luhuichun, Zhankun Tang, and Eric Badger.
(cherry picked from commit bfd1a72ba8 )
|
2017-09-21 17:43:51 -05:00 |
Junping Du
|
9e3313f8a1
|
YARN-7034. DefaultLinuxContainerRuntime and DockerLinuxContainerRuntime sends client environment variables to container-executor. Contributed by Miklos Szegedi.
(cherry picked from commit e5e1851d80 )
|
2017-09-21 14:06:45 -07:00 |
Wangda Tan
|
4dbf7a501a
|
YARN-6991. "Kill application" button does not show error if other user tries to kill the application for secure cluster. (Suma Shivaprasad via wangda)
Change-Id: I7e7894b24609709f89064ee5882f055dbb09080b
(cherry picked from commit 263e2c692a )
|
2017-09-21 12:27:18 -07:00 |
Jason Lowe
|
1e55972273
|
YARN-6968. Hardcoded absolute pathname in DockerLinuxContainerRuntime. Contributed by Eric Badger
(cherry picked from commit 10d7493587 )
|
2017-09-21 08:44:16 -05:00 |
Sangjin Lee
|
f919bcadb7
|
YARN-6771. Use classloader inside configuration class to make new
classes. Contributed by Jongyoul Lee.
(cherry picked from commit 8b336632ac )
|
2017-09-20 22:54:30 -07:00 |
Junping Du
|
974605c025
|
YARN-7186. Fix finicky TestContainerManager tests. Contributed by Arun Suresh.
(cherry picked from commit 647b7527a9 )
|
2017-09-19 18:31:54 -07:00 |
Arun Suresh
|
2ccfe92a4e
|
YARN-7203. Add container ExecutionType into ContainerReport. (Botong Huang via asuresh)
(cherry picked from commit 56ef5279c1 )
|
2017-09-18 15:50:39 -07:00 |
Andrew Wang
|
531290c2c8
|
HADOOP-14835. mvn site build throws SAX errors. Contributed by Andrew Wang and Sean Mackrory.
(cherry picked from commit 3cf3540f19 )
|
2017-09-18 15:13:45 -07:00 |
Xuan
|
e91447ccc9
|
YARN-6570. No logs were found for running application, running
container. Contributed by Junping Du
(cherry picked from commit 7c732924a8 )
|
2017-09-18 14:05:02 -07:00 |
Jason Lowe
|
7e72be9456
|
YARN-7192. Add a pluggable StateMachine Listener that is notified of NM Container State changes. Contributed by Arun Suresh
(cherry picked from commit a4f9c7c924 )
|
2017-09-18 10:23:22 -05:00 |
Rohith Sharma K S
|
508e93e48c
|
YARN-7157. Add admin configuration to filter per-user's apps in secure cluster. Contributed by Sunil G.
|
2017-09-18 22:56:52 +10:00 |
Wangda Tan
|
e3a0104980
|
YARN-7149. Cross-queue preemption sometimes starves an underserved queue. (Eric Payne via wangda)
Change-Id: Ib269991dbebce160378e8372ee6d24849c4a5ed6
(cherry picked from commit 3dfa937a1fadfc62947755872515f549b3b15e6a)
|
2017-09-17 21:19:20 -07:00 |
Wangda Tan
|
03b6e95fa5
|
YARN-6977. Node information is not provided for non am containers in RM logs. (Suma Shivaprasad via wangda)
Change-Id: I0c44d09a560446dee2ba68c2b9ae69fce0ec1d3e
(cherry picked from commit 8a42e922fad613f3cf1cc6cb0f3fa72546a9cc56)
|
2017-09-17 21:19:20 -07:00 |
Junping Du
|
21f6aa77ab
|
YARN-7174. Add retry logic in LogsCLI when fetch running application logs. Contributed by Xuan Gong.
(cherry picked from commit 1a84c24b0c )
|
2017-09-15 15:34:30 -07:00 |
Yufei Gu
|
6362a9503d
|
YARN-6799. Remove the duplicated code in CGroupsHandlerImp.java. (Contributed by Weiyuan via Yufei Gu)
(cherry picked from commit 5ab21dfe9c )
|
2017-09-15 09:51:50 -07:00 |
Robert Kanter
|
d3d32d3580
|
YARN-7162. Remove XML excludes file format (rkanter)
|
2017-09-15 09:48:59 -07:00 |
Yufei Gu
|
8d49c2fc3b
|
YARN-7057. FSAppAttempt#getResourceUsage doesn't need to consider resources queued for preemption. (Contributed by Karthik via Yufei Gu)
(cherry picked from commit 82c5dd1d50 )
|
2017-09-14 15:48:48 -07:00 |
Robert Kanter
|
aa21b01fcb
|
YARN-7146. Many RM unit tests failing with FairScheduler (rkanter)
(cherry picked from commit bb34ae9554 )
|
2017-09-13 15:45:28 -07:00 |
Eric Payne
|
4f6e8e08dc
|
YARN-4727. Unable to override the $HADOOP_CONF_DIR env variable for container. Contributed by Jason Lowe.
(cherry picked from commit 3860be7961 )
|
2017-09-13 14:46:04 -05:00 |
Arun Suresh
|
783db4792c
|
YARN-7185. [Addendum patch] Minor javadoc and checkstyle fix.
(cherry picked from commit a1c398e0dc )
|
2017-09-12 17:04:25 -07:00 |
Arun Suresh
|
1230b60fa6
|
YARN-7185. ContainerScheduler should only look at availableResource for GUARANTEED containers when OPPORTUNISTIC container queuing is enabled. (Wangda Tan via asuresh)
(cherry picked from commit 2ae72692fc )
|
2017-09-12 16:38:58 -07:00 |
Wangda Tan
|
d2e3818823
|
YARN-7173. Container update RM-NM communication fix for backward compatibility. (Arun Suresh via wangda)
Change-Id: I1c39ed5c59dee739ba5044b61b3ef5ed203b79c1
(cherry picked from commit e74d1be04b )
|
2017-09-12 08:09:47 -07:00 |
Haibo Chen
|
13310f91a5
|
YARN-7132. FairScheduler.initScheduler() contains a surprising unary plus. (Yeliang Cang via Haibo Chen)
(cherry picked from commit fa531788fd )
|
2017-09-11 20:49:33 -07:00 |
Haibo Chen
|
4f58533389
|
YARN-7128. The error message in TimelineSchemaCreator is not enough to find out the error. (Jinjiang Ling via Haibo Chen)
(cherry picked from commit 661f5eb0c6 )
|
2017-09-11 16:22:06 -07:00 |
Sunil G
|
07cbb81e8b
|
YARN-7163. RMContext need not to be injected to webapp and other Always Running services. Contributed by Rohith Sharma K S.
(cherry picked from commit 722ee84194 )
|
2017-09-11 10:36:29 +05:30 |
Sunil G
|
ad09c8f299
|
YARN-7104. Improve Nodes Heatmap in new YARN UI with better color coding. Contributed by Da Ding.
(cherry picked from commit ab8368d2e0 )
|
2017-09-09 06:54:26 +05:30 |
Sunil G
|
6b54eec371
|
YARN-7022. Improve click interaction in queue topology in new YARN UI. Contributed by Abdullah Yousufi.
(cherry picked from commit ed162b7aa0 )
|
2017-09-09 06:42:55 +05:30 |
Sunil G
|
fd63f8112b
|
YARN-7075. Better styling for donut charts in new YARN UI. Contributed by Da Ding.
(cherry picked from commit 275980bb1e )
|
2017-09-09 06:33:14 +05:30 |
Sunil G
|
f3c9b2e40e
|
YARN-6992. Kill application button is visible even if the application is FINISHED in RM UI. Contributed by Suma Shivaprasad.
(cherry picked from commit 6f101e7df1 )
|
2017-09-09 06:25:53 +05:30 |
Haibo Chen
|
8ff2523687
|
HADOOP-14847. Remove Guava Supplier and change to java Supplier in AMRMClient and AMRMClientAysnc. (Bharat Viswanadham via Haibo Chen)
(cherry picked from commit 8edc60531f )
|
2017-09-08 14:35:03 -07:00 |
Rohith Sharma K S
|
720718eecc
|
YARN-7130. ATSv2 documentation changes post merge. Contributed by Varun Saxena.
(cherry picked from commit 0bfb3a2566 )
|
2017-09-08 22:42:02 +05:30 |