Haibo Chen
|
661f5eb0c6
|
YARN-7128. The error message in TimelineSchemaCreator is not enough to find out the error. (Jinjiang Ling via Haibo Chen)
|
2017-09-11 16:20:20 -07:00 |
|
Andrew Wang
|
0d419c984f
|
Preparing for 3.1.0 development
|
2017-09-01 11:53:48 -07:00 |
|
bibinchundatt
|
dcd0bedcc8
|
YARN-7141. Move logging APIs to slf4j in timelineservice after ATSv2 merge. Contributed by Varun Saxena
|
2017-09-01 11:29:16 +05:30 |
|
Varun Saxena
|
3d00c8f394
|
Made fixes for whitespace errors and checstyle warnings before merge.
|
2017-08-30 11:29:54 +05:30 |
|
Varun Saxena
|
b2efebdd07
|
YARN-6861. Reader API for sub application entities (Rohith Sharma K S via Varun Saxena)
|
2017-08-30 11:29:54 +05:30 |
|
Varun Saxena
|
60765aff9b
|
YARN-6874. Supplement timestamp for min start/max end time columns in flow run table to avoid overwrite (Vrushali C via Varun Saxena)
|
2017-08-30 11:29:53 +05:30 |
|
Varun Saxena
|
9f6540535d
|
YARN-6734. Ensure sub-application user is extracted & sent to timeline service (Rohith Sharma K S via Varun Saxena)
|
2017-08-30 11:29:53 +05:30 |
|
Rohith Sharma K S
|
a990ff70c2
|
YARN-6733. Add table for storing sub-application entities. Contributed by Vrushali C.
|
2017-08-30 11:29:53 +05:30 |
|
Vrushali C
|
61136d03f2
|
YARN-6850 Ensure that supplemented timestamp is stored only for flow run metrics (Contributed by Varun Saxena via Vrushali C)
|
2017-08-30 11:29:53 +05:30 |
|
Rohith Sharma K S
|
70078e91e3
|
YARN-4455. Support fetching metrics by time range. Contributed by Varun Saxena.
|
2017-08-30 11:29:53 +05:30 |
|
Varun Saxena
|
f6a51dce18
|
YARN-6658. Remove columnFor() methods of Columns in HBaseTimeline backend (Haibo Chen via Varun Saxena)
|
2017-08-30 11:29:52 +05:30 |
|
Varun Saxena
|
b87b72b40a
|
YARN-6146. Add Builder methods for TimelineEntityFilters (Haibo Chen via Varun Saxena)
|
2017-08-30 11:29:52 +05:30 |
|
Varun Saxena
|
44999aabc2
|
YARN-6318. timeline service schema creator fails if executed from a remote machine (Sangjin Lee via Varun Saxena)
|
2017-08-30 11:29:52 +05:30 |
|
Varun Saxena
|
c3bd8d6ad3
|
YARN-6256. Add FROM_ID info key for timeline entities in reader response (Rohith Sharma K S via Varun Saxena)
|
2017-08-30 11:29:52 +05:30 |
|
Varun Saxena
|
8bb2646595
|
YARN-6027. Support fromid(offset) filter for /flows API (Rohith Sharma K S via Varun Saxena)
|
2017-08-30 11:29:52 +05:30 |
|
Sangjin Lee
|
cf30b3b914
|
YARN-6253. FlowAcitivityColumnPrefix.store(byte[] rowKey, ...) drops timestamp. Contributed by Haibo Chen.
|
2017-08-30 11:29:52 +05:30 |
|
Sangjin Lee
|
ccb38c1991
|
YARN-5928. Move ATSv2 HBase backend code into a new module that is only dependent at runtime by yarn servers. Contributed by Haibo Chen.
|
2017-08-30 11:29:52 +05:30 |
|
Sangjin Lee
|
580d884913
|
YARN-6094. Update the coprocessor to be a dynamically loaded one. Contributed by Vrushali C.
|
2017-08-30 11:29:52 +05:30 |
|
Varun Saxena
|
5e0acee75e
|
Addendum for YARN-6064. Support fromId for flowRuns and flow/flowRun apps REST API's
|
2017-08-30 11:29:52 +05:30 |
|
Varun Saxena
|
6f65cf27bb
|
YARN-6064. Support fromId for flowRuns and flow/flowRun apps REST API's (Rohith Sharma K S via Varun Saxena)
|
2017-08-30 11:29:51 +05:30 |
|
Varun Saxena
|
71847ed44d
|
YARN-5378. Accommodate app-id->cluster mapping (Sangjin Lee via Varun Saxena)
|
2017-08-30 11:29:51 +05:30 |
|
Varun Saxena
|
02a9710a09
|
YARN-5585. [Atsv2] Reader side changes for entity prefix and support for pagination via additional filters (Rohith Sharma K S via Varun Saxena)
|
2017-08-30 11:29:51 +05:30 |
|
Sangjin Lee
|
2556c012e3
|
YARN-5925. Extract hbase-backend-exclusive utility methods from TimelineStorageUtil. Contributed by Haibo Chen.
|
2017-08-30 11:29:51 +05:30 |
|
Sangjin Lee
|
4481561e4a
|
YARN-5739. Provide timeline reader API to list available timeline entity types for one application. Contributed by Li Lu.
|
2017-08-30 11:29:51 +05:30 |
|
Sangjin Lee
|
643a20a358
|
YARN-5265. Make HBase configuration for the timeline service configurable. Contributed by Joep Rottinghuis.
|
2017-08-30 11:29:51 +05:30 |
|
Sangjin Lee
|
05ff04439e
|
YARN-5715. Introduce entity prefix for return and sort order. Contributed by Rohith Sharma K S.
|
2017-08-30 11:29:51 +05:30 |
|
Varun Saxena
|
9bb5cc3d49
|
YARN-3649. Allow configurable prefix for hbase table names like prod, exp, test etc (Vrushali C via Varun Saxena)
|
2017-08-30 11:29:50 +05:30 |
|
Li Lu
|
e72e6260da
|
YARN-5229. Refactor #isApplicationEntity and #getApplicationEvent from HBaseTimelineWriterImpl. (Vrushali C via gtcarrera9)
|
2017-08-30 11:29:50 +05:30 |
|
Vrushali C
|
608a06cca5
|
YARN-6905 Multiple HBaseTimelineStorage test failures due to missing FastNumberFormat (Contributed by Haibo Chen)
|
2017-08-14 11:41:11 -07:00 |
|
Akira Ajisaka
|
63cfcb90ac
|
YARN-6958. Moving logging APIs over to slf4j in hadoop-yarn-server-timelineservice. Contributed by Yeliang Cang.
|
2017-08-09 23:58:22 +09:00 |
|
Andrew Wang
|
af2773f609
|
Updating version for 3.0.0-beta1 development
|
2017-06-29 17:57:40 -07:00 |
|
Varun Saxena
|
0b7bff706e
|
YARN-6604. Allow metric TTL for Application table to be specified through cmd (Haibo Chen via Varun Saxena)
|
2017-06-07 21:51:07 +05:30 |
|
vrushali
|
d95c82cb79
|
YARN-6316 Provide help information and documentation for TimelineSchemaCreator (Contributed by Haibo Chen via Vrushali C)
|
2017-06-01 18:30:23 -07:00 |
|
Andrew Wang
|
16ad896d5c
|
Update maven version for 3.0.0-alpha4 development
|
2017-05-26 14:09:44 -07:00 |
|
Haibo Chen
|
461ee44d28
|
YARN-6435. [ATSv2] Can't retrieve more than 1000 versions of metrics in time series. (Rohith Sharma K S via Haibo Chen)
|
2017-05-09 21:12:57 -07:00 |
|
Sangjin Lee
|
b01514f65b
|
YARN-5928. Move ATSv2 HBase backend code into a new module that is only dependent at runtime by yarn servers. Contributed by Haibo Chen.
|
2017-01-19 20:52:55 -08:00 |
|