This is an automated email from the ASF dual-hosted git repository.

snemeth pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/hadoop.git


The following commit(s) were added to refs/heads/trunk by this push:
     new da99ac7  YARN-10137. UIv2 build is broken in trunk. Contributed by 
Adam Antal
da99ac7 is described below

commit da99ac7e93722bedd4fca1dd6c992140fcf927e1
Author: Szilard Nemeth <snem...@apache.org>
AuthorDate: Thu Feb 13 16:28:51 2020 +0100

    YARN-10137. UIv2 build is broken in trunk. Contributed by Adam Antal
---
 .../hadoop-yarn-ui/src/main/webapp/app/controllers/yarn-app/logs.js     | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/hadoop-yarn-project/hadoop-yarn/hadoop-yarn-ui/src/main/webapp/app/controllers/yarn-app/logs.js
 
b/hadoop-yarn-project/hadoop-yarn/hadoop-yarn-ui/src/main/webapp/app/controllers/yarn-app/logs.js
index ee04640..b92890a 100644
--- 
a/hadoop-yarn-project/hadoop-yarn/hadoop-yarn-ui/src/main/webapp/app/controllers/yarn-app/logs.js
+++ 
b/hadoop-yarn-project/hadoop-yarn/hadoop-yarn-ui/src/main/webapp/app/controllers/yarn-app/logs.js
@@ -75,7 +75,7 @@ export default Ember.Controller.extend({
             ) {
               let historyContainers = [];
               historyProvider.get("content").forEach(function(o) {
-                if(!containerIdArr[o[fieldName]])) {
+                if(!containerIdArr[o[fieldName]]) {
                   historyContainers.push(o);
                 }
               }.bind(this));


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

Reply via email to