Support Questions

Find answers, ask questions, and share your expertise
Announcements
Celebrating as our community reaches 100,000 members! Thank you!

Cloudbreak environment variable issue Imported variable UAA_DEFAULT_USER_PW must be set in profile or environment.

avatar

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,

1 ACCEPTED SOLUTION

avatar
Super Collaborator

@Pankaj Singh

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.

View solution in original post

3 REPLIES 3

avatar
Super Collaborator

@Pankaj Singh

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.

avatar

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.

avatar
Super Collaborator

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.