From b8f5a83257cdef439a2551611bad246dc8037f34 Mon Sep 17 00:00:00 2001 From: mkiser8103 Date: Tue, 27 Sep 2016 13:22:25 -0400 Subject: [PATCH] Update cloudformations2.json Change Ambari Version from 2.2.2.0 to 2.4.1.0 --- cloudformations2.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cloudformations2.json b/cloudformations2.json index ae3b770..0a1e380 100644 --- a/cloudformations2.json +++ b/cloudformations2.json @@ -122,7 +122,7 @@ }, "AmbariVersion": { "AllowedPattern": "\\d\\.\\d\\.\\d\\.\\d", - "Default": "2.2.2.0", + "Default": "2.4.1.0", "Description": "Ambari Version", "Type": "String" },