This is an automated email from the ASF dual-hosted git repository.
iwasakims pushed a commit to branch branch-3.4
in repository https://gitbox.apache.org/repos/asf/hadoop.git
The following commit(s) were added to refs/heads/branch-3.4 by this push:
new c698b4f705a YARN-11712. Yarn-ui build fails in ARM docker looking for
python2. (#7730)
c698b4f705a is described below
commit c698b4f705aeed089b97ca626252b2c2e4ba8b02
Author: Masatake Iwasaki <[email protected]>
AuthorDate: Sat Jun 7 10:04:11 2025 +0900
YARN-11712. Yarn-ui build fails in ARM docker looking for python2. (#7730)
(cherry picked from commit a21927a5912ec30472b074392bb58d6131186542)
---
.../hadoop-yarn-ui/src/main/webapp/package.json | 3 +-
.../hadoop-yarn-ui/src/main/webapp/yarn.lock | 53 +++++++---------------
2 files changed, 18 insertions(+), 38 deletions(-)
diff --git
a/hadoop-yarn-project/hadoop-yarn/hadoop-yarn-ui/src/main/webapp/package.json
b/hadoop-yarn-project/hadoop-yarn/hadoop-yarn-ui/src/main/webapp/package.json
index deb79a722e6..4f9a05c7f2a 100644
---
a/hadoop-yarn-project/hadoop-yarn/hadoop-yarn-ui/src/main/webapp/package.json
+++
b/hadoop-yarn-project/hadoop-yarn/hadoop-yarn-ui/src/main/webapp/package.json
@@ -61,6 +61,7 @@
"em-table": "0.12.0"
},
"resolutions": {
- "graceful-fs": "^4.2.4"
+ "graceful-fs": "^4.2.4",
+ "node-gyp": "5.1.1"
}
}
diff --git
a/hadoop-yarn-project/hadoop-yarn/hadoop-yarn-ui/src/main/webapp/yarn.lock
b/hadoop-yarn-project/hadoop-yarn/hadoop-yarn-ui/src/main/webapp/yarn.lock
index 39d38e7f933..a1faaac22f9 100644
--- a/hadoop-yarn-project/hadoop-yarn/hadoop-yarn-ui/src/main/webapp/yarn.lock
+++ b/hadoop-yarn-project/hadoop-yarn/hadoop-yarn-ui/src/main/webapp/yarn.lock
@@ -4665,43 +4665,22 @@ next-tick@~0.2.2:
resolved
"https://registry.yarnpkg.com/next-tick/-/next-tick-0.2.2.tgz#75da4a927ee5887e39065880065b7336413b310d"
integrity sha1-ddpKkn7liH45BliABltzNkE7MQ0=
-node-gyp@^3.8.0:
- version "3.8.0"
- resolved
"https://registry.yarnpkg.com/node-gyp/-/node-gyp-3.8.0.tgz#540304261c330e80d0d5edce253a68cb3964218c"
- integrity
sha512-3g8lYefrRRzvGeSowdJKAKyks8oUpLEd/DyPV4eMhVlhJ0aNaZqIrNUIPuEWWTAoPqyFkfGrM67MC69baqn6vA==
- dependencies:
- fstream "^1.0.0"
- glob "^7.0.3"
- graceful-fs "^4.1.2"
- mkdirp "^0.5.0"
- nopt "2 || 3"
- npmlog "0 || 1 || 2 || 3 || 4"
- osenv "0"
- request "^2.87.0"
- rimraf "2"
- semver "~5.3.0"
- tar "^2.0.0"
- which "1"
-
-node-gyp@~3.0.3:
- version "3.0.3"
- resolved
"https://registry.yarnpkg.com/node-gyp/-/node-gyp-3.0.3.tgz#9b004219f4fa9efbfd78c5fc674aa12e58fb8694"
- integrity sha1-mwBCGfT6nvv9eMX8Z0qhLlj7hpQ=
- dependencies:
- fstream "^1.0.0"
- glob "3 || 4"
- graceful-fs "^4.1.2"
- minimatch "1"
- mkdirp "^0.5.0"
- nopt "2 || 3"
- npmlog "0 || 1"
- osenv "0"
- path-array "^1.0.0"
- request "2"
- rimraf "2"
- semver "2.x || 3.x || 4 || 5"
- tar "^1.0.0"
- which "1"
[email protected], node-gyp@^3.8.0, node-gyp@~3.0.3:
+ version "5.1.1"
+ resolved
"https://registry.yarnpkg.com/node-gyp/-/node-gyp-5.1.1.tgz#eb915f7b631c937d282e33aed44cb7a025f62a3e"
+ integrity
sha512-WH0WKGi+a4i4DUt2mHnvocex/xPLp9pYt5R6M2JdFB7pJ7Z34hveZ4nDTGTiLXCkitA9T8HFZjhinBCiVHYcWw==
+ dependencies:
+ env-paths "^2.2.0"
+ glob "^7.1.4"
+ graceful-fs "^4.2.2"
+ mkdirp "^0.5.1"
+ nopt "^4.0.1"
+ npmlog "^4.1.2"
+ request "^2.88.0"
+ rimraf "^2.6.3"
+ semver "^5.7.1"
+ tar "^4.4.12"
+ which "^1.3.1"
node-int64@^0.4.0:
version "0.4.0"
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]