Fix 202408001
Description of the Inconsistency or Failure
The update of the Chrome browser, version 127.0.6533.88/89, released on 07/30/2024, deprecated a presentation feature used by the Ambari Web component. As a result, we observed a layout break in the Ambari web interface pages when accessed through this browser.
Affected Services and Components
- Ambari 2.7.6.3: Ambari Web
- Ambari 3.0.0.0: Ambari Web
Related Issues
- AMBARI-7883
- AMBARI-7884
Impact
The central content of Ambari web interface pages is displayed below the side menu instead of next to it.
Component operations and functionalities available on the Ambari Web pages were not compromised.
Required Actions
To fix this issue, apply the corresponding fix for the affected Apache Ambari version, as per the instructions below.
- Instructions
- Video with wget
- Video with curl
Apache Ambari 2.7.6.3
This fix resolves the layout break issue in the Apache Ambari 2.7.6.3 (Enterprise Linux 7) web interface:
Follow these steps on the Ambari Server machine to apply the fix:
-
Download
Use
wget
orcurl
to download the RPM file from the Tecnisys public package repository.- Example with
wget
:
Terminal inputwget --user USUARIO --password SENHA https://repo.tecnisys.com.br/yum/tdp/fixes/ambari/2.7.6.3/202408/2.7.6.3-202408001/ambari-2.7.6.3-fix-202408001-0.el7.x86_64.rpm
- Example with
curl
:
Terminal inputcurl -O -S --user USUARIO:SENHA https://repo.tecnisys.com.br/yum/tdp/fixes/ambari/2.7.6.3/202408/2.7.6.3-202408001/ambari-2.7.6.3-fix-202408001-0.el7.x86_64.rpm
- Example with
-
Installation
Use
yum install
to install the downloaded fix on the Ambari Server machine:Terminal inputsudo yum install ambari-2.7.6.3-fix-202408001-0.el7.x86_64.rpm
Apache Ambari 3.0.0.0
This fix resolves the layout break issue in the Apache Ambari 3.0.0.0 (Enterprise Linux 8 and 9) web interface:
Follow these steps on the Ambari Server machine to apply the fix:
-
Download
Use
wget
orcurl
to download the RPM file from the Tecnisys public package repository.-
Example with
wget
for EL 9:Terminal inputwget --user USUARIO --password SENHA https://repo.tecnisys.com.br/yum/tdp/fixes/ambari/3.0.0.0/202408/3.0.0.0-202408001/ambari-3.0.0.0-fix-202408001-0.el9.x86_64.rpm
-
Example with
curl
for EL 9:Terminal inputcurl -O -S --user USUARIO:SENHA https://repo.tecnisys.com.br/yum/tdp/fixes/ambari/3.0.0.0/202408/3.0.0.0-202408001/ambari-3.0.0.0-fix-202408001-0.el9.x86_64.rpm
-
-
Installation
Use
dnf install
to install the downloaded fix:Terminal inputsudo dnf install ambari-3.0.0.0-fix-202408001-0.el9.x86_64.rpm