From 3839856b8988028b0829c07163801b00f4791eae Mon Sep 17 00:00:00 2001 From: Lars Francke Date: Fri, 30 Jun 2023 00:23:11 +0200 Subject: [PATCH] Removes outdated README --- scripts/README.md | 6 ------ 1 file changed, 6 deletions(-) delete mode 100644 scripts/README.md diff --git a/scripts/README.md b/scripts/README.md deleted file mode 100644 index a0e5a449..00000000 --- a/scripts/README.md +++ /dev/null @@ -1,6 +0,0 @@ - -The following scripts are incuded here: - -- `stackable/bin/start-namenode` : A wrapper script for Hadoop's `hdfs` script that ensures that the namenode's directory is formatted before the process is started. This script is packaged with the hadoop package and it's set as container's command line program for the namenode pod. - -