YARN-9114. [UI2] log service redirect url need to support user name. Contributed by Akhil PB

This commit is contained in:
Sunil G 2018-12-12 14:19:49 +05:30
parent fb55e5201e
commit 5a03c8b9ba
1 changed files with 1 additions and 1 deletions

View File

@ -52,7 +52,7 @@ Router.map(function() {
this.route('yarn-container-log',
{ path: '/yarn-container-log/:node_id/:node_addr/:container_id/:filename' });
this.route('yarn-log-service',
{ path: '/yarn-log-service/:cluster_id/:container_id/:filename' });
{ path: '/yarn-log-service/cluster/:cluster_id/container/:container_id/user/:user_name/filename/:filename' });
this.route('yarn-deploy-service');
this.route('cluster-overview');