Skip to content

Commit a21927a

Browse files
authored
YARN-11712. Yarn-ui build fails in ARM docker looking for python2. (#7730)
1 parent d2a970f commit a21927a

File tree

2 files changed

+18
-38
lines changed

2 files changed

+18
-38
lines changed

hadoop-yarn-project/hadoop-yarn/hadoop-yarn-ui/src/main/webapp/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,7 @@
6060
"em-table": "0.12.0"
6161
},
6262
"resolutions": {
63-
"graceful-fs": "^4.2.4"
63+
"graceful-fs": "^4.2.4",
64+
"node-gyp": "5.1.1"
6465
}
6566
}

hadoop-yarn-project/hadoop-yarn/hadoop-yarn-ui/src/main/webapp/yarn.lock

Lines changed: 16 additions & 37 deletions
Original file line numberDiff line numberDiff line change
@@ -4665,43 +4665,22 @@ next-tick@~0.2.2:
46654665
resolved "https://registry.yarnpkg.com/next-tick/-/next-tick-0.2.2.tgz#75da4a927ee5887e39065880065b7336413b310d"
46664666
integrity sha1-ddpKkn7liH45BliABltzNkE7MQ0=
46674667

4668-
node-gyp@^3.8.0:
4669-
version "3.8.0"
4670-
resolved "https://registry.yarnpkg.com/node-gyp/-/node-gyp-3.8.0.tgz#540304261c330e80d0d5edce253a68cb3964218c"
4671-
integrity sha512-3g8lYefrRRzvGeSowdJKAKyks8oUpLEd/DyPV4eMhVlhJ0aNaZqIrNUIPuEWWTAoPqyFkfGrM67MC69baqn6vA==
4672-
dependencies:
4673-
fstream "^1.0.0"
4674-
glob "^7.0.3"
4675-
graceful-fs "^4.1.2"
4676-
mkdirp "^0.5.0"
4677-
nopt "2 || 3"
4678-
npmlog "0 || 1 || 2 || 3 || 4"
4679-
osenv "0"
4680-
request "^2.87.0"
4681-
rimraf "2"
4682-
semver "~5.3.0"
4683-
tar "^2.0.0"
4684-
which "1"
4685-
4686-
node-gyp@~3.0.3:
4687-
version "3.0.3"
4688-
resolved "https://registry.yarnpkg.com/node-gyp/-/node-gyp-3.0.3.tgz#9b004219f4fa9efbfd78c5fc674aa12e58fb8694"
4689-
integrity sha1-mwBCGfT6nvv9eMX8Z0qhLlj7hpQ=
4690-
dependencies:
4691-
fstream "^1.0.0"
4692-
glob "3 || 4"
4693-
graceful-fs "^4.1.2"
4694-
minimatch "1"
4695-
mkdirp "^0.5.0"
4696-
nopt "2 || 3"
4697-
npmlog "0 || 1"
4698-
osenv "0"
4699-
path-array "^1.0.0"
4700-
request "2"
4701-
rimraf "2"
4702-
semver "2.x || 3.x || 4 || 5"
4703-
tar "^1.0.0"
4704-
which "1"
4668+
[email protected], node-gyp@^3.8.0, node-gyp@~3.0.3:
4669+
version "5.1.1"
4670+
resolved "https://registry.yarnpkg.com/node-gyp/-/node-gyp-5.1.1.tgz#eb915f7b631c937d282e33aed44cb7a025f62a3e"
4671+
integrity sha512-WH0WKGi+a4i4DUt2mHnvocex/xPLp9pYt5R6M2JdFB7pJ7Z34hveZ4nDTGTiLXCkitA9T8HFZjhinBCiVHYcWw==
4672+
dependencies:
4673+
env-paths "^2.2.0"
4674+
glob "^7.1.4"
4675+
graceful-fs "^4.2.2"
4676+
mkdirp "^0.5.1"
4677+
nopt "^4.0.1"
4678+
npmlog "^4.1.2"
4679+
request "^2.88.0"
4680+
rimraf "^2.6.3"
4681+
semver "^5.7.1"
4682+
tar "^4.4.12"
4683+
which "^1.3.1"
47054684

47064685
node-int64@^0.4.0:
47074686
version "0.4.0"

0 commit comments

Comments
 (0)