瀏覽代碼

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

Sunil G 7 年之前
父節點
當前提交
796b2b0ee3

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