Forráskód Böngészése

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

(cherry picked from commit 796b2b0ee36e8e9225fb76ae35edc58ad907b737)
Sunil G 7 éve
szülő
commit
d0452370cc

+ 1 - 1
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) {