Skip to content

Commit 675cb1b

Browse files
Update tests/templates/kuttl/kerberos-hdfs/70-install-access-hive.yaml.j2
Co-authored-by: Malte Sander <contact@maltesander.com>
1 parent 40e28de commit 675cb1b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/templates/kuttl/kerberos-hdfs/70-install-access-hive.yaml.j2

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ data:
9292
@staticmethod
9393
def _init_protocol(host: str, port: int) -> TBinaryProtocol:
9494
transport = TSocket.TSocket(host, int(port))
95-
# host is something like "hive-metastore..kuttl-test-brave-caribou.svc.cluster.local"
95+
# host is something like "hive-metastore.kuttl-test-brave-caribou.svc.cluster.local"
9696
# We need to change it to the host part of the HMS principal e.g. "hive.kuttl-test-brave-caribou.svc.cluster.local"
9797
host = host.replace("hive-metastore", "hive")
9898
transport = TTransport.TSaslClientTransport(transport,

0 commit comments

Comments
 (0)