Arun Suresh
|
71a55bebfb
|
Preparing for 2.10.0 development
|
2017-10-31 12:51:14 -07:00 |
Varun Saxena
|
56e0873e22
|
Fix javac, javadoc and checkstyle issues before branch-2 merge.
|
2017-10-17 23:36:41 +05:30 |
Haibo Chen
|
572ebd1a95
|
YARN-7063. TestTimelineReaderWebServicesHBaseStorage fails with NoClassDefFoundError on TSv2 branch2. (Varun Saxena via Haibo Chen)
|
2017-10-17 23:36:41 +05:30 |
Varun Saxena
|
87713f41b6
|
YARN-6905. Addendum to fix TestTimelineReaderWebServicesHBaseStorage due to missing FastNumberFormat
(cherry picked from commit e52f26e5cf )
|
2017-10-17 23:36:40 +05:30 |
Vrushali C
|
a2598434ed
|
YARN-6905 Multiple HBaseTimelineStorage test failures due to missing FastNumberFormat (Contributed by Haibo Chen)
(cherry picked from commit 608a06cca5 )
Conflicts:
hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-timelineservice-hbase-tests/src/test/java/org/apache/hadoop/yarn/server/timelineservice/storage/TestHBaseTimelineStorageEntities.java
hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-timelineservice-hbase/src/main/java/org/apache/hadoop/yarn/server/timelineservice/storage/common/HBaseTimelineStorageUtils.java
|
2017-10-17 23:36:40 +05:30 |
Varun Saxena
|
186c99c6cc
|
YARN-6861. Reader API for sub application entities (Rohith Sharma K S via Varun Saxena)
(cherry picked from commit 73ee0d4fc05354527a4be6db9e5b83d06fc94047)
|
2017-10-17 23:36:39 +05:30 |
Varun Saxena
|
c8db08dfac
|
YARN-6734. Ensure sub-application user is extracted & sent to timeline service (Rohith Sharma K S via Varun Saxena)
(cherry picked from commit 0443928d771e3e21825b4f487e8c0865ea641970)
|
2017-10-17 23:36:38 +05:30 |
Rohith Sharma K S
|
484d7e9b39
|
YARN-4455. Support fetching metrics by time range. Contributed by Varun Saxena.
(cherry picked from commit 743e4731781a7d9a4a5f1f09adc510f193182158)
|
2017-10-17 23:36:38 +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
|
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
|
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
|
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
|
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 |
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 |
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 |
Varun Saxena
|
d19726ec37
|
YARN-3649. Allow configurable prefix for hbase table names like prod, exp, test etc (Vrushali C via Varun Saxena)
|
2017-10-17 23:36:34 +05:30 |
Sangjin Lee
|
4f6ba3187b
|
YARN-5379. TestHBaseTimelineStorage. testWriteApplicationToHBase() fails intermittently (Vrushali C via sjlee)
(cherry picked from commit e549a9af31 )
|
2017-10-17 23:36:34 +05:30 |
Naganarasimha
|
22f5046acb
|
YARN-5364. timelineservice modules have indirect dependencies on mapreduce artifacts. Contributed by Sangjin Lee
(cherry picked from commit af8f480c24 )
|
2017-10-17 23:36:34 +05:30 |
Sangjin Lee
|
e212e562ec
|
YARN-5355. Backported YARN-2928 into our branch-2 feature branch.
|
2017-10-17 23:36:33 +05:30 |