Skip to content

Commit 68d5fc2

Browse files
committed
BIGTOP-3526: Remove phantomjs depdency from yarn-ui
Haoop Yarn-UI depends on phantomjs (optional) while there is not prebuilt binary other than x86 platform. And this will cause hadoop build failure as yarn-ui has been enabled by BIGTOP-3456. Change-Id: I10d034d3172787f9667d53d44b1663a04c9fdf93 Signed-off-by: Jun He <[email protected]>
1 parent fa6c737 commit 68d5fc2

1 file changed

Lines changed: 43 additions & 0 deletions

File tree

Lines changed: 43 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,43 @@
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
2+
index a9b3ab758c3..94b6f4b5e04 100644
3+
--- a/hadoop-yarn-project/hadoop-yarn/hadoop-yarn-ui/src/main/webapp/yarn.lock
4+
+++ b/hadoop-yarn-project/hadoop-yarn/hadoop-yarn-ui/src/main/webapp/yarn.lock
5+
@@ -1531,8 +1531,6 @@ em-helpers@^0.8.0:
6+
ember-cli-htmlbars "^1.0.1"
7+
ember-cli-less "^1.4.0"
8+
source-map "^0.5.6"
9+
- optionalDependencies:
10+
- phantomjs-prebuilt "2.1.13"
11+
12+
13+
version "0.12.0"
14+
@@ -1541,8 +1539,6 @@ [email protected]:
15+
ember-cli-htmlbars "^1.0.1"
16+
ember-cli-less "^1.4.0"
17+
source-map "^0.5.6"
18+
- optionalDependencies:
19+
- phantomjs-prebuilt "2.1.13"
20+
21+
22+
version "1.0.2"
23+
@@ -4250,20 +4246,6 @@ performance-now@^2.1.0:
24+
version "2.1.0"
25+
resolved "https://registry.yarnpkg.com/performance-now/-/performance-now-2.1.0.tgz#6309f4e0e5fa913ec1c69307ae364b4b377c9e7b"
26+
27+
28+
- version "2.1.13"
29+
- resolved "https://registry.yarnpkg.com/phantomjs-prebuilt/-/phantomjs-prebuilt-2.1.13.tgz#66556ad9e965d893ca5a7dc9e763df7e8697f76d"
30+
- dependencies:
31+
- es6-promise "~4.0.3"
32+
- extract-zip "~1.5.0"
33+
- fs-extra "~0.30.0"
34+
- hasha "~2.2.0"
35+
- kew "~0.7.0"
36+
- progress "~1.1.8"
37+
- request "~2.74.0"
38+
- request-progress "~2.0.1"
39+
- which "~1.2.10"
40+
-
41+
pify@^2.0.0:
42+
version "2.3.0"
43+
resolved "https://registry.yarnpkg.com/pify/-/pify-2.3.0.tgz#ed141a6ac043a849ea588498e7dca8b15330e90c"

0 commit comments

Comments
 (0)