- Subscribe to RSS Feed
- Mark Question as New
- Mark Question as Read
- Float this Question for Current User
- Bookmark
- Subscribe
- Mute
- Printer Friendly Page
Cloudbreak environment variable issue Imported variable UAA_DEFAULT_USER_PW must be set in profile or environment.
- Labels:
-
Hortonworks Cloudbreak
Created ‎05-15-2018 03:03 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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.
