# # Specify any command line arguments for the Cloudera SCM Agent here. # CMF_AGENT_ARGS="" # # Uncomment to change the user the agent runs as (default is root). # #USER="cloudera-scm" # # Define layout and locations for the parcel installation tree # DEFAULT_DIR=`dirname ${BASH_SOURCE-$0}` CMF_ROOT=${CMF_ROOT:-`cd $DEFAULT_DIR ; cd ../.. ; pwd`} export CMF_AGENT_ROOT=$CMF_ROOT/lib64/cmf export CMF_SERVER_ROOT=$CMF_ROOT/share/cmf export CMF_SBINDIR=$CMF_ROOT/sbin export CMF_ETC=$CMF_ROOT/etc export CMF_VAR=$CMF_ROOT export CMF_SUDO_CMD=" " # Override the default value of CMF_AGENT_MGMT_HOME if # we're running from a tarball install. export CMF_AGENT_MGMT_HOME="$CMF_SERVER_ROOT"