You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-commits@hadoop.apache.org by xy...@apache.org on 2018/05/15 23:58:44 UTC

[37/50] [abbrv] hadoop git commit: YARN-8266. [UI2] Clicking on application from cluster view should redirect to application attempt page. Contributed by Yesha Vora.

YARN-8266. [UI2] Clicking on application from cluster view should redirect to application attempt page. Contributed by Yesha Vora.


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

Branch: refs/heads/HDDS-4
Commit: 796b2b0ee36e8e9225fb76ae35edc58ad907b737
Parents: 2d00a0c
Author: Sunil G <su...@apache.org>
Authored: Tue May 15 12:01:28 2018 +0530
Committer: Sunil G <su...@apache.org>
Committed: Tue May 15 12:01:28 2018 +0530

----------------------------------------------------------------------
 .../hadoop-yarn-ui/src/main/webapp/app/utils/href-address-utils.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/hadoop/blob/796b2b0e/hadoop-yarn-project/hadoop-yarn/hadoop-yarn-ui/src/main/webapp/app/utils/href-address-utils.js
----------------------------------------------------------------------
diff --git a/hadoop-yarn-project/hadoop-yarn/hadoop-yarn-ui/src/main/webapp/app/utils/href-address-utils.js b/hadoop-yarn-project/hadoop-yarn/hadoop-yarn-ui/src/main/webapp/app/utils/href-address-utils.js
index 896d448..fcf6a1e 100644
--- a/hadoop-yarn-project/hadoop-yarn/hadoop-yarn-ui/src/main/webapp/app/utils/href-address-utils.js
+++ b/hadoop-yarn-project/hadoop-yarn/hadoop-yarn-ui/src/main/webapp/app/utils/href-address-utils.js
@@ -18,7 +18,7 @@
 
 export default {
   getApplicationLink: function(applicationId) {
-    return "#/yarn-app/" + applicationId;
+    return "#/yarn-app/" + applicationId + '/attempts';
   },
 
   getQueueLink: function(queueName) {


---------------------------------------------------------------------
To unsubscribe, e-mail: common-commits-unsubscribe@hadoop.apache.org
For additional commands, e-mail: common-commits-help@hadoop.apache.org