[39/50] [abbrv] hadoop git commit: YARN-5705. Show timeline data from ATS v2 in new web UI. Contributed by Akhil PB.

2017-10-17 Thread varunsaxena
YARN-5705. Show timeline data from ATS v2 in new web UI. Contributed by Akhil 
PB.


Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo
Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/dd40f6f0
Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/dd40f6f0
Diff: http://git-wip-us.apache.org/repos/asf/hadoop/diff/dd40f6f0

Branch: refs/heads/YARN-3368_branch2
Commit: dd40f6f0cc3c6cade4143a9fa772dce868f9be99
Parents: 458ba54
Author: Sunil G 
Authored: Sun May 21 18:09:13 2017 +0530
Committer: Varun Saxena 
Committed: Wed Oct 18 02:06:49 2017 +0530

--
 .../webapp/app/adapters/yarn-app-attempt.js |   4 +-
 .../webapp/app/adapters/yarn-app-flowrun.js |  33 +++
 .../webapp/app/adapters/yarn-app-timeline.js|  35 +++
 .../main/webapp/app/adapters/yarn-container.js  |  18 +-
 .../src/main/webapp/app/adapters/yarn-entity.js |  35 +++
 .../webapp/app/adapters/yarn-flow-activity.js   |  30 +++
 .../webapp/app/adapters/yarn-flowrun-brief.js   |  32 +++
 .../main/webapp/app/adapters/yarn-flowrun.js|  38 +++
 .../app/adapters/yarn-timeline-appattempt.js|  41 +++
 .../app/adapters/yarn-timeline-container.js |  40 +++
 .../main/webapp/app/components/nodes-heatmap.js |  18 +-
 .../webapp/app/components/simple-bar-chart.js   | 206 +++
 .../webapp/app/components/sunburst-chart.js | 261 +++
 .../webapp/app/controllers/yarn-apps/apps.js|   1 -
 .../app/controllers/yarn-apps/services.js   |   1 -
 .../app/controllers/yarn-flow-activity.js   | 125 +
 .../main/webapp/app/controllers/yarn-flow.js|  36 +++
 .../webapp/app/controllers/yarn-flow/info.js|  66 +
 .../webapp/app/controllers/yarn-flow/runs.js| 178 +
 .../main/webapp/app/controllers/yarn-flowrun.js |  50 
 .../webapp/app/controllers/yarn-flowrun/info.js | 157 +++
 .../app/controllers/yarn-flowrun/metrics.js | 126 +
 .../webapp/app/controllers/yarn-services.js |  12 +-
 .../src/main/webapp/app/mixins/app-attempt.js   |  66 +
 .../main/webapp/app/models/yarn-app-attempt.js  |  11 +-
 .../main/webapp/app/models/yarn-app-flowrun.js  |  52 
 .../main/webapp/app/models/yarn-app-timeline.js | 105 
 .../main/webapp/app/models/yarn-container.js|   9 +-
 .../src/main/webapp/app/models/yarn-entity.js   |  26 ++
 .../webapp/app/models/yarn-flow-activity.js |  28 ++
 .../webapp/app/models/yarn-flowrun-brief.js |  70 +
 .../src/main/webapp/app/models/yarn-flowrun.js  |  32 +++
 .../app/models/yarn-timeline-appattempt.js  | 143 ++
 .../app/models/yarn-timeline-container.js   |  63 +
 .../src/main/webapp/app/router.js   |  12 +
 .../main/webapp/app/routes/timeline-error.js|  29 +++
 .../main/webapp/app/routes/yarn-app-attempt.js  |  32 +--
 .../main/webapp/app/routes/yarn-app-attempts.js |  13 +-
 .../src/main/webapp/app/routes/yarn-app.js  |  18 +-
 .../webapp/app/routes/yarn-flow-activity.js |  37 +++
 .../src/main/webapp/app/routes/yarn-flow.js |  53 
 .../main/webapp/app/routes/yarn-flow/info.js|  22 ++
 .../main/webapp/app/routes/yarn-flow/runs.js|  22 ++
 .../webapp/app/routes/yarn-flowrun-metric.js| 107 
 .../src/main/webapp/app/routes/yarn-flowrun.js  |  58 +
 .../main/webapp/app/routes/yarn-flowrun/info.js |  22 ++
 .../webapp/app/routes/yarn-flowrun/metrics.js   |  22 ++
 .../webapp/app/serializers/yarn-app-flowrun.js  |  64 +
 .../webapp/app/serializers/yarn-app-timeline.js |  76 ++
 .../src/main/webapp/app/serializers/yarn-app.js |   3 +-
 .../main/webapp/app/serializers/yarn-entity.js  |  51 
 .../app/serializers/yarn-flow-activity.js   |  54 
 .../app/serializers/yarn-flowrun-brief.js   |  64 +
 .../main/webapp/app/serializers/yarn-flowrun.js |  63 +
 .../main/webapp/app/serializers/yarn-queue.js   |  22 +-
 .../app/serializers/yarn-timeline-appattempt.js |  69 +
 .../app/serializers/yarn-timeline-container.js  |  71 +
 .../src/main/webapp/app/styles/app.css  |  83 ++
 .../main/webapp/app/templates/application.hbs   |   6 +-
 .../webapp/app/templates/timeline-error.hbs |  22 ++
 .../webapp/app/templates/yarn-app-attempt.hbs   |  46 ++--
 .../webapp/app/templates/yarn-app-attempts.hbs  |   7 +-
 .../src/main/webapp/app/templates/yarn-app.hbs  |  51 +---
 .../src/main/webapp/app/templates/yarn-apps.hbs |   4 +-
 .../webapp/app/templates/yarn-flow-activity.hbs |  45 
 .../src/main/webapp/app/templates/yarn-flow.hbs |  49 
 .../webapp/app/templates/yarn-flow/info.hbs |  53 
 .../webapp/app/templates/yarn-flow/runs.hbs | 131 ++
 .../app/templates/yarn-flowrun-metric.hbs   |  34 +++
 .../main/webapp/app/templates/yarn-flowrun.hbs  |  49 
 .../webapp/app/templates/yarn-flowrun/info.hbs  | 128 +
 .../app/templates/yarn-flowrun/metrics.hbs  |  34 +++
 ...

