Member since
10-02-2015
50
Posts
12
Kudos Received
11
Solutions
My Accepted Solutions
Title | Views | Posted |
---|---|---|
1422 | 01-03-2018 04:12 PM | |
1134 | 01-03-2018 04:07 PM | |
1591 | 07-20-2017 02:18 PM | |
1890 | 06-22-2017 09:33 PM | |
1131 | 03-20-2017 02:57 PM |
06-26-2017
03:26 PM
Hi @Kirk DeMumbrane, Glad this information was useful. If this resolves your problem, can you please accept this answer? Thanks, Bob
... View more
03-03-2017
04:38 PM
Hi @christophe menichetti, As @Predrag Monodic mentioned, you can use Blueprints for non-UI based installs. Unfortunately, the UI Wizard will not allow you to generate a Blueprint and Cluster Creation template after you gone through all the screens. The simplest way to generate a Blueprint to start with is to try the following: 1. On a local VM cluster for testing (vagrant, docker, etc), create a cluster that has the services, components, and configuration that you are interested in deploying in your production cluster. 2. Use the UI to deploy this local cluster, going through all the normal screens in the wizard. 3. You can then export the Blueprint from this running cluster. This REST call will generate a Blueprint based on the currently-running cluster you setup in Step #2. 4. Save this Blueprint, and customize it as necessary. 5. Create a Cluster Creation Template that matches hostnames to the host groups from the exported Blueprint. Please note that you may want to manually rename the host groups in the exported Blueprint, as they are generated using a "host_group_n" convention, which may not be useful for documenting your particular cluster. You can check out the following link on the Blueprints wiki to see how to make the REST call to export the Blueprint from a running cluster: https://cwiki.apache.org/confluence/display/AMBARI/Blueprints#Blueprints-APIResourcesandSyntax Hope this helps!
... View more
01-02-2017
02:44 PM
Hi @wbu Right the problem here is that 'users.admin' property must be set on 'activity-zeppelin-shiro' config type not on 'hst-server-conf'. I've tried it and seems to work fine. BR Sandor
... View more
06-21-2016
03:23 PM
2 Kudos
Check your .ini file on all the slaves/agents /etc/ambari-agent/conf/ambari-agent.ini And then make sure your ports below are open on your MASTER url_port=8440 secured_url_port=8441
... View more