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

docker.presto-product-tests.common.hadoop.apply-config-overrides.sh Maven / Gradle / Ivy

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

# test whether OVERRIDES_DIR is set
if [[ -n "${OVERRIDES_DIR+x}" ]]; then
    echo "The OVERRIDES_DIR (${OVERRIDES_DIR}) support is disabled as it was deemed unused." >&2
    echo "It is being removed." >&2
    exit 16
fi

if test -e /overrides; then
    find /overrides >&2
    echo "The /overrides handling is disabled as it was deemed unused." >&2
    echo "It is being removed." >&2
    exit 17
fi




© 2015 - 2024 Weber Informatics LLC | Privacy Policy