Anyone hit this before?
Running the Cloudera Manager Cluster Installer on RHEL6; I'm getting an
installation failure stating - is an invalid option
*validating format of repository file
/tmp/scm_prepare_node.WLKchwjq/repos/rhel6/cdh-solr.repo *
*installing repository file
/tmp/scm_prepare_node.WLKchwjq/repos/rhel6/cdh-solr.repo *
*install: invalid option -- '-' *
*usage: install [-bCcpSsv] [-B suffix] [-f flags] [-g group] [-m mode] *
*[-o owner] file1 file2 *
*install [-bCcpSsv] [-B suffix] [-f flags] [-g group] [-m mode] *
Looking at the /tmp/scm_prepare_node/ sh file (nothing really seems to be
wrong there)
* echo installing repository file $repo*
* $SUDO install -m 644 --backup=numbered "$repo" "$REPO_DEST"/*
* fail_or_continue $? repository file $repo could not be installed*
And Running that /tmp sh file manually from the command line, It does
successfully get past that line.