We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 36dcb1d commit 09c6c8fCopy full SHA for 09c6c8f
hbase/Dockerfile
@@ -332,7 +332,11 @@ microdnf update
332
333
# The tar and python packages are required by the Phoenix command line.
334
# We add zip and gzip because tar without compression is seldom useful.
335
+# TODO: maybe hostname is useful enough to have in stackable-base ?
336
+# hostname is required by the hbase/bin/graceful_stop.sh to identify the actual name
337
+# of the region server that is being shut down.
338
microdnf install \
339
+ hostname \
340
gzip \
341
python \
342
python-pip \
0 commit comments