#!/usr/bin/env bash # vim:ts=4:sts=4:sw=4:et # # Author: Hari Sekhon # Date: 2020-03-04 09:56:42 +0000 (Wed, 04 Mar 2020) # # https://github.com/HariSekhon/DevOps-Bash-tools # # License: see accompanying Hari Sekhon LICENSE file # # If you're using my code you're welcome to connect with me on LinkedIn and optionally send me feedback to help steer this or other code I publish # # https://www.linkedin.com/in/HariSekhon # # https://docs.cloudera.com/documentation/enterprise/5-10-x/topics/navigator_data_mgmt.html#xd_583c10bfdbd326ba-7dae4aa6-147c30d0933--7b44 # https://docs.cloudera.com/documentation/enterprise/6/6.3/topics/data_mgmt_audit_reports.html set -euo pipefail [ -n "${DEBUG:-}" ] && set -x srcdir="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)" # shellcheck source=lib/cloudera_navigator.sh . "$srcdir/lib/cloudera_navigator.sh" usage(){ cat <