You can install Cloudera Director Server and Client with brew tap
and brew install
brew tap <github-username>/cloudera
For example, if you use my tap (use this repository) you can use the following commnads.
brew tap takabow/cloudera
brew install cloudera-director-server
If you want to install only Cloudera Diretor Server, use --without-cloudera-director-client
.
If you want to install only client, you can use following command:
brew install cloudera-director-client
# Start Cloudera Director Server background
cloudera-director-server-start
# Stop Cloudera Director Server background
cloudera-director-server-stop