Is there any official Docker images for Hadoop?

前端 未结 4 1501
有刺的猬
有刺的猬 2021-02-19 12:55

Does anyone where\'s the official docker images for Hadoop, e.g. YARN, HDFS? I\'d like to use them within a docker image.

相关标签:
4条回答
  • 2021-02-19 13:28

    There is not currently an official Hadoop Docker image, but there are many User contributed images on the Docker Hub, including this one with over 100K Pulls.

    0 讨论(0)
  • 2021-02-19 13:30

    I don't know if it is an official image, but you can take a look at https://github.com/big-data-europe/docker-hadoop.

    This blog post teaches how to use it !

    0 讨论(0)
  • 2021-02-19 13:32

    It's important to check if the chosen image includes only Hadoop.
    (I'm not sure about Cloudera image mentioned above).

    Check out the alternatives below:

    1. Sequenceiq:
      Image (+1M pulls)
      Github repo.
      Site
      Pull with:
      docker pull sequenceiq/hadoop-docker

    2. Uhopper:
      Image(1M+ pulls)
      Bitbucket repo
      Site
      Pull with:
      docker pull uhopper/hadoop

    3. Big data europe:
      Image (10K+ pulls)
      Github repo
      Site
      Pull with:
      docker pull bde2020/hadoop-base

    4. Parrot Stream:
      Image (1.2K+ pulls)
      Github repo
      Site
      Pull with:
      docker pull parrotstream/hadoop


    Bonus:
    Check out this tutorial on how to build Hadoop docker image.

    0 讨论(0)
  • 2021-02-19 13:36

    Cloudera now provide their Quickstart VM as a Docker image for single-node deployments:

    • cloudera/quickstart on Dockerhub
    • Docker is the New QuickStart Option for Apache Hadoop and Cloudera (blog post)
    0 讨论(0)
提交回复
热议问题