Try running cloudera manager with docker

reference

I tried running cloudera manager on docker with reference to the following information. https://qiita.com/junko_urata/items/7f292cbb8a57b099536b https://hub.docker.com/r/cloudera/quickstart/

Supplement

There are many errors after startup, but the cause has not been confirmed. It may be a single configuration or the settings may not be sufficient.

procedure

Get the image from docker hub.

docker pull cloudera/quickstart:latest

Container startup

docker run --hostname=quickstart.cloudera \
   --privileged=true -t -i -d  -p 7180 -p 80 \
  cloudera/quickstart:latest /usr/bin/docker-quickstart

Process confirmation

$ docker ps
CONTAINER ID        IMAGE                        COMMAND                  CREATED             STATUS              PORTS                                            NAMES
8373020c70c9        cloudera/quickstart:latest   "/usr/bin/docker-qui…"   2 hours ago         Up 2 hours          0.0.0.0:32771->80/tcp, 0.0.0.0:32770->7180/tcp   gracious_spence

Port 80 for the tutorial page and port 7180 for the Cloudera Manager administration page are mapped to host operating systems 32771 and 32770, respectively.

Log in to the container.

docker exec -it 8373020c70c9 bash

Start cloudera manager.

[root@quickstart /]# /home/cloudera/cloudera-manager --force --express
[QuickStart] Shutting down CDH services via init scripts...
kafka-server: unrecognized service
JMX enabled by default
Using config: /etc/zookeeper/conf/zoo.cfg
[QuickStart] Disabling CDH services on boot...
error reading information on service kafka-server: No such file or directory
[QuickStart] Starting Cloudera Manager server...
[QuickStart] Waiting for Cloudera Manager API...
[QuickStart] Starting Cloudera Manager agent...
[QuickStart] Configuring deployment...
Submitted jobs: 14
[QuickStart] Deploying client configuration...
Submitted jobs: 16
[QuickStart] Starting Cloudera Management Service...
Submitted jobs: 24
[QuickStart] Enabling Cloudera Manager daemons on boot...
________________________________________________________________________________

Success! You can now log into Cloudera Manager from the QuickStart VM's browser:

    http://quickstart.cloudera:7180

    Username: cloudera
    Password: cloudera

[root@quickstart /]# 

Access the following URL in your browser.

http://localhost:32770/



 The cloudera manager administration page is displayed.

 ![image.png](https://qiita-image-store.s3.ap-northeast-1.amazonaws.com/0/564329/3feb5367-e14f-7229-5d6d-e7ea8fee100a.png)


 From the cloudera quick start pull-down menu, select Start to start the cluster.

 ![image.png](https://qiita-image-store.s3.ap-northeast-1.amazonaws.com/0/564329/4538eec5-729b-5979-391c-6a48bb251240.png)


 I'm getting an error, but that's it.


Recommended Posts

Try running cloudera manager with docker
Try running Slack's (Classic) Bot with docker
Try WildFly with Docker
Try running MPLS-VPN with FR Routing on Docker
Try running OSPF with FR Routing on Docker
Until you try running Apache Kafka with docker image
Try Oracle Enterprise Manager Cloud Control with Docker Desktop for Windows
Alert slack with alert manager in Docker environment
Try running MySql and Blazor with docker-compose
Try using Kong + Konga with Docker Compose.
Try building Express + PostgreSQL + Sequelize with Docker [Part 2]
Keep docker container running with no resident process running
Try building Express + PostgreSQL + Sequelize with Docker [Part 1]
Try using another Servlet container Jetty with Docker
Try DI with Micronaut
Try create with Trailblazer
Try running an app made with Quarkus on Heroku
Launch MariaDB with Docker
Rails deploy with Docker
Run Pico with docker
Try WebSocket with jooby
Explode Docker with WSL2
Use Puphpeteer with Docker
Operate Emby with Docker
Feel free to try Elasticsearch cluster with WSL2 + Docker
Use ngrok with Docker
Run Payara with Docker
Try connecting to AzureCosmosDB Emulator for Docker with Java
[Docker] Connection with MySQL
Php settings with Docker
Run Mosquitto with Docker and try WebSocket communication with MQTT
Getting Started with Docker
Try running the Embulk command with your Lambda function
Disposable PHP with Docker
Install Composer with Docker
docker-compose.yml when you want to keep mysql running with docker
I tried running WordPress with docker preview on M1 Mac.
Pytorch execution environment with Docker
Use GDAL with Python with Docker
Deploy with EC2 / Docker / Laravel
Run TAO Core with Docker
Try using GloVe with Deeplearning4j
Docker management with VS Code
Try using view_component with rails
Try DB connection with Java
Try Docker on Windows 10 Home
Try gRPC with Java, Maven
Set up GitLab with docker
Run Rails whenever with docker
Get started with DynamoDB with docker
Docker autostart settings with wsl2
[Docker] Rails 5.2 environment construction with docker
Spring Boot starting with Docker
Build docker environment with WSL
Version control CocoaPods with Docker
Web application built with docker (1)
Try reading XML with JDOM
I tried BIND with Docker
React environment construction with Docker
Build DynamoDB local with Docker
[Docker] Use whenever with Docker + Rails