This is an automated email from the ASF dual-hosted git repository.
yuqi4733 pushed a commit to branch test_hive_create_table_timeout
in repository https://gitbox.apache.org/repos/asf/gravitino.git
The following commit(s) were added to refs/heads/test_hive_create_table_timeout
by this push:
new cce006c41 Add code logic to check whether the port is occupied by
other process.
cce006c41 is described below
commit cce006c413e5ab9ecc907c59d5b7a0ca99e11636
Author: yuqi <[email protected]>
AuthorDate: Thu Jul 11 22:57:25 2024 +0800
Add code logic to check whether the port is occupied by other process.
---
dev/docker/kerberos-hive/Dockerfile | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/dev/docker/kerberos-hive/Dockerfile
b/dev/docker/kerberos-hive/Dockerfile
index 92cb34911..ae44ad6b7 100644
--- a/dev/docker/kerberos-hive/Dockerfile
+++ b/dev/docker/kerberos-hive/Dockerfile
@@ -58,7 +58,8 @@ RUN apt-get update && apt-get upgrade -y && apt-get install
--fix-missing -yq \
krb5-admin-server \
krb5-user \
krb5-config \
- jsvc
+ jsvc \
+ net-tools
#################################################################################
## setup ssh