From 5df0b0d7e9f7f199cdc03b4896c6f588ea80af53 Mon Sep 17 00:00:00 2001 From: oleksii iepishkin Date: Thu, 6 Jun 2013 12:54:57 -0400 Subject: [PATCH] Update configuration.md --- ambari-server/docs/api/v1/configuration.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/ambari-server/docs/api/v1/configuration.md b/ambari-server/docs/api/v1/configuration.md index 886a2bc3045..60b7f770446 100644 --- a/ambari-server/docs/api/v1/configuration.md +++ b/ambari-server/docs/api/v1/configuration.md @@ -102,7 +102,8 @@ and then apply it to the cluster: "Clusters": { "desired_config": { "type": "core-site", - "tag": "version2", + "tag": "version2" + } } } @@ -118,6 +119,7 @@ The other, more efficient way is to create and apply a configuration on a cluste "a": "b", /* etc */ } + } } }