From 25420f0fa04d7f3aaec8f8fb607de1a8c44d35d1 Mon Sep 17 00:00:00 2001 From: Kshitij Date: Sun, 13 Apr 2025 04:35:01 +0530 Subject: [PATCH] Added fork note at the bottom of readme file. Also removed # Changes section. --- README.md | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index e836e34..64c2491 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,3 @@ -[![Gitter chat](https://badges.gitter.im/gitterHQ/gitter.png)](https://gitter.im/big-data-europe/Lobby) - -# Changes - -Version 2.0.0 introduces uses wait_for_it script for the cluster startup - # Hadoop Docker ## Supported Hadoop Versions @@ -61,3 +55,8 @@ The available configurations are: * /etc/hadoop/mapred-site.xml MAPRED_CONF If you need to extend some other configuration file, refer to base/entrypoint.sh bash script. + +--- + +> [!NOTE] +> This repo is a fork of [big-data-europe/docker-hadoop](https://github.com/big-data-europe/docker-hadoop/)