All Downloads are FREE. Search and download functionalities are using the official Maven repository.

docker.presto-product-tests.conf.environment.two-kerberos-hives.hadoop-master-2-copy-keytabs.sh Maven / Gradle / Ivy

There is a newer version: 448
Show newest version
#!/usr/bin/env bash

set -euo pipefail

echo "Copying kerberos keytabs to /presto_keytabs/"
cp /etc/trino/conf/hive-presto-master.keytab /presto_keytabs/other-hive-presto-master.keytab
cp /etc/trino/conf/presto-server.keytab /presto_keytabs/other-presto-server.keytab




© 2015 - 2024 Weber Informatics LLC | Privacy Policy