No the views deployed to the standalone Ambari instance will not share the database of the master Ambari instance. I assume that you are talking about the ‘built in’ persistence of the view framework. A view is really just a web app, so if you want to code it, your view implementation could access (and share) any database you like.
On Feb 12, 2015, at 1:49 PM, Kristopher Kane <[email protected]<mailto:[email protected]>> wrote: Thanks Tom. Do these View instances share the database of the master Ambari Server that manages the cluster? Kris On Thu, Feb 12, 2015 at 12:45 PM, Tom Beerbower <[email protected]<mailto:[email protected]>> wrote: Hi Kris, If by ‘standalone’ you mean an Ambari server instance that can serve views and is not connected to a cluster, you can just follow the standard Ambari setup instructions and don’t through the cluster install wizard. Once started you should be in the Admin view and can manage other views without ever creating a cluster. Thanks, Tom On Feb 12, 2015, at 1:17 PM, Kristopher Kane <[email protected]<mailto:[email protected]>> wrote: > Looking to install a View and want to add a 'standalone' Ambari Server. Is > the standalone capability documented anywhere? > > Thanks, > > Kris
