Skip to content

Releases: MobileTeleSystems/hadoop-docker

1.7.1

20 Nov 07:43
5891b29

Choose a tag to compare

  • Fix running images on ARM architecture (Mac OS M chips).
  • Fix HDFS namenode trying to create fsimage on every startup.
  • Make namenode, datanode and yarn logs more verbose on Hadoop 3.x image tag.

1.7.0

30 Aug 08:13
b59ce31

Choose a tag to compare

  • Update Hadoop 3.x to 3.3.6
  • Update Hive to 2.3.10 for Hadoop 2.x
  • Set yarn.nodemanager.hostname and yarn.resourcemanager.hostname to container hostname

1.6.0

03 Oct 19:53
10f7573

Choose a tag to compare

  • [DOP-6758] Add Hive Metastore server to hive image. It is started by default, but can be disabled by passing WITH_HIVE_METASTORE_SERVER=false
  • [DOP-6758] Allow to skip starting Hive server by passing WITH_HIVE_SERVER=false
  • [DOP-6758] Replace environment variables:
    • POSTGRES_HOST, POSTGRES_PORT, POSTGRES_DB -> HIVE_METASTORE_DB_URL
    • None -> HIVE_METASTORE_DB_DRIVER
    • POSTGRES_USER -> HIVE_METASTORE_DB_USER
    • POSTGRES_PASSWORD -> HIVE_METASTORE_DB_PASSWORD
    • WITH_MAPREDUCE -> WITH_JOBHISTORY_SERVER
  • [DOP-6758] Improve healthcheck of Yarn and Hive images - check not only main service, but also services used as dependencies
  • [DOP-6758] Cleanup old logs before starting services
  • [DOP-6758] Add |SERVICE| prefix to startup logs of services
  • [DOP-6758] Add environment variables HADOOP_VERSION and HIVE_VERSION to images
  • [DOP-6758] Remove unused ports from docker-compose.yml
  • [DOP-6758] Add Hive Admin UI port to docker-compose.yml

1.5.0

03 Oct 14:25
bd1ed15

Choose a tag to compare

  • [DOP-6758] Update Hive to 2.3.9 for Hadoop 2.x

1.4.1

22 Jun 11:49
d261976

Choose a tag to compare

Test new Dockerhub auth token

1.4.0

19 May 11:40
d261976

Choose a tag to compare

  • Revert: Upgrade hdfs data during start
  • Log then services are ready
  • Add |SERVICE| prefix to log lines
  • Add YARN ports to Hive docker-compose.yml

1.3.0

18 May 17:19
e33513a

Choose a tag to compare

Increase memory limit per process to 512Mb

1.2.1

18 May 12:12
10b75c3

Choose a tag to compare

1.2.0

18 May 11:01
5f63da3

Choose a tag to compare

1.1.0

02 May 10:46
db685b6

Choose a tag to compare

Use same ports for Hadoop 2 & 3