Sign inSign up

openeuler/ambari

Sponsored OSS

By openeuler

Updated about 2 months ago

Image
0

4.5K

openeuler/ambari repository overview

Quick reference

Ambari | openEuler

Current Ambari docker images are built on the openEuler. This repository is free to use and exempted from per-user rate limits.

Apache Ambari is a tool for provisioning, managing, and monitoring Apache Hadoop clusters. It provides a RESTful API and a browser-based management UI that simplifies cluster configuration, management, and monitoring.

Learn more on Ambari website.

The tag of each ambari docker image is consist of the version of ambari and the version of basic image. The details are as follows

TagsCurrentlyArchitectures
3.0.0-oe2403sp4Apache Ambari 3.0.0 on openEuler 24.03-LTS-SP4amd64, arm64
3.0.0-oe2403sp3Apache Ambari 3.0.0 on openEuler 24.03-LTS-SP3amd64, arm64

Usage

In this usage, users can select the corresponding {Tag} and container startup options based on their requirements.

  • Pull the openeuler/ambari image from docker

    docker pull openeuler/ambari:{Tag}
    
  • Start an ambari server instance

    docker run -d --name my-ambari -p 8080:8080 openeuler/ambari:{Tag}
    

    After the instance my-ambari is started, access the Ambari Web UI at http://localhost:8080. The default login is admin / admin.

  • Container startup options

    OptionDescription
    -p 8080:8080Expose Ambari Web UI and REST API on localhost:8080.
    -v /path/to/config:/etc/ambari-server/confLocal Ambari Server configuration directory.
  • View container running logs

    docker logs -f my-ambari
    
  • To get an interactive shell

    docker exec -it my-ambari /bin/bash
    
  • Setup Ambari Server (database initialization, run once before first start)

    docker exec -it my-ambari python3 ambari-server/src/main/python/ambari-server.py setup -s
    
  • Build Ambari derived images — use this image as a base to include pre-configured Hadoop stack components. The compiled Ambari artifacts at /opt/ambari are ready to use.

Question and answering

If you have any questions or want to use some special features, please submit an issue or a pull request on openeuler-docker-images.

Tag summary

Content type

Image

Digest

sha256:73fc9365d

Size

942.8 MB

Last updated

about 2 months ago

docker pull openeuler/ambari

This week's pulls

Pulls:

24

Last week