Or: “Everybody likes being given a glass of water.”
By Merlin Mann.
It's only advice for you because it had to be advice for me.
#!/bin/sh | |
set -e | |
# This script is used to automatically sync new flows into the DataFlow Catalog | |
# It assumes that the CDP CLI has been installed first. See: | |
# https://docs.cloudera.com/dataflow/cloud/cli/index.html | |
# It also assumes that the NiFi CLI has been properly configured to interact with the NiFi Registry instance. See: | |
# https://nifi.apache.org/docs/nifi-docs/html/toolkit-guide.html#nifi_CLI | |
NIFICLI="/opt/cloudera/parcels/CFM/TOOLKIT/bin/cli.sh" |