Sangjin Lee
|
d0145b79fe
|
YARN-5715. Introduce entity prefix for return and sort order. Contributed by Rohith Sharma K S.
|
2016-11-06 14:49:52 +05:30 |
Varun Saxena
|
b880238c0a
|
YARN-3649. Allow configurable prefix for hbase table names like prod, exp, test etc (Vrushali C via Varun Saxena)
|
2016-11-06 14:49:52 +05:30 |
Sangjin Lee
|
b92689ff30
|
YARN-5638. Introduce a collector timestamp to uniquely identify collectors creation order in collector discovery. Contributed by Li Lu.
|
2016-11-06 14:31:44 +05:30 |
Li Lu
|
3ba8596095
|
YARN-5229. Refactor #isApplicationEntity and #getApplicationEvent from HBaseTimelineWriterImpl. (Vrushali C via gtcarrera9)
|
2016-11-06 12:47:32 +05:30 |
Sangjin Lee
|
a0df146f3f
|
YARN-5156. YARN_CONTAINER_FINISHED of YARN_CONTAINERs will always have running state (Vrushali C via sjlee)
|
2016-11-06 12:47:32 +05:30 |
Jason Lowe
|
6bb741ff0e
|
YARN-5837. NPE when getting node status of a decommissioned node after an RM restart. Contributed by Robert Kanter
|
2016-11-04 22:20:21 +00:00 |
Arun Suresh
|
0aafc122d4
|
YARN-2995. Enhance UI to show cluster resource utilization of various container Execution types. (Konstantinos Karanasos via asuresh)
|
2016-11-04 07:31:54 -07:00 |
Sunil
|
19b3779ae7
|
YARN-5802. updateApplicationPriority api in scheduler should ensure to re-insert app to correct ordering policy. Contributred by Bibin A Chundatt
|
2016-11-04 16:07:28 +05:30 |
Varun Vasudev
|
9ee0e3172e
|
YARN-5822. Log ContainerRuntime initialization error in LinuxContainerExecutor. Contributed by Sidharta Seethana.
|
2016-11-03 22:33:43 +05:30 |
Jason Lowe
|
352cbaa7a5
|
YARN-4862. Handle duplicate completed containers in RMNodeImpl. Contributed by Rohith Sharma K S
|
2016-11-03 13:54:31 +00:00 |
Varun Saxena
|
377919010b
|
YARN-5815. Random failure of TestApplicationPriority.testOrderOfActivatingThePriorityApplicationOnRMRestart (Bibin A Chundatt via Varun Saxena)
|
2016-11-03 00:37:09 +05:30 |
Jason Lowe
|
76893a4100
|
YARN-5001. Aggregated Logs root directory is created with wrong group if nonexistent. Contributed by Haibo Chen
|
2016-11-01 20:23:24 +00:00 |
Rohith Sharma K S
|
9d0c2ad5a5
|
YARN-3732. Change NodeHeartbeatResponse.java and RegisterNodeManagerResponse.java as abstract classes. Contributed by Devaraj K.
|
2016-11-01 16:25:45 +05:30 |
Varun Saxena
|
7d2d8d25ba
|
YARN-5788. Apps not activiated and AM limit resource in UI and REST not updated after -replaceLabelsOnNode (Bibin A Chundatt via Varun Saxena)
|
2016-11-01 15:32:04 +05:30 |
Varun Saxena
|
310aa4686e
|
YARN-5805. Add isDebugEnabled check for debug logs in nodemanager (Bibin A Chundatt via Varun Saxena)
|
2016-11-01 14:51:31 +05:30 |
Karthik Kambatla
|
733aa99313
|
YARN-4998. Minor cleanup to UGI use in AdminService. (Daniel Templeton via kasha)
|
2016-10-31 16:26:01 -07:00 |
Wangda Tan
|
90dd3a8148
|
YARN-2009. CapacityScheduler: Add intra-queue preemption for app priority support. (Sunil G via wangda)
|
2016-10-31 15:18:31 -07:00 |
Daniel Templeton
|
f3eb4c3c73
|
YARN-5793. Trim configuration values in DockerLinuxContainerRuntime (Contributed by Tianyin Xu via Daniel Templeton)
|
2016-10-31 13:51:07 -07:00 |
Daniel Templeton
|
2528bea67f
|
YARN-4396. Log the trace information on FSAppAttempt#assignContainer (Contributed by Yiqun Li via Daniel Templeton)
|
2016-10-31 13:34:25 -07:00 |
Daniel Templeton
|
cc2c993a8a
|
YARN-4907. Make all MockRM#waitForState consistent. (Contributed by Yufei Gu via Daniel Templeton)
|
2016-10-31 13:20:56 -07:00 |
Naganarasimha
|
e0bebbbcdd
|
YARN-4498. Application level node labels stats to be available in REST. Contributed by Bibin A Chundatt
|
2016-10-31 04:38:20 +05:30 |
Arun Suresh
|
aa3cab1eb2
|
YARN-5799. Fix Opportunistic Allocation to set the correct value of Node Http Address. (asuresh)
|
2016-10-29 02:03:57 -07:00 |
Varun Saxena
|
1c8ab41e8b
|
YARN-5773. RM recovery too slow due to LeafQueue#activateApplications (Bibin A Chundatt via Varun Saxena)
|
2016-10-29 13:47:39 +05:30 |
Jason Lowe
|
1eae719bce
|
YARN-4963. capacity scheduler: Make number of OFF_SWITCH assignments per heartbeat configurable. Contributed by Nathan Roberts
|
2016-10-28 17:30:15 +00:00 |
Jason Lowe
|
1b79c417dc
|
YARN-5767. Fix the order that resources are cleaned up from the local Public/Private caches. Contributed by Chris Trezzo
|
2016-10-28 15:58:04 +00:00 |
Jason Lowe
|
7146359bfd
|
YARN-5027. NM should clean up app log dirs after NM restart. Contributed by sandflee
|
2016-10-28 15:48:58 +00:00 |
Jason Lowe
|
c017171da0
|
HADOOP-13770. Shell.checkIsBashSupported swallowed an interrupted exception. Contributed by Wei-Chiu Chuang
|
2016-10-28 14:57:50 +00:00 |
Karthik Kambatla
|
4df8ed63ed
|
YARN-4743. FairSharePolicy breaks TimSort assumption. (Zephyr Guo and Yufei Gu via kasha)
|
2016-10-27 17:45:48 -07:00 |
Subru Krishnan
|
b2c4f24c31
|
YARN-2306. Add test for leakage of reservation metrics in fair scheduler. (Hong Zhiguo and Yufei Gu via subru).
|
2016-10-27 17:43:13 -07:00 |
Robert Kanter
|
5877f20f9c
|
HADOOP-10075. Update jetty dependency to version 9 (rkanter)
|
2016-10-27 16:09:00 -07:00 |
Vrushali Channapattan
|
022bf783aa
|
YARN-4765 Split TestHBaseTimelineStorage into multiple test classes (Varun Saxena via Vrushali C)
(cherry picked from commit 513dcf6817dd76fde8096ff04cd888d7c908461d)
|
2016-10-27 15:37:36 -07:00 |
Carlo Curino
|
892a8348fc
|
YARN-3432. Cluster metrics have wrong Total Memory when there is reserved memory on CS. (Brahma Reddy Battula via curino)
|
2016-10-27 15:15:49 -07:00 |
Subru Krishnan
|
79ae78dcbe
|
YARN-3568. TestAMRMTokens should use some random port. (Takashi Ohnishi via Subru).
|
2016-10-27 15:11:12 -07:00 |
Daniel Templeton
|
b98fc8249f
|
YARN-4710. Reduce logging application reserved debug info in FSAppAttempt#assignContainer (Contributed by Yiqun Lin via Daniel Templeton)
|
2016-10-27 14:42:19 -07:00 |
Robert Kanter
|
9449519a25
|
YARN-5776. Checkstyle: MonitoringThread.Run method length is too long (miklos.szegedi@cloudera.com via rkanter)
|
2016-10-27 14:36:38 -07:00 |
Jason Lowe
|
7e3c327d31
|
YARN-4831. Recovered containers will be killed after NM stateful restart. Contributed by Siqi Li
|
2016-10-27 20:42:52 +00:00 |
Robert Kanter
|
6fbfb501f2
|
YARN-4456. Clean up Lint warnings in nodemanager (templedf via rkanter)
|
2016-10-27 12:37:01 -07:00 |
Varun Saxena
|
79aeddc88f
|
YARN-5308. FairScheduler: Move continuous scheduling related tests to TestContinuousScheduling (Kai Sasaki via Varun Saxena)
|
2016-10-28 00:34:50 +05:30 |
Naganarasimha
|
b3c15e4ef7
|
YARN-5420. Delete org.apache.hadoop.yarn.server.resourcemanager.resource.Priority as its not necessary. Contributed by Sunil G.
|
2016-10-27 18:22:07 +05:30 |
Naganarasimha
|
6c8830992c
|
YARN-3848. TestNodeLabelContainerAllocation is timing out. Contributed by Varun Saxena
|
2016-10-27 17:10:02 +05:30 |
Varun Saxena
|
7b4e9ec3b0
|
YARN-5686. DefaultContainerExecutor random working dir algorigthm skews results (Vrushali C via Varun Saxena)
|
2016-10-27 14:02:29 +05:30 |
Varun Saxena
|
5c39a419a6
|
YARN-5752. TestLocalResourcesTrackerImpl#testLocalResourceCache times out (Eric Badger via Varun Saxena)
|
2016-10-27 13:41:49 +05:30 |
Rohith Sharma K S
|
e29cba61a0
|
YARN-4363. In TestFairScheduler, testcase should not create FairScheduler redundantly. Conntributed by Tao Jie.
|
2016-10-27 11:57:17 +05:30 |
Rohith Sharma K S
|
b110c4b5e8
|
YARN-4555. TestDefaultContainerExecutor#testContainerLaunchError fails on non-english locale environment. Contributed by Takashi Ohnishi.
|
2016-10-27 11:34:07 +05:30 |
Sangjin Lee
|
f511cc89b6
|
YARN-5433. Audit dependencies for Category-X. Contributed by Sangjin Lee.
|
2016-10-26 11:31:00 -07:00 |
Akira Ajisaka
|
d3bb69a667
|
YARN-5575. Many classes use bare yarn. properties instead of the defined constants. Contributed by Daniel Templeton.
|
2016-10-26 15:32:07 +09:00 |
Karthik Kambatla
|
de6faae97c
|
YARN-5388. Deprecate and remove DockerContainerExecutor. (Daniel Templeton via kasha)
|
2016-10-25 13:35:47 -07:00 |
Karthik Kambatla
|
a71fc81655
|
YARN-5754. Null check missing for earliest in FifoPolicy. (Yufei Gu via kasha)
|
2016-10-24 22:19:23 -07:00 |
Varun Saxena
|
44eb2bd7ae
|
YARN-5747. Application timeline metric aggregation in timeline v2 will lose last round aggregation when an application finishes (Li Lu via Varun Saxena)
|
2016-10-22 01:14:49 +05:30 |
Karthik Kambatla
|
754cb4e30f
|
YARN-5047. Refactor nodeUpdate across schedulers. (Ray Chiang via kasha)
|
2016-10-20 21:17:48 -07:00 |