Is there any official Docker images for Hadoop?

前端 未结 4 1503
有刺的猬
有刺的猬 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: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.

提交回复
热议问题