Created 05-15-2018 03:03 PM
I am trying to setup Cloud break 2.4.1 on Google cloud. Command CBD start keeps me giving error Imported variable UAA_DEFAULT_USER_PW must be set in profile or environment...
export set none of the commands are working.. can someone help me to fix this issue,
Created 05-15-2018 04:34 PM
Complete instructions for setting up Cloudbreak on Google Cloud can be found here: https://docs.hortonworks.com/HDPDocuments/Cloudbreak/Cloudbreak-2.4.0/content/gcp-launch/index.html
UAA_DEFAULT_USER_PW needs to be set in a file named 'Profile' from which you initialize Cloudbreak.
Created 05-15-2018 04:34 PM
Complete instructions for setting up Cloudbreak on Google Cloud can be found here: https://docs.hortonworks.com/HDPDocuments/Cloudbreak/Cloudbreak-2.4.0/content/gcp-launch/index.html
UAA_DEFAULT_USER_PW needs to be set in a file named 'Profile' from which you initialize Cloudbreak.
Created 05-16-2018 04:03 AM
Thanks. I realized the mistake I am making.
Before running the cbd start command I need to run the command "source Profile". without Source command it doesn't work.
Created 05-16-2018 11:56 AM
You actually should not have to 'source Profile' before running cbd start. If you run cbd start in the same directory as Profile, then it will pull in those variables for you without having to 'source' them from the file.