Member since
07-25-2019
184
Posts
42
Kudos Received
39
Solutions
My Accepted Solutions
Title | Views | Posted |
---|---|---|
2234 | 03-25-2019 02:25 PM | |
1120 | 01-22-2019 02:37 PM | |
1248 | 01-16-2019 04:21 PM | |
2620 | 10-17-2018 12:22 PM | |
1324 | 08-28-2018 08:31 AM |
03-17-2017
05:28 PM
@Peter Teunissen What do you mean exactly by switching subscriptions? You can check the source of the tool, it works with the given subscription id, except the following case: The tool itself logs in with azure cli as a first step, you should see the output of the login similar to below: If the subscription here is different than you expected, that might be because the username and password that you provided belongs to multiple subscriptions, and the default is selected. If this is the case, the role assignment phase will most certainly fail. As a workaround you can run download official azure cli and run these steps by hand after changing the default subscription. azure account set new-default-subscription I will file an issue to set the default subscription automatically in the tool to the one provided by the parameter. Hope this helps!
... View more
03-16-2017
06:24 PM
@Alex Woolford That could be to cause that your user is not admin, or co-admin in your subscription. This is a prerequisite, as per the documentation.
... View more
03-16-2017
10:16 AM
1 Kudo
@Alex Woolford The suggested way of creating these prerequisites is by using our cli tool. cbd azure configure-arm --app_name myapp --app_password password123 --subscription_id 1234-abcd-efgh-1234 This should create all the needed resources. For your particular case, the role assignment seems to be missing. azure role assignment create --objectId $OBJECT_ID -o Owner -c /subscriptions/$APP_SUBSCRIPTION_ID &> $APP_NAME-assign.log The new version of Cloudbreak coming soon will contain enhancements to automate this error-prone process from the UI. Hope this helped!
... View more
03-14-2017
10:10 AM
@Sravani Yajamanam
Just a tip: you might have accidentally selected "None" in the second pane of the configuration: If this is not the case, a quick advice to circumvent similar situations in the future: you can manage deployments in the Resource Group level, if you delete the resource group of Sandbox install itself, it will remove the related resources as well (like public IP). Additionally, after a successful deployment you should check if the the "Public IP address" is present in the resource group.
... View more
03-13-2017
04:23 PM
1 Kudo
@Suzanne Dimant Hortonworks Sandbox for HDP 2.5 comes with Ambari version 2.4.0.0.
... View more
03-13-2017
10:43 AM
1 Kudo
@Alex Gauthier You could use DASH but it is just a workaround to overcome the limitations (eg. IOPS) of WASB. Have you checked Azure Data Lake Storage as an option? It does not have such limits, and HDP supports it. The only prerequisite is the creation of a Data Lake storage account.
As a side note, if you would like to automate cluster mgmt. on Azure, Cloudbreak supports WASB (with DASH as well) and now ADLS as well. It automates both the provisioning and configuration steps.
... View more
03-01-2017
01:18 PM
@Prasanna G Have you started Sandbox from Azure Marketplace? If so, you need to manually install Docker, as described here. You have the option to install Docker extension with VM install, it should work as well:
... View more
02-28-2017
03:01 PM
2 Kudos
Hi @Prasanna G! You have the following options: 1. You can use "docker cp" if you have only one file. Here is the documentation with examples. 2. The most flexible solution is mounting local drives to the sandbox with the -v option of "docker run". This is preferred because all the content in the folder is accessible inside the container. docker run -v /Users/<path>:/<container path> ... You can find an example how to configure this for Sandbox here.
... View more
02-28-2017
02:25 PM
@Patrick Picard You can also try bringing up a sample cluster with Cloudbreak. You can reuse your existing blueprints. You can find pretty extensive documentation here Please let me know if you have additional questions!
... View more
02-21-2017
04:07 PM
I'm glad it is resolved, the issue which caused this behavior was fixed in Ambari some weeks ago.
... View more
- « Previous
- Next »