yoda-mon commented on PR #1088:
URL: https://github.com/apache/bigtop/pull/1088#issuecomment-1429238645
@MacChen02
```sh
# After running the test procedure above
./docker-hadoop.sh --exec 1 bash
dnf install binutils
strings /usr/lib64/libc.so.6 |grep GLIBC
GLIBC_2.17
GLIBC_2.18
GLIBC_2.22
GLIBC_2.23
GLIBC_2.24
GLIBC_2.25
GLIBC_2.26
GLIBC_2.27
GLIBC_2.28
GLIBC_2.29
GLIBC_2.30
GLIBC_2.31
GLIBC_2.32
GLIBC_2.33
GLIBC_2.34
GLIBC_2.35
GLIBC_PRIVATE
```
```sh
# check the patch is applied
cat bigtop-home/bigtop-packages/src/common/alluxio/do-component-build |grep
sed
# Licensed to the Apache Software Foundation (ASF) under one or more
sed -i
"s|<nodeVersion>v10.11.0</nodeVersion>|<nodeVersion>v12.22.1</nodeVersion>|"
webui/pom.xml
sed -i "s|<npmVersion>6.4.1</npmVersion>|<npmVersion>6.14.7</npmVersion>|"
webui/pom.xml
sed -i
"s|<nodeVersion>v10.11.0</nodeVersion>|<nodeVersion>v12.22.1</nodeVersion>|"
webui/pom.xml
sed -i
"s|<npmVersion>6.4.1</npmVersion>|<npmVersion>6.14.7</npmVersion>|"
webui/pom.xml
sed -i
"s|<activeByDefault>false</activeByDefault>|<activeByDefault>true</activeByDefault>|g"
integration/jnifuse/native/pom.xml
```
If you tested on baremetals or VMs, it might be the cause of difference.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]