Adam Antal created YARN-10137:
---------------------------------

             Summary: UIv2 build is broken in trunk
                 Key: YARN-10137
                 URL: https://issues.apache.org/jira/browse/YARN-10137
             Project: Hadoop YARN
          Issue Type: Improvement
          Components: yarn, yarn-ui-v2
    Affects Versions: 3.3.0
            Reporter: Adam Antal
            Assignee: Adam Antal


YARN-10029 broke the UI build.
{noformat}
mvn clean package -DskipTests -Pyarn-ui
[...]
File: yarn-ui/controllers/yarn-app/logs.js
yarn-ui/controllers/yarn-app/logs.js: Unexpected token (78:49)
SyntaxError: yarn-ui/controllers/yarn-app/logs.js: Unexpected token (78:49)
              let historyContainers = [];
              historyProvider.get("content").forEach(function(o) {
                if(!containerIdArr[o[fieldName]])) {
                  historyContainers.push(o);
                }
              }.bind(this));
[...]
{noformat}



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

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

Reply via email to