Skip to main content
Version: 2.2.0

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
  • AMBARI-7883
  • AMBARI-7884

Impact

The central content of Ambari web interface pages is displayed below the side menu instead of next to it.

info

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.

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:

  1. Download

    Use wget or curl to download the RPM file from the Tecnisys public package repository.

    • Example with wget:
    Terminal input
    wget --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 input
    curl -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
  2. Installation

    Use yum install to install the downloaded fix on the Ambari Server machine:

    Terminal input
    sudo 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:

  1. Download

    Use wget or curl to download the RPM file from the Tecnisys public package repository.

    • Example with wget for EL 9:

      Terminal input
      wget --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 input
      curl -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
  2. Installation

    Use dnf install to install the downloaded fix:

    Terminal input
    sudo dnf install ambari-3.0.0.0-fix-202408001-0.el9.x86_64.rpm