Varun Saxena
|
82de1fd84a
|
YARN-6707. [ATSv2] Update HBase version to 1.2.6 (Vrushali C via Varun Saxena)
(cherry picked from commit e86eef9812 )
Conflicts:
hadoop-project/pom.xml
|
2017-10-17 23:36:38 +05:30 |
Varun Saxena
|
c4f042d4c1
|
YARN-6604. Allow metric TTL for Application table to be specified through cmd (Haibo Chen via Varun Saxena)
(cherry picked from commit 0b7bff706e )
|
2017-10-17 23:36:38 +05:30 |
vrushali
|
48d2e4f519
|
YARN-6316 Provide help information and documentation for TimelineSchemaCreator (Contributed by Haibo Chen via Vrushali C)
|
2017-10-17 23:36:38 +05:30 |
Varun Saxena
|
473f2f00ee
|
YARN-6658. Remove columnFor() methods of Columns in HBaseTimeline backend (Haibo Chen via Varun Saxena)
(cherry picked from commit f7cba98504a5e968bb6ae976d20b71c84a4664f2)
Conflicts:
hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-timelineservice-hbase/src/main/java/org/apache/hadoop/yarn/server/timelineservice/storage/apptoflow/AppToFlowColumn.java
|
2017-10-17 23:36:38 +05:30 |
Haibo Chen
|
d53038626e
|
YARN-6555. Store application flow context in NM state store for work-preserving restart. (Rohith Sharma K S via Haibo Chen)
(cherry picked from commit 47474fffac )
(cherry picked from commit 8817cb5c8424359b880c6d700e53092f0269c1bb)
|
2017-10-17 23:36:38 +05:30 |
Haibo Chen
|
9b4d4228fb
|
YARN-6561. Update exception message during timeline collector aux service initialization. (Vrushali C via Haibo Chen)
(cherry picked from commit 4c8b9d23a1b4f92bf370617a0b42ac68bdcf33ac)
|
2017-10-17 23:36:38 +05:30 |
Vrushali Channapattan
|
70315de4ff
|
YARN-6563 ConcurrentModificationException in TimelineCollectorManager while stopping RM (Contributed by Haibo Chen via Vrushali C)
|
2017-10-17 23:36:38 +05:30 |
Vrushali Channapattan
|
34570d4fc3
|
YARN-6375 App level aggregation should not consider metric values reported in the previous aggregation cycle (Varun Saxena via Vrushali C)
|
2017-10-17 23:36:38 +05:30 |
Naganarasimha
|
e1d2f6ebdd
|
YARN-6518. Fix warnings from Spotbugs in hadoop-yarn-server-timelineservice. Contributed by Weiwei Yang.
(cherry picked from commit 0f1af3178e )
|
2017-10-17 23:36:37 +05:30 |
Varun Saxena
|
7338dbe5c0
|
YARN-6455. Enhance the timelinewriter.flush() race condition fix (Haibo Chen via Varun Saxena)
(cherry picked from commit 793bbf216d )
|
2017-10-17 23:36:37 +05:30 |
Varun Saxena
|
c1f9f0529b
|
Addendum for YARN-5865. Retrospect updateApplicationPriority api to handle state store exception in align with YARN-5611
|
2017-10-17 23:36:37 +05:30 |
Varun Saxena
|
ebcb575a12
|
Addendum for YARN-4218. Metric for resource*time that was preempted.
|
2017-10-17 23:36:37 +05:30 |
Rohith Sharma K S
|
1072232741
|
YARN-6424. TimelineCollector is not stopped when an app finishes in RM. Contributed by Varun Saxena.
(cherry picked from commit 1a9439e299 )
|
2017-10-17 23:36:37 +05:30 |
Varun Saxena
|
16d8df68f6
|
YARN-6377. NMTimelinePublisher#serviceStop does not stop timeline clients (Haibo Chen via Varun Saxena)
(cherry picked from commit a4b5aa8493 )
|
2017-10-17 23:36:37 +05:30 |
Varun Saxena
|
fd88fa8083
|
YARN-6376. Exceptions caused by synchronous putEntities requests can be swallowed (Haibo Chen via Varun Saxena)
(cherry picked from commit b58777a9c9 )
|
2017-10-17 23:36:37 +05:30 |
Varun Saxena
|
debe526f08
|
YARN-6342. Make TimelineV2Client's drain timeout after stop configurable (Haibo Chen via Varun Saxena)
(cherry picked from commit 7c2bc444b3 )
|
2017-10-17 23:36:37 +05:30 |
Varun Saxena
|
203077cf2c
|
YARN-6357. Implement putEntitiesAsync API in TimelineCollector (Haibo Chen via Varun Saxena)
(cherry picked from commit 063b513b1c )
|
2017-10-17 23:36:37 +05:30 |
Varun Saxena
|
9595c18eea
|
YARN-6146. Add Builder methods for TimelineEntityFilters (Haibo Chen via Varun Saxena)
(cherry picked from commit 7f09cd1d5ee70e0bdf24cdecd78cd3bc258a40f8)
|
2017-10-17 23:36:37 +05:30 |
Varun Saxena
|
1369abf5b0
|
YARN-6318. timeline service schema creator fails if executed from a remote machine (Sangjin Lee via Varun Saxena)
(cherry picked from commit 68ec0d9b471356d3adef15d78111126f57ee50f8)
|
2017-10-17 23:36:37 +05:30 |
Varun Saxena
|
6ec294b7fc
|
YARN-6237. Move UID constant to TimelineReaderUtils (Rohith Sharma K S via Varun Saxena)
(cherry picked from commit ec32c4265bbf436ae61b6efc71ca33b16b70a23d)
|
2017-10-17 23:36:37 +05:30 |
Varun Saxena
|
e597f2de60
|
YARN-6256. Add FROM_ID info key for timeline entities in reader response (Rohith Sharma K S via Varun Saxena)
(cherry picked from commit 5d9ad152a1082a7c9b8edaf57a88ae471a537599)
|
2017-10-17 23:36:37 +05:30 |
Sangjin Lee
|
16c607ca2b
|
YARN-6027 addendum. Fixed the broken build for YARN-5355-branch-2. Contributed by Sangjin Lee.
|
2017-10-17 23:36:37 +05:30 |
Varun Saxena
|
d996afd585
|
YARN-6027. Support fromid(offset) filter for /flows API (Rohith Sharma K S via Varun Saxena)
(cherry picked from commit 63c06ec44e633567c378e28898e319143593ff30)
Conflicts:
hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-timelineservice-hbase-tests/src/test/java/org/apache/hadoop/yarn/server/timelineservice/reader/TestTimelineReaderWebServicesHBaseStorage.java
|
2017-10-17 23:36:36 +05:30 |
Sangjin Lee
|
6b5b8f090d
|
YARN-6253. FlowAcitivityColumnPrefix.store(byte[] rowKey, ...) drops timestamp. Contributed by Haibo Chen.
(cherry picked from commit 34e7c30293b5a56f9f745769a29c5666bdb85d6c)
|
2017-10-17 23:36:36 +05:30 |
Varun Saxena
|
59d96e247e
|
YARN-6069. CORS support in timeline v2 (Rohith Sharma K S via Varun Saxena)
(cherry picked from commit ab192fd58358faff6880f3e0e867d7bdd4bb043a)
|
2017-10-17 23:36:36 +05:30 |
Varun Saxena
|
4a3a4aaf7e
|
YARN-6159. Documentation changes for TimelineV2Client (Naganarasimha G R via Varun Saxena)
(cherry picked from commit 6ba61d20d3 )
|
2017-10-17 23:36:36 +05:30 |
Varun Saxena
|
74e43bf287
|
YARN-6170. TimelineReaderServer should wait to join with HttpServer2 (Sangjin Lee via Varun Saxena)
(cherry picked from commit 649deb72fb )
|
2017-10-17 23:36:36 +05:30 |
Sangjin Lee
|
bb100d35fd
|
YARN-4675. Reorganize TimelineClient and TimelineClientImpl into separate classes for ATSv1.x and ATSv2. Contributed by Naganarasimha G R.
(cherry picked from commit 73235ab30361b41293846189f3c5fef321ae7cac)
|
2017-10-17 23:36:36 +05:30 |
Sangjin Lee
|
a16a684fbb
|
YARN-5928. Move ATSv2 HBase backend code into a new module that is only dependent at runtime by yarn servers. Contributed by Haibo Chen.
(cherry picked from commit b92089c0e8ab1b87b8b5b55b1e3d4367ae5d847a)
|
2017-10-17 23:36:36 +05:30 |
Sangjin Lee
|
5cb5b87c9a
|
YARN-6094. Update the coprocessor to be a dynamically loaded one. Contributed by Vrushali C.
(cherry picked from commit 0327a79d79a4d56d9c7cb6889886afd2272b07d3)
|
2017-10-17 23:36:36 +05:30 |
Varun Saxena
|
8c81f7fc08
|
Addendum for YARN-6064. Support fromId for flowRuns and flow/flowRun apps REST API's
(cherry picked from commit c9246f619104bff44dd453a4ffe70104d37fd781)
|
2017-10-17 23:36:36 +05:30 |
Varun Saxena
|
aa09001a33
|
YARN-6064. Support fromId for flowRuns and flow/flowRun apps REST API's (Rohith Sharma K S via Varun Saxena)
(cherry picked from commit 4b1ba4ea314147f8a06cc4f446c1d9336de89fc1)
|
2017-10-17 23:36:36 +05:30 |
Varun Saxena
|
3429517a00
|
YARN-5378. Accommodate app-id->cluster mapping (Sangjin Lee via Varun Saxena)
(cherry picked from commit 6baea680ba6e5df6f254ced086d6defa64fb99f0)
|
2017-10-17 23:36:36 +05:30 |
Sangjin Lee
|
5b3ef55f5f
|
YARN-5980. Update documentation for single node hbase deploy. Contributed by Vrushali C.
(cherry picked from commit e1bdba77888723b435a235a96c8659029afd25d5)
|
2017-10-17 23:36:36 +05:30 |
Varun Saxena
|
d12920b10e
|
YARN-6074. FlowRunEntity does not deserialize long values correctly (Rohith Sharma K S via Varun Saxena)
(cherry picked from commit db490eccce )
|
2017-10-17 23:36:36 +05:30 |
Varun Saxena
|
1e5e4a52f7
|
YARN-5585. [Atsv2] Reader side changes for entity prefix and support for pagination via additional filters (Rohith Sharma K S via Varun Saxena)
(cherry picked from commit 9a2f288a6a9e30376b7fd99bf8824184a34a54c9)
|
2017-10-17 23:36:35 +05:30 |
Naganarasimha
|
d3ef478955
|
YARN-6026. A couple of spelling errors in the docs. Contributed by Grant Sohn.
|
2017-10-17 23:36:35 +05:30 |
Sangjin Lee
|
6aa7510681
|
YARN-5976. Update hbase version to 1.2. Contributed by Vrushali C.
(cherry picked from commit f945008d1cf5730bdebeae501ed0e42477ad219e)
|
2017-10-17 23:36:35 +05:30 |
Sangjin Lee
|
3394cb25d2
|
YARN-5925. Extract hbase-backend-exclusive utility methods from TimelineStorageUtil. Contributed by Haibo Chen.
(cherry picked from commit 8288030cb4aa3b5a9425cc0a3f6df03a3eae1dfb)
|
2017-10-17 23:36:35 +05:30 |
Sangjin Lee
|
c8a8e680bd
|
MAPREDUCE-6818. Remove direct reference to TimelineClientImpl. Contributed by Li Lu.
(cherry picked from commit 6217b87f4a056cf704cef2e073b386b7803415de)
|
2017-10-17 23:36:35 +05:30 |
Sangjin Lee
|
54705f549f
|
YARN-5922. Remove direct references of HBaseTimelineWriter/Reader in core ATS classes. Contributed by Haibo Chen.
(cherry picked from commit a5a55a54ab )
(cherry picked from commit 17c4ab7ebb51088caf36fafedae8c256481eeed5)
|
2017-10-17 23:36:35 +05:30 |
Naganarasimha
|
a5371f6b6e
|
YARN-5572. HBaseTimelineWriterImpl appears to reference a bad property name. Contributed by Varun Saxena.
(cherry picked from commit c06114d6a3 )
|
2017-10-17 23:36:35 +05:30 |
Sangjin Lee
|
d6d73e3c99
|
YARN-5433. Audit dependencies for Category-X. Contributed by Sangjin Lee.
(cherry picked from commit f511cc89b6 )
|
2017-10-17 23:36:35 +05:30 |
Sangjin Lee
|
4f595889e7
|
YARN-5739. Provide timeline reader API to list available timeline entity types for one application. Contributed by Li Lu.
(cherry picked from commit 3b2e80881eaeaa82667496d706496765ed7e29f5)
|
2017-10-17 23:36:35 +05:30 |
Vrushali Channapattan
|
2fa2c3169e
|
YARN-4765 Split TestHBaseTimelineStorage into multiple test classes (Varun Saxena via Vrushali C)
(cherry picked from commit 513dcf6817dd76fde8096ff04cd888d7c908461d)
(cherry picked from commit 022bf783aa )
|
2017-10-17 23:36:35 +05:30 |
Sangjin Lee
|
b8cfb4fcb3
|
YARN-5792. Adopt the id prefix for YARN, MR, and DS entities. Contributed by Varun Saxena.
(cherry picked from commit f734977b27a514ce0561638c0a6a17b1ef093026)
|
2017-10-17 23:36:35 +05:30 |
Varun Saxena
|
684c2d149f
|
YARN-3359. Addendum for Recover collector list when RM fails over (Li Lu via Varun Saxena)
(cherry picked from commit 25b19178dd53bc0d57ca5fd64d3464af7b59e588)
Conflicts:
hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-nodemanager/src/main/java/org/apache/hadoop/yarn/server/nodemanager/NodeManager.java
|
2017-10-17 23:36:35 +05:30 |
Varun Saxena
|
484b1d2ec1
|
YARN-5599. Publish AM launch command to ATS (Rohith Sharma K S via Varun Saxena)
|
2017-10-17 23:36:34 +05:30 |
Varun Saxena
|
6562a354a9
|
YARN-3359. Recover collector list when RM fails over (Li Lu via Varun Saxena)
(cherry picked from commit 1c8a57550b )
|
2017-10-17 23:36:34 +05:30 |
Sangjin Lee
|
4182f892e0
|
YARN-5265. Make HBase configuration for the timeline service configurable. Contributed by Joep Rottinghuis.
(cherry picked from commit dc7d9bac79fc303f66e97c10379d680e0c11caa4)
|
2017-10-17 23:36:34 +05:30 |