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: [email protected]
For additional commands, e-mail: [email protected]