From f8dc84b59adef70e76ab17ce35bcaf15436881ce Mon Sep 17 00:00:00 2001 From: Sunil G Date: Tue, 12 Jun 2018 10:17:34 +0530 Subject: [PATCH] YARN-xxxx --- .../hadoop-yarn-ui/src/main/webapp/app/components/deploy-service.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hadoop-yarn-project/hadoop-yarn/hadoop-yarn-ui/src/main/webapp/app/components/deploy-service.js b/hadoop-yarn-project/hadoop-yarn/hadoop-yarn-ui/src/main/webapp/app/components/deploy-service.js index ff939855e24..f73f33fca08 100644 --- a/hadoop-yarn-project/hadoop-yarn/hadoop-yarn-ui/src/main/webapp/app/components/deploy-service.js +++ b/hadoop-yarn-project/hadoop-yarn/hadoop-yarn-ui/src/main/webapp/app/components/deploy-service.js @@ -167,7 +167,7 @@ export default Ember.Component.extend({ if (this.get('isLoading')) { return false; } - if (this.get('isUserNameGiven')) { + if (this.get('isSecurityNotEnabled') && this.get('isUserNameGiven')) { return false; } if (this.get('isStandardViewType')) { -- 2.14.3 (Apple Git-98)