Skip to content

Commit 09c6c8f

Browse files
committed
feat(hbase): install the hostname command
1 parent 36dcb1d commit 09c6c8f

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

hbase/Dockerfile

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -332,7 +332,11 @@ microdnf update
332332

333333
# The tar and python packages are required by the Phoenix command line.
334334
# 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.
335338
microdnf install \
339+
hostname \
336340
gzip \
337341
python \
338342
python-pip \

0 commit comments

Comments
 (0)