[ https://issues.apache.org/jira/browse/YARN-11361?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17955605#comment-17955605 ]
ASF GitHub Bot commented on YARN-11361: --------------------------------------- riya2305 commented on code in PR #7694: URL: https://github.com/apache/hadoop/pull/7694#discussion_r2120311169 ########## hadoop-yarn-project/hadoop-yarn/hadoop-yarn-common/src/main/resources/webapps/static/yarn.dt.plugins.js: ########## @@ -159,7 +159,6 @@ function renderHadoopElapsedTime(data, type, full) { return toReturn; } // 'sort', 'type' and undefined all just use the number - return data; Review Comment: Thanks for catching that! You're absolutely right - I accidentally removed the return data statement during my changes. Without it, the function returns undefined instead of the processed data, which would break any code that depends on the return value. I'll add it back. > Remove jQuery dependency > ------------------------ > > Key: YARN-11361 > URL: https://issues.apache.org/jira/browse/YARN-11361 > Project: Hadoop YARN > Issue Type: Improvement > Reporter: Benjamin Teke > Assignee: Riya Khandelwal > Priority: Major > Labels: pull-request-available > > jQuery nowadays has little to no benefits, but has a really high maintenance > cost (a lot of CVE fixes result in a jQuery upgrade ticket, which then needs > thorough manual UI testing). This task is to investigate and replace the > jQuery JS code to vanilla JavaScript. -- This message was sent by Atlassian Jira (v8.20.10#820010) --------------------------------------------------------------------- To unsubscribe, e-mail: yarn-issues-unsubscr...@hadoop.apache.org For additional commands, e-mail: yarn-issues-h...@hadoop.apache.org