Ambari in Docker for Dev/Test Workloads

2019-01-11 Thread Samuel Hjelmfelt
Hi everyone,Just wanted to make you aware of a project that I created called Amber:https://github.com/SamHjelmfelt/Amber I created this project to simplify my dev/test process for Ambari blueprints, Ambari operations, and Ambari-supported technologies. Like many users, I do not have access to m

question about setup ambari web dev environment on win 10

2019-01-11 Thread Discovery
Hi AMBARI experts,   As subject,  I have below questions:   1. which version of node.js and npm should I choose to setup an ambari web release 2.7.3 dev environment?   2. Is win 10 suppprted by ambari release 2.7.3 as a dev environment OS?or I must do this on Linux?  Any help will be highly app

Re: Conditions in Quicklinks checks

2019-01-11 Thread jeremy montgomery
It needs to be extended beyond that. You have situations where you have load balancers, knox urls, knox vanity urls for multiple knox servers, etc. On Fri, Jan 11, 2019 at 3:34 AM Sean Roberts wrote: > Ambari experts - Within `quicklinks.json`, is it possible to have an OR > condition? > > For

Re: Ambari Kafka version

2019-01-11 Thread Jonathan Hurley
I believe that Kafka 1.0.0.3.0 is first supported in HDP 3.0. You will need Ambari 2.7 to use HDP 3.0. You can upgrade Ambari 2.6 to Ambari 2.7 and also HDP 2.6 to HDP 3.0. Or, you can do a new install. On 1/11/19, 9:03 AM, "Jacek Szewczyk" wrote: Thanks Jonathan, Is there a way

Re: Ambari Kafka version

2019-01-11 Thread Jacek Szewczyk
Thanks Jonathan, Is there a way to upgrade to most recent (at least 1.0) kafka with 2.6 Ambari? If not which Ambari can give me out of the box 1.0 Kafka? Jacek > On Jan 11, 2019, at 14:56, Jonathan Hurley wrote: > > HDP 2.6 uses Kafka 0.10.0: > https://github.com/apache/ambari/blob/branch-2.6

Re: Ambari Hbase Failed Regions

2019-01-11 Thread Jonathan Hurley
Ambari alerts work natively off of JMX metrics, so if HBase exposes a metric through JMX then you can consume it. We used to do something similar for "dead" RegionServers, but it was determined that a "dead" RegionServer was part of the normal lifecycle and shouldn't have an alert: https://git

Re: Ambari Kafka version

2019-01-11 Thread Jonathan Hurley
HDP 2.6 uses Kafka 0.10.0: https://github.com/apache/ambari/blob/branch-2.6/ambari-server/src/main/resources/stacks/HDP/2.6/services/KAFKA/metainfo.xml#L23 The version number which you are seeing is a combination of the HDP stack version (2.6.1.0-129) along with the Apache version of Kafka which

Ambari Kafka version

2019-01-11 Thread Jacek Szewczyk
Hey ! I am confused by Ambari kafka version, after installing 2.6.2.2 in Admin -> Stack and Versions I have kafka 1.0.0 so I expected that’s the version kafka was installed, but in reality it is: kafka_2_6_1_0_129-0.10.1.2.6.1.0-129.noarch Any ideas why that’s the case? Thanks, Jacek

Conditions in Quicklinks checks

2019-01-11 Thread Sean Roberts
Ambari experts - Within `quicklinks.json`, is it possible to have an OR condition? For example: set protocol="https" if (desired=HTTPS_ONLY OR desired=HTTP_AND_HTTPS) ``` { "name": "default", "description": "default quick links configuration", "configuration": { "protocol": {