Weiwei Yang
|
f09c31a97e
|
Revert "YARN-9655. AllocateResponse in FederationInterceptor lost applicationPriority. (hunshenshi via wwei) closes apache/hadoop#1023"
This reverts commit 5e7caf1287 .
|
2019-06-29 00:29:17 +08:00 |
|
Weiwei Yang
|
5e7caf1287
|
YARN-9655. AllocateResponse in FederationInterceptor lost applicationPriority. (hunshenshi via wwei) closes apache/hadoop#1023
|
2019-06-29 00:08:40 +08:00 |
|
Weiwei Yang
|
cbae241320
|
YARN-9623. Auto adjust max queue length of app activities to make sure activities on all nodes can be covered. Contributed by Tao Yang.
|
2019-06-28 23:24:53 +08:00 |
|
bibinchundatt
|
be80334cdf
|
YARN-9639. DecommissioningNodesWatcher cause memory leak. Contributed by Bilwa S T.
|
2019-06-27 09:59:44 +05:30 |
|
Giovanni Matteo Fumarola
|
1ac967a6b7
|
YARN-6055. ContainersMonitorImpl need be adjusted when NM resource changed. Contributed by Inigo Goiri.
|
2019-06-26 14:01:31 -07:00 |
|
Zhankun Tang
|
062eb605ac
|
YARN-9477. Implement VE discovery using libudev. Contributed by Peter Bacsko.
|
2019-06-26 23:53:14 +08:00 |
|
Eric Yang
|
b220ec6f61
|
YARN-9374. Improve Timeline service resilience when HBase is unavailable.
Contributed by Prabhu Joseph and Szilard Nemeth
|
2019-06-24 12:19:14 -04:00 |
|
Weiwei Yang
|
83dcb9d87e
|
YARN-9209. When nodePartition is not set in Placement Constraints, containers are allocated only in default partition. Contributed by Tarun Parimi.
|
2019-06-21 17:41:05 +08:00 |
|
Eric Yang
|
5bfdf62614
|
YARN-9631. Added ability to select JavaScript test or skip JavaScript tests for YARN application catalog.
Contributed by Eric Yang
(cherry picked from commit 6002b0c5c6994965d3f7231330248c093869dba2)
|
2019-06-19 18:48:16 -04:00 |
|
Eric Yang
|
b14f0569bb
|
YARN-9574. Update hadoop-yarn-applications-mawo artifactId to match directory name.
Contributed by Wanqiang Ji
(cherry picked from commit 5f758a69ede8fafd214857a74f5d3b46198094c4)
|
2019-06-18 13:51:12 -04:00 |
|
Wanqiang Ji
|
eb6be4643f
|
YARN-9630. [UI2] Add a link in docs's top page
Signed-off-by: Masatake Iwasaki <iwasakims@apache.org>
|
2019-06-18 14:54:21 +09:00 |
|
Zhankun Tang
|
67414a1a80
|
YARN-9584. Should put initializeProcessTrees method call before get pid. Contributed by Wanqiang Ji.
|
2019-06-18 12:23:52 +08:00 |
|
Zhankun Tang
|
304a47e22c
|
YARN-9608. DecommissioningNodesWatcher should get lists of running applications on node from RMNode. Contributed by Abhishek Modi.
|
2019-06-17 17:09:56 +08:00 |
|
Eric Yang
|
cda9f33745
|
YARN-8499 ATSv2 Generalize TimelineStorageMonitor.
Contributed by Prabhu Joseph
|
2019-06-14 18:59:14 -04:00 |
|
Eric Yang
|
3ba090f436
|
HADOOP-16366. Fixed ProxyUserAuthenticationFilterInitializer for timeline server.
Contributed by Prabhu Joseph
|
2019-06-14 12:54:16 -04:00 |
|
Giovanni Matteo Fumarola
|
bcfd228336
|
YARN-9599. TestContainerSchedulerQueuing#testQueueShedding fails intermittently. Contributed by Abhishek Modi.
|
2019-06-13 11:08:35 -07:00 |
|
Weiwei Yang
|
970b0b0c02
|
YARN-9578. Add limit/actions/summarize options for app activities REST API. Contributed by Tao Yang.
|
2019-06-13 10:44:47 +08:00 |
|
Eric Yang
|
205dd2d8e1
|
HADOOP-16367. Fixed MiniYarnCluster AuthenticationFilter initialization.
Contributed by Prabhu Joseph
|
2019-06-12 18:03:33 -04:00 |
|
bibinchundatt
|
2263ead365
|
YARN-9557. Application fails in diskchecker when ReadWriteDiskValidator is configured. Contributed by Bilwa S T.
|
2019-06-11 23:20:28 +05:30 |
|
bibinchundatt
|
60c95e9b6a
|
YARN-9565. RMAppImpl#ranNodes not cleared on FinalTransition. Contributed by Bilwa S T.
|
2019-06-11 23:11:49 +05:30 |
|
bibinchundatt
|
6d80b9bc3f
|
YARN-9594. Fix missing break statement in ContainerScheduler#handle. Contributed by lujie.
|
2019-06-11 22:49:21 +05:30 |
|
bibinchundatt
|
f7df55f4a8
|
YARN-9602. Use logger format in Container Executor. Contributed by Abhishek Modi.
|
2019-06-11 22:29:00 +05:30 |
|
Suma Shivaprasad
|
9191e08f0a
|
YARN-9569. Auto-created leaf queues do not honor cluster-wide min/max memory/vcores. Contributed by Craig Condit.
|
2019-06-10 14:33:24 -07:00 |
|
Adam Antal
|
e94e643584
|
YARN-9471. Cleanup in TestLogAggregationIndexFileController. Contributed by Adam Antal.
Signed-off-by: Wei-Chiu Chuang <weichiu@apache.org>
|
2019-06-10 12:18:15 -07:00 |
|
Eric Yang
|
cb9bc6e64c
|
YARN-9581. Fixed yarn logs cli to access RM2.
Contributed by Prabhu Joseph
|
2019-06-06 16:41:58 -04:00 |
|
Weiwei Yang
|
0976392502
|
YARN-9590. Correct incompatible, incomplete and redundant activities. Contributed by Tao Yang.
|
2019-06-06 21:59:01 +08:00 |
|
Sunil G
|
649666e118
|
YARN-9573. DistributedShell cannot specify LogAggregationContext. Contributed by Adam Antal.
|
2019-06-06 14:51:55 +05:30 |
|
Eric Yang
|
294695dd57
|
HADOOP-16314. Make sure all web end points are covered by the same authentication filter.
Contributed by Prabhu Joseph
|
2019-06-05 18:55:13 -04:00 |
|
Weiwei Yang
|
433e97cd34
|
YARN-9600. Support self-adaption width for columns of containers table on app attempt page. Contributed by Tao Yang.
|
2019-06-05 13:55:30 +08:00 |
|
Eric Yang
|
d45669cd3c
|
YARN-7537. Add ability to load hbase config from distributed file system.
Contributed by Prabhu Joseph
|
2019-06-04 19:26:06 -04:00 |
|
Zhankun Tang
|
606061aa14
|
YARN-9595. FPGA plugin: NullPointerException in FpgaNodeResourceUpdateHandler.updateConfiguredResource(). Contributed by Peter Bacsko.
|
2019-06-04 09:56:59 +08:00 |
|
Weiwei Yang
|
bd2590d71b
|
YARN-9580. Fulfilled reservation information in assignment is lost when transferring in ParentQueue#assignContainers. Contributed by Tao Yang.
|
2019-06-03 22:59:02 +08:00 |
|
Sunil G
|
59719dc560
|
YARN-8906. [UI2] NM hostnames not displayed correctly in Node Heatmap Chart. Contributed by Akhil PB.
|
2019-06-03 15:53:23 +05:30 |
|
Sunil G
|
7f46dda513
|
YARN-8947. [UI2] Active User info missing from UI2. Contributed by Akhil PB.
|
2019-06-03 12:24:35 +05:30 |
|
Weiwei Yang
|
4530f4500d
|
YARN-9507. Fix NPE in NodeManager#serviceStop on startup failure. Contributed by Bilwa S T.
|
2019-06-03 14:09:37 +08:00 |
|
Giovanni Matteo Fumarola
|
2210897609
|
YARN-9592. Use Logger format in ContainersMonitorImpl. Contributed by Inigo Goiri.
|
2019-05-31 17:35:49 -07:00 |
|
Eric Yang
|
4cb559ea7b
|
YARN-9027. Fixed LevelDBCacheTimelineStore initialization.
Contributed by Prabhu Joseph
|
2019-05-31 14:31:44 -04:00 |
|
Sunil G
|
52128e352a
|
YARN-9543. [UI2] Handle ATSv2 server down or failures cases gracefully in YARN UI v2. Contributed by Zoltan Siegl and Akhil P B.
|
2019-05-31 12:29:44 +05:30 |
|
Sunil G
|
e49162f4b3
|
YARN-9545. Create healthcheck REST endpoint for ATSv2. Contributed by Zoltan Siegl.
|
2019-05-31 10:28:09 +05:30 |
|
Sunil G
|
7861a5eb1a
|
YARN-9033. ResourceHandlerChain#bootstrap is invoked twice during NM start if LinuxContainerExecutor enabled. Contributed by Zhankun Tang.
|
2019-05-31 10:22:26 +05:30 |
|
Giovanni Matteo Fumarola
|
f1552f6edb
|
YARN-9553. Fix NPE in EntityGroupFSTimelineStore#getEntityTimelines. Contributed by Prabhu Joseph.
|
2019-05-30 11:42:27 -07:00 |
|
Sunil G
|
30c6dd92e1
|
YARN-9452. Fix TestDistributedShell and TestTimelineAuthFilterForV2 failures. Contributed by Prabhu Joseph.
|
2019-05-30 22:32:41 +05:30 |
|
Ahmed Hussein
|
abf76ac371
|
YARN-9563. Resource report REST API could return NaN or Inf (Ahmed Hussein via jeagles)
Signed-off-by: Jonathan Eagles <jeagles@gmail.com>
|
2019-05-29 11:24:08 -05:00 |
|
Eric E Payne
|
3c63551101
|
YARN-8625. Aggregate Resource Allocation for each job is not present in ATS. Contributed by Prabhu Joseph.
|
2019-05-29 16:05:39 +00:00 |
|
Weiwei Yang
|
544876fe12
|
YARN-8693. Add signalToContainer REST API for RMWebServices. Contributed by Tao Yang.
|
2019-05-29 16:34:48 +08:00 |
|
Akira Ajisaka
|
afd844059c
|
HADOOP-16331. Fix ASF License check in pom.xml
Signed-off-by: Takanobu Asanuma <tasanuma@apache.org>
|
2019-05-29 17:25:13 +09:00 |
|
Akira Ajisaka
|
4a692bc3be
|
YARN-9500. Fix typos in ResourceModel.md. Contributed by leiqiang.
|
2019-05-28 16:53:43 +09:00 |
|
Akira Ajisaka
|
9078e28a24
|
YARN-9503. Fix JavaDoc error in TestSchedulerOvercommit. Contributed by Wanqiang Ji.
|
2019-05-28 15:52:39 +09:00 |
|
Akira Ajisaka
|
9f933e6446
|
HADOOP-16323. https everywhere in Maven settings.
|
2019-05-27 15:24:59 +09:00 |
|
Weiwei Yang
|
9f056d905f
|
YARN-9497. Support grouping by diagnostics for query results of scheduler and app activities. Contributed by Tao Yang.
|
2019-05-26 09:56:36 -04:00 |
|