diff --git hadoop-yarn-project/hadoop-yarn/hadoop-yarn-ui/src/main/webapp/app/router.js hadoop-yarn-project/hadoop-yarn/hadoop-yarn-ui/src/main/webapp/app/router.js index 9013142..759ad65 100644 --- hadoop-yarn-project/hadoop-yarn/hadoop-yarn-ui/src/main/webapp/app/router.js +++ hadoop-yarn-project/hadoop-yarn/hadoop-yarn-ui/src/main/webapp/app/router.js @@ -54,6 +54,7 @@ Router.map(function() { this.route('attempts', {path: '/:app_id/attempts'}); this.route('charts', {path: '/:app_id/charts'}); }); + this.route('yarn-app-attempt', { path: '/yarn-app-attempt/:app_attempt_id'}); this.route('error'); this.route('notfound', { path: '*:' }); @@ -68,6 +69,7 @@ Router.map(function() { this.route('info'); this.route('metrics'); }); + this.route('yarn-flowrun-metric', { path: '/yarn-flowrun-metric/:flowrun_uid/:metric_id'}); this.route('timeline-error', {path: 'timeline-error/:error_id'}); });