You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ambari.apache.org by om...@apache.org on 2011/12/13 02:03:55 UTC

svn commit: r1213530 - /incubator/ambari/trunk/controller/src/main/resources/org/apache/ambari/stacks/horton-0.json

Author: omalley
Date: Tue Dec 13 01:03:55 2011
New Revision: 1213530

URL: http://svn.apache.org/viewvc?rev=1213530&view=rev
Log:
AMBARI-156. Missed a file.

Added:
    incubator/ambari/trunk/controller/src/main/resources/org/apache/ambari/stacks/horton-0.json

Added: incubator/ambari/trunk/controller/src/main/resources/org/apache/ambari/stacks/horton-0.json
URL: http://svn.apache.org/viewvc/incubator/ambari/trunk/controller/src/main/resources/org/apache/ambari/stacks/horton-0.json?rev=1213530&view=auto
==============================================================================
--- incubator/ambari/trunk/controller/src/main/resources/org/apache/ambari/stacks/horton-0.json (added)
+++ incubator/ambari/trunk/controller/src/main/resources/org/apache/ambari/stacks/horton-0.json Tue Dec 13 01:03:55 2011
@@ -0,0 +1,29 @@
+{
+  "@name": "horton",
+  "@parentName": "puppet1",
+  "@parentRevision": "0",
+  "configuration": {
+    "category": [
+      {"@name":"ambari",
+       "property":[
+          {"@name": "ambari_user_realm",
+           "@value": "HORTON.YGRIDCORE.NET"}
+        ]
+      }
+    ]
+  },
+  "components": [
+    {"@name": "hdfs",
+     "configuration": {
+       "category": [
+         {"@name":"hdfs-site.xml",
+          "property": [
+            {"@name": "dfs.data.dir",
+             "@value": "/grid/0/ambari/<%= ambari_cluster_name %>/hdfs/data,/grid/1/ambari/<%= ambari_cluster_name %>/hdfs/data,/grid/2/ambari/<%= ambari_cluster_name %>/hdfs/data,/grid/3/ambari/<%= ambari_cluster_name %>/hdfs/data"}
+          ]
+         }
+       ]
+      }
+    }
+ ]
+}
\ No newline at end of file



Re: svn commit: r1213530 - /incubator/ambari/trunk/controller/src/main/resources/org/apache/ambari/stacks/horton-0.json

Posted by Eric Yang <er...@gmail.com>.
Owne, you might want to clean up the kerberos realm.

regards,
Eric

On Mon, Dec 12, 2011 at 5:03 PM,  <om...@apache.org> wrote:
> Author: omalley
> Date: Tue Dec 13 01:03:55 2011
> New Revision: 1213530
>
> URL: http://svn.apache.org/viewvc?rev=1213530&view=rev
> Log:
> AMBARI-156. Missed a file.
>
> Added:
>    incubator/ambari/trunk/controller/src/main/resources/org/apache/ambari/stacks/horton-0.json
>
> Added: incubator/ambari/trunk/controller/src/main/resources/org/apache/ambari/stacks/horton-0.json
> URL: http://svn.apache.org/viewvc/incubator/ambari/trunk/controller/src/main/resources/org/apache/ambari/stacks/horton-0.json?rev=1213530&view=auto
> ==============================================================================
> --- incubator/ambari/trunk/controller/src/main/resources/org/apache/ambari/stacks/horton-0.json (added)
> +++ incubator/ambari/trunk/controller/src/main/resources/org/apache/ambari/stacks/horton-0.json Tue Dec 13 01:03:55 2011
> @@ -0,0 +1,29 @@
> +{
> +  "@name": "horton",
> +  "@parentName": "puppet1",
> +  "@parentRevision": "0",
> +  "configuration": {
> +    "category": [
> +      {"@name":"ambari",
> +       "property":[
> +          {"@name": "ambari_user_realm",
> +           "@value": "HORTON.YGRIDCORE.NET"}
> +        ]
> +      }
> +    ]
> +  },
> +  "components": [
> +    {"@name": "hdfs",
> +     "configuration": {
> +       "category": [
> +         {"@name":"hdfs-site.xml",
> +          "property": [
> +            {"@name": "dfs.data.dir",
> +             "@value": "/grid/0/ambari/<%= ambari_cluster_name %>/hdfs/data,/grid/1/ambari/<%= ambari_cluster_name %>/hdfs/data,/grid/2/ambari/<%= ambari_cluster_name %>/hdfs/data,/grid/3/ambari/<%= ambari_cluster_name %>/hdfs/data"}
> +          ]
> +         }
> +       ]
> +      }
> +    }
> + ]
> +}
> \ No newline at end of file
>
>