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

docker.presto-product-tests.conf.environment.multinode-gcs.apply-gcs-config.sh Maven / Gradle / Ivy

There is a newer version: 448
Show newest version
#!/bin/bash
set -exuo pipefail

echo "Applying GCS core-site configuration overrides"
apply-site-xml-override /etc/hadoop/conf/core-site.xml "/docker/presto-product-tests/conf/environment/multinode-gcs/core-site-overrides.xml"
apply-site-xml-override /etc/hive/conf/hive-site.xml "/docker/presto-product-tests/conf/environment/multinode-gcs/hive-site-overrides.xml"




© 2015 - 2024 Weber Informatics LLC | Privacy Policy