[39/50] [abbrv] hadoop git commit: YARN-5705. Show timeline data from ATS v2 in new web UI. Contributed by Akhil PB.

2017-10-17 Thread vrushali
YARN-5705. Show timeline data from ATS v2 in new web UI. Contributed by Akhil 
PB.


Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo
Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/ba3c2cd2
Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/ba3c2cd2
Diff: http://git-wip-us.apache.org/repos/asf/hadoop/diff/ba3c2cd2

Branch: refs/heads/YARN-5355_branch2
Commit: ba3c2cd2b768603c6976c44073385794b42801f9
Parents: 63d2191
Author: Sunil G 
Authored: Sun May 21 18:09:13 2017 +0530
Committer: vrushali 
Committed: Tue Oct 17 11:40:00 2017 -0700

--
 .../webapp/app/adapters/yarn-app-attempt.js |   4 +-
 .../webapp/app/adapters/yarn-app-flowrun.js |  33 +++
 .../webapp/app/adapters/yarn-app-timeline.js|  35 +++
 .../main/webapp/app/adapters/yarn-container.js  |  18 +-
 .../src/main/webapp/app/adapters/yarn-entity.js |  35 +++
 .../webapp/app/adapters/yarn-flow-activity.js   |  30 +++
 .../webapp/app/adapters/yarn-flowrun-brief.js   |  32 +++
 .../main/webapp/app/adapters/yarn-flowrun.js|  38 +++
 .../app/adapters/yarn-timeline-appattempt.js|  41 +++
 .../app/adapters/yarn-timeline-container.js |  40 +++
 .../main/webapp/app/components/nodes-heatmap.js |  18 +-
 .../webapp/app/components/simple-bar-chart.js   | 206 +++
 .../webapp/app/components/sunburst-chart.js | 261 +++
 .../webapp/app/controllers/yarn-apps/apps.js|   1 -
 .../app/controllers/yarn-apps/services.js   |   1 -
 .../app/controllers/yarn-flow-activity.js   | 125 +
 .../main/webapp/app/controllers/yarn-flow.js|  36 +++
 .../webapp/app/controllers/yarn-flow/info.js|  66 +
 .../webapp/app/controllers/yarn-flow/runs.js| 178 +
 .../main/webapp/app/controllers/yarn-flowrun.js |  50 
 .../webapp/app/controllers/yarn-flowrun/info.js | 157 +++
 .../app/controllers/yarn-flowrun/metrics.js | 126 +
 .../webapp/app/controllers/yarn-services.js |  12 +-
 .../src/main/webapp/app/mixins/app-attempt.js   |  66 +
 .../main/webapp/app/models/yarn-app-attempt.js  |  11 +-
 .../main/webapp/app/models/yarn-app-flowrun.js  |  52 
 .../main/webapp/app/models/yarn-app-timeline.js | 105 
 .../main/webapp/app/models/yarn-container.js|   9 +-
 .../src/main/webapp/app/models/yarn-entity.js   |  26 ++
 .../webapp/app/models/yarn-flow-activity.js |  28 ++
 .../webapp/app/models/yarn-flowrun-brief.js |  70 +
 .../src/main/webapp/app/models/yarn-flowrun.js  |  32 +++
 .../app/models/yarn-timeline-appattempt.js  | 143 ++
 .../app/models/yarn-timeline-container.js   |  63 +
 .../src/main/webapp/app/router.js   |  12 +
 .../main/webapp/app/routes/timeline-error.js|  29 +++
 .../main/webapp/app/routes/yarn-app-attempt.js  |  32 +--
 .../main/webapp/app/routes/yarn-app-attempts.js |  13 +-
 .../src/main/webapp/app/routes/yarn-app.js  |  18 +-
 .../webapp/app/routes/yarn-flow-activity.js |  37 +++
 .../src/main/webapp/app/routes/yarn-flow.js |  53 
 .../main/webapp/app/routes/yarn-flow/info.js|  22 ++
 .../main/webapp/app/routes/yarn-flow/runs.js|  22 ++
 .../webapp/app/routes/yarn-flowrun-metric.js| 107 
 .../src/main/webapp/app/routes/yarn-flowrun.js  |  58 +
 .../main/webapp/app/routes/yarn-flowrun/info.js |  22 ++
 .../webapp/app/routes/yarn-flowrun/metrics.js   |  22 ++
 .../webapp/app/serializers/yarn-app-flowrun.js  |  64 +
 .../webapp/app/serializers/yarn-app-timeline.js |  76 ++
 .../src/main/webapp/app/serializers/yarn-app.js |   3 +-
 .../main/webapp/app/serializers/yarn-entity.js  |  51 
 .../app/serializers/yarn-flow-activity.js   |  54 
 .../app/serializers/yarn-flowrun-brief.js   |  64 +
 .../main/webapp/app/serializers/yarn-flowrun.js |  63 +
 .../main/webapp/app/serializers/yarn-queue.js   |  22 +-
 .../app/serializers/yarn-timeline-appattempt.js |  69 +
 .../app/serializers/yarn-timeline-container.js  |  71 +
 .../src/main/webapp/app/styles/app.css  |  83 ++
 .../main/webapp/app/templates/application.hbs   |   6 +-
 .../webapp/app/templates/timeline-error.hbs |  22 ++
 .../webapp/app/templates/yarn-app-attempt.hbs   |  46 ++--
 .../webapp/app/templates/yarn-app-attempts.hbs  |   7 +-
 .../src/main/webapp/app/templates/yarn-app.hbs  |  51 +---
 .../src/main/webapp/app/templates/yarn-apps.hbs |   4 +-
 .../webapp/app/templates/yarn-flow-activity.hbs |  45 
 .../src/main/webapp/app/templates/yarn-flow.hbs |  49 
 .../webapp/app/templates/yarn-flow/info.hbs |  53 
 .../webapp/app/templates/yarn-flow/runs.hbs | 131 ++
 .../app/templates/yarn-flowrun-metric.hbs   |  34 +++
 .../main/webapp/app/templates/yarn-flowrun.hbs  |  49 
 .../webapp/app/templates/yarn-flowrun/info.hbs  | 128 +
 .../app/templates/yarn-flowrun/metrics.hbs  |  34 +++
 .../mai