<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>question Re: Ambari HA Blueprint: HOSTGROUP syntax not getting resolved to actual host names in Support Questions</title>
    <link>https://community.cloudera.com/t5/Support-Questions/Ambari-HA-Blueprint-HOSTGROUP-syntax-not-getting-resolved-to/m-p/101535#M64500</link>
    <description>&lt;A rel="user" href="https://community.cloudera.com/users/415/rnettleton.html" nodeid="415"&gt;@rnettleton&lt;/A&gt;&lt;P&gt;Yes, John's solution worked. Thanks a lot for your help!&lt;/P&gt;</description>
    <pubDate>Fri, 08 Jan 2016 01:33:37 GMT</pubDate>
    <dc:creator>dkumar1</dc:creator>
    <dc:date>2016-01-08T01:33:37Z</dc:date>
    <item>
      <title>Ambari HA Blueprint: HOSTGROUP syntax not getting resolved to actual host names</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Ambari-HA-Blueprint-HOSTGROUP-syntax-not-getting-resolved-to/m-p/101522#M64487</link>
      <description>&lt;P&gt;I'm using Ambari 2.1.2 to install a Highly Available HDP 2.3.4 cluster. The service installation is successful on the nodes, but the services fail to start. Digging in to the logs and the config files, I found that the &lt;STRONG&gt;%HOSTNAME::node:port%&lt;/STRONG&gt; strings didn't get replaced with the actual hostnames defined in the cluster configuration template. As a result, the config files contain invalid URIs like these:&lt;/P&gt;&lt;PRE&gt;    &amp;lt;property&amp;gt;
      &amp;lt;name&amp;gt;dfs.namenode.http-address&amp;lt;/name&amp;gt;
      &amp;lt;value&amp;gt;%HOSTGROUP::master_2%:50070&amp;lt;/value&amp;gt;
      &amp;lt;final&amp;gt;true&amp;lt;/final&amp;gt;
    &amp;lt;/property&amp;gt;


    &amp;lt;property&amp;gt;
      &amp;lt;name&amp;gt;dfs.namenode.http-address.mycluster.nn1&amp;lt;/name&amp;gt;
      &amp;lt;value&amp;gt;%HOSTGROUP::master_2%:50070&amp;lt;/value&amp;gt;
    &amp;lt;/property&amp;gt;
&lt;/PRE&gt;&lt;P&gt;Sure enough, the errors while starting the services also pointed to the same reason:&lt;/P&gt;&lt;PRE&gt;[root@worker1 azureuser]# cat /var/log/hadoop/hdfs/hadoop-hdfs-datanode-worker1.log
2016-01-05 02:24:22,601 INFO  datanode.DataNode (LogAdapter.java:info(45)) - STARTUP_MSG:
/************************************************************
STARTUP_MSG: Starting DataNode
STARTUP_MSG:   host = worker1.012g3iyhe01upgbu35npgl5l4a.gx.internal.cloudapp.net/10.0.0.9
STARTUP_MSG:   args = []
STARTUP_MSG:   version = 2.7.1.2.3.4.0-3485
.
.
.

2016-01-05 02:34:27,068 FATAL datanode.DataNode (DataNode.java:secureMain(2533)) - Exception in secureMain
java.lang.IllegalArgumentException: Does not contain a valid host:port authority: %HOSTGROUP::master_2%:8020
	at org.apache.hadoop.net.NetUtils.createSocketAddr(NetUtils.java:198)
	at org.apache.hadoop.net.NetUtils.createSocketAddr(NetUtils.java:164)
	at org.apache.hadoop.net.NetUtils.createSocketAddr(NetUtils.java:153)
	at org.apache.hadoop.hdfs.DFSUtil.getAddressesForNameserviceId(DFSUtil.java:687)
	at org.apache.hadoop.hdfs.DFSUtil.getAddressesForNsIds(DFSUtil.java:655)
	at org.apache.hadoop.hdfs.DFSUtil.getNNServiceRpcAddressesForCluster(DFSUtil.java:872)
	at org.apache.hadoop.hdfs.server.datanode.BlockPoolManager.refreshNamenodes(BlockPoolManager.java:155)
	at org.apache.hadoop.hdfs.server.datanode.DataNode.startDataNode(DataNode.java:1152)
	at org.apache.hadoop.hdfs.server.datanode.DataNode.&amp;lt;init&amp;gt;(DataNode.java:430)
	at org.apache.hadoop.hdfs.server.datanode.DataNode.makeInstance(DataNode.java:2411)
	at org.apache.hadoop.hdfs.server.datanode.DataNode.instantiateDataNode(DataNode.java:2298)
	at org.apache.hadoop.hdfs.server.datanode.DataNode.createDataNode(DataNode.java:2345)
	at org.apache.hadoop.hdfs.server.datanode.DataNode.secureMain(DataNode.java:2526)
	at org.apache.hadoop.hdfs.server.datanode.DataNode.main(DataNode.java:2550)
2016-01-05 02:34:27,072 INFO  util.ExitUtil (ExitUtil.java:terminate(124)) - Exiting with status 1
2016-01-05 02:34:27,076 INFO  datanode.DataNode (LogAdapter.java:info(45)) - SHUTDOWN_MSG:
/************************************************************
SHUTDOWN_MSG: Shutting down DataNode at worker1.012g3iyhe01upgbu35npgl5l4a.gx.internal.cloudapp.net/10.0.0.9
************************************************************/
&lt;/PRE&gt;&lt;P&gt;Interestingly, the Ambari server log reports that the hostname mapping was successful for master nodes, but I didn't find it for worker nodes. &lt;/P&gt;&lt;PRE&gt;05 Jan 2016 02:13:40,271  INFO [pool-2-thread-1] TopologyManager:598 - TopologyManager.ConfigureClusterTask areHostGroupsResolved: host group name = master_5 has been fully resolved, as all 1 required hosts are mapped to 1 physical hosts.
05 Jan 2016 02:13:40,272  INFO [pool-2-thread-1] TopologyManager:598 - TopologyManager.ConfigureClusterTask areHostGroupsResolved: host group name = master_1 has been fully resolved, as all 1 required hosts are mapped to 1 physical hosts.
05 Jan 2016 02:13:40,273  INFO [pool-2-thread-1] TopologyManager:598 - TopologyManager.ConfigureClusterTask areHostGroupsResolved: host group name = master_2 has been fully resolved, as all 1 required hosts are mapped to 1 physical hosts.
05 Jan 2016 02:13:40,273  INFO [pool-2-thread-1] TopologyManager:598 - TopologyManager.ConfigureClusterTask areHostGroupsResolved: host group name = master_3 has been fully resolved, as all 1 required hosts are mapped to 1 physical hosts.
05 Jan 2016 02:13:40,274  INFO [pool-2-thread-1] TopologyManager:598 - TopologyManager.ConfigureClusterTask areHostGroupsResolved: host group name = master_4 has been fully resolved, as all 1 required hosts are mapped to 1 physical hosts.
 &lt;/PRE&gt;&lt;P&gt;(but even the master nodes had service startup failure)&lt;/P&gt;&lt;P&gt;Here's the config Blueprint Gist: &lt;A href="https://gist.github.com/DhruvKumar/355af66897e584b82cab"&gt;https://gist.github.com/DhruvKumar/355af66897e584b...&lt;/A&gt;&lt;/P&gt;&lt;P&gt;And here's the cluster creation template: &lt;A href="https://gist.github.com/DhruvKumar/9b971be8138931705ac4"&gt;https://gist.github.com/DhruvKumar/9b971be81389317...&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Here's the result of blueprint exported from Ambari server after installation (using /api/v1/clusters/clusterName?format=blueprint): &lt;A href="https://gist.github.com/DhruvKumar/373cd7b05ca818ce0fb9"&gt;https://gist.github.com/DhruvKumar/373cd7b05ca818c...&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Edit: Ambari Server Log: &lt;A href="https://gist.github.com/DhruvKumar/e2c06a94388c51ebcfb9"&gt;https://gist.github.com/DhruvKumar/e2c06a94388c51e...&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Note that my non-HA Blueprint which doesn't contain the HOSTNAME syntax works without an issue on the same infrastructure.  &lt;/P&gt;&lt;P&gt;Can someone please help me debug why the hostnames aren't being mapped correctly? Is it a problem in the HA Blueprint? I have all the logs from the installation and I'll keep the cluster alive for debugging.&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;</description>
      <pubDate>Wed, 06 Jan 2016 02:46:15 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Ambari-HA-Blueprint-HOSTGROUP-syntax-not-getting-resolved-to/m-p/101522#M64487</guid>
      <dc:creator>dkumar1</dc:creator>
      <dc:date>2016-01-06T02:46:15Z</dc:date>
    </item>
    <item>
      <title>Re: Ambari HA Blueprint: HOSTGROUP syntax not getting resolved to actual host names</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Ambari-HA-Blueprint-HOSTGROUP-syntax-not-getting-resolved-to/m-p/101523#M64488</link>
      <description>&lt;P&gt;This example might help: &lt;A href="https://github.com/uprush/ambari-blueprint-examples/blob/master/blueprints/streaming/streaming.json"&gt;https://github.com/uprush/ambari-blueprint-example...&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Its seems to be referencing host_groups instead of hosts. &lt;/P&gt;&lt;P&gt;Search for below in the link above&lt;/P&gt;&lt;PRE&gt;%HOSTGROUP::host_group_master_1%&lt;/PRE&gt;</description>
      <pubDate>Wed, 06 Jan 2016 02:53:45 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Ambari-HA-Blueprint-HOSTGROUP-syntax-not-getting-resolved-to/m-p/101523#M64488</guid>
      <dc:creator>abajwa</dc:creator>
      <dc:date>2016-01-06T02:53:45Z</dc:date>
    </item>
    <item>
      <title>Re: Ambari HA Blueprint: HOSTGROUP syntax not getting resolved to actual host names</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Ambari-HA-Blueprint-HOSTGROUP-syntax-not-getting-resolved-to/m-p/101524#M64489</link>
      <description>&lt;P&gt;Not sure if that matters. To the best of my knowledge, name of the host group can be anything, it is just a String, and the blueprint processor should substitute the correct hosts if they match up with the cluster creation template. See Sean's HA blueprint here which doesn't use the "host_groups" suffix:&lt;/P&gt;&lt;P&gt;&lt;A href="https://github.com/seanorama/ambari-bootstrap/blob/master/api-examples/blueprints/blueprint-hdfs-ha.json" target="_blank"&gt;https://github.com/seanorama/ambari-bootstrap/blob/master/api-examples/blueprints/blueprint-hdfs-ha.json&lt;/A&gt; &lt;/P&gt;</description>
      <pubDate>Wed, 06 Jan 2016 02:59:35 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Ambari-HA-Blueprint-HOSTGROUP-syntax-not-getting-resolved-to/m-p/101524#M64489</guid>
      <dc:creator>dkumar1</dc:creator>
      <dc:date>2016-01-06T02:59:35Z</dc:date>
    </item>
    <item>
      <title>Re: Ambari HA Blueprint: HOSTGROUP syntax not getting resolved to actual host names</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Ambari-HA-Blueprint-HOSTGROUP-syntax-not-getting-resolved-to/m-p/101525#M64490</link>
      <description>&lt;P&gt;Makes sense...it should work then&lt;/P&gt;&lt;P&gt; &lt;A rel="user" href="https://community.cloudera.com/users/415/rnettleton.html" nodeid="415"&gt;@rnettleton&lt;/A&gt; any ideas on this one?&lt;/P&gt;</description>
      <pubDate>Wed, 06 Jan 2016 03:06:44 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Ambari-HA-Blueprint-HOSTGROUP-syntax-not-getting-resolved-to/m-p/101525#M64490</guid>
      <dc:creator>abajwa</dc:creator>
      <dc:date>2016-01-06T03:06:44Z</dc:date>
    </item>
    <item>
      <title>Re: Ambari HA Blueprint: HOSTGROUP syntax not getting resolved to actual host names</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Ambari-HA-Blueprint-HOSTGROUP-syntax-not-getting-resolved-to/m-p/101526#M64491</link>
      <description>&lt;P&gt;&lt;A rel="user" href="https://community.cloudera.com/users/209/dkumar.html" nodeid="209"&gt;@Dhruv Kumar&lt;/A&gt; Please provide the entire blueprint and cluster creation template so we can reproduce/debug.&lt;/P&gt;</description>
      <pubDate>Wed, 06 Jan 2016 03:23:37 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Ambari-HA-Blueprint-HOSTGROUP-syntax-not-getting-resolved-to/m-p/101526#M64491</guid>
      <dc:creator>jspeidel</dc:creator>
      <dc:date>2016-01-06T03:23:37Z</dc:date>
    </item>
    <item>
      <title>Re: Ambari HA Blueprint: HOSTGROUP syntax not getting resolved to actual host names</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Ambari-HA-Blueprint-HOSTGROUP-syntax-not-getting-resolved-to/m-p/101527#M64492</link>
      <description>&lt;P&gt;Hi John, blueprint and cluster creation template are linked from the question's description. Please see the links at the end of the description. &lt;/P&gt;&lt;P&gt;I've also added the Ambari Server log just now.&lt;/P&gt;</description>
      <pubDate>Wed, 06 Jan 2016 03:27:18 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Ambari-HA-Blueprint-HOSTGROUP-syntax-not-getting-resolved-to/m-p/101527#M64492</guid>
      <dc:creator>dkumar1</dc:creator>
      <dc:date>2016-01-06T03:27:18Z</dc:date>
    </item>
    <item>
      <title>Re: Ambari HA Blueprint: HOSTGROUP syntax not getting resolved to actual host names</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Ambari-HA-Blueprint-HOSTGROUP-syntax-not-getting-resolved-to/m-p/101528#M64493</link>
      <description>&lt;P&gt;Ambari Server log Gist: &lt;/P&gt;&lt;P&gt;&lt;A href="https://gist.github.com/DhruvKumar/e2c06a94388c51ebcfb9"&gt;https://gist.github.com/DhruvKumar/e2c06a94388c51e...&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 06 Jan 2016 03:27:32 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Ambari-HA-Blueprint-HOSTGROUP-syntax-not-getting-resolved-to/m-p/101528#M64493</guid>
      <dc:creator>dkumar1</dc:creator>
      <dc:date>2016-01-06T03:27:32Z</dc:date>
    </item>
    <item>
      <title>Re: Ambari HA Blueprint: HOSTGROUP syntax not getting resolved to actual host names</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Ambari-HA-Blueprint-HOSTGROUP-syntax-not-getting-resolved-to/m-p/101529#M64494</link>
      <description>&lt;A rel="user" href="https://community.cloudera.com/users/209/dkumar.html" nodeid="209"&gt;@Dhruv Kumar&lt;/A&gt;&lt;P&gt;Ah, I see it now.  Thanks.&lt;/P&gt;</description>
      <pubDate>Wed, 06 Jan 2016 03:29:56 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Ambari-HA-Blueprint-HOSTGROUP-syntax-not-getting-resolved-to/m-p/101529#M64494</guid>
      <dc:creator>jspeidel</dc:creator>
      <dc:date>2016-01-06T03:29:56Z</dc:date>
    </item>
    <item>
      <title>Re: Ambari HA Blueprint: HOSTGROUP syntax not getting resolved to actual host names</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Ambari-HA-Blueprint-HOSTGROUP-syntax-not-getting-resolved-to/m-p/101530#M64495</link>
      <description>&lt;P&gt;I believe if the Blueprint specified is using an 
external Postgresql Database,this means that Ambari cannot use 
hostname substitution.&lt;/P&gt;</description>
      <pubDate>Wed, 06 Jan 2016 03:32:51 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Ambari-HA-Blueprint-HOSTGROUP-syntax-not-getting-resolved-to/m-p/101530#M64495</guid>
      <dc:creator>amcbarnett</dc:creator>
      <dc:date>2016-01-06T03:32:51Z</dc:date>
    </item>
    <item>
      <title>Re: Ambari HA Blueprint: HOSTGROUP syntax not getting resolved to actual host names</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Ambari-HA-Blueprint-HOSTGROUP-syntax-not-getting-resolved-to/m-p/101531#M64496</link>
      <description>&lt;P&gt;Hi Ancil - I'm not using an external db for Ambari. I setup Ambari using "ambari-server setup -s -j /path/to/jdk" which accepts all defaults and only uses my custom JDK path. The default Ambari server db is embedded Postgres. &lt;/P&gt;&lt;P&gt;The Blueprint Processor class is responsible for substituting hostnames and it should be just a string replace after the topology has been correctly resolved. So, not sure if choosing an external DB choice will affect it. &lt;/P&gt;</description>
      <pubDate>Wed, 06 Jan 2016 03:41:20 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Ambari-HA-Blueprint-HOSTGROUP-syntax-not-getting-resolved-to/m-p/101531#M64496</guid>
      <dc:creator>dkumar1</dc:creator>
      <dc:date>2016-01-06T03:41:20Z</dc:date>
    </item>
    <item>
      <title>Re: Ambari HA Blueprint: HOSTGROUP syntax not getting resolved to actual host names</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Ambari-HA-Blueprint-HOSTGROUP-syntax-not-getting-resolved-to/m-p/101532#M64497</link>
      <description>&lt;P&gt;&lt;A rel="user" href="https://community.cloudera.com/users/209/dkumar.html" nodeid="209"&gt;@Dhruv Kumar&lt;/A&gt;
&lt;/P&gt;&lt;P&gt;It looks like you have oozie HA configured incorrectly.&lt;/P&gt;&lt;P&gt;From the ambari server log:&lt;/P&gt;&lt;PRE&gt;05 Jan 2016 02:13:40,471 ERROR [pool-2-thread-1] TopologyManager:553 - TopologyManager.ConfigureClusterTask: An exception occurred while attempting to process cluster configs and set on cluster: java.lang.IllegalArgumentException: Unable to update configuration property 'oozie.base.url' with topology information. Component 'OOZIE_SERVER' is mapped to an invalid number of hosts '2'.&lt;/PRE&gt;&lt;P&gt;Looking at the config processor code, it determines whether oozie HA is enabled by looking at the property &lt;/P&gt;&lt;PRE&gt;oozie-site/oozie.services.ext &lt;/PRE&gt;&lt;P&gt;To enable Oozie HA the property must be specified and must contain the following in it's value&lt;/P&gt;&lt;PRE&gt;org.apache.oozie.service.ZKLocksService&lt;/PRE&gt;&lt;P&gt;Because HA isn't properly configured, configuration processing fails because for non-HA environments, OOZIE_SERVER can only be mapped to a single host.&lt;/P&gt;&lt;P&gt;For Ambari Blueprint HA support please refer to:&lt;/P&gt;&lt;P&gt;&lt;A href="https://cwiki.apache.org/confluence/display/AMBARI/Blueprint+Support+for+HA+Clusters"&gt;Ambari Blueprint HA support&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 06 Jan 2016 04:11:18 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Ambari-HA-Blueprint-HOSTGROUP-syntax-not-getting-resolved-to/m-p/101532#M64497</guid>
      <dc:creator>jspeidel</dc:creator>
      <dc:date>2016-01-06T04:11:18Z</dc:date>
    </item>
    <item>
      <title>Re: Ambari HA Blueprint: HOSTGROUP syntax not getting resolved to actual host names</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Ambari-HA-Blueprint-HOSTGROUP-syntax-not-getting-resolved-to/m-p/101533#M64498</link>
      <description>&lt;P&gt;Ah, thanks. Let me try it and see if it works.&lt;/P&gt;</description>
      <pubDate>Wed, 06 Jan 2016 04:15:43 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Ambari-HA-Blueprint-HOSTGROUP-syntax-not-getting-resolved-to/m-p/101533#M64498</guid>
      <dc:creator>dkumar1</dc:creator>
      <dc:date>2016-01-06T04:15:43Z</dc:date>
    </item>
    <item>
      <title>Re: Ambari HA Blueprint: HOSTGROUP syntax not getting resolved to actual host names</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Ambari-HA-Blueprint-HOSTGROUP-syntax-not-getting-resolved-to/m-p/101534#M64499</link>
      <description>&lt;P&gt;The comment from jspeidel is correct.  &lt;/P&gt;&lt;P&gt;If Oozie HA is being used in this Blueprint, then "oozie.base.url" must be set explicitly to the address of the loadbalancer being used, since Oozie HA requires a separate loadbalancer that is external to each Oozie instance. &lt;/P&gt;&lt;P&gt;If you are just testing out your Blueprint, then you can just set this property to be the address of one or the other Oozie instances in your cluster.  &lt;/P&gt;&lt;P&gt;Here's a great reference on Oozie HA, that will be helpful in setting up an Oozie HA Blueprint:&lt;/P&gt;&lt;P&gt;&lt;A href="https://oozie.apache.org/docs/4.1.0/AG_Install.html#High_Availability_HA" target="_blank"&gt;https://oozie.apache.org/docs/4.1.0/AG_Install.html#High_Availability_HA&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 06 Jan 2016 04:36:08 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Ambari-HA-Blueprint-HOSTGROUP-syntax-not-getting-resolved-to/m-p/101534#M64499</guid>
      <dc:creator>rnettleton</dc:creator>
      <dc:date>2016-01-06T04:36:08Z</dc:date>
    </item>
    <item>
      <title>Re: Ambari HA Blueprint: HOSTGROUP syntax not getting resolved to actual host names</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Ambari-HA-Blueprint-HOSTGROUP-syntax-not-getting-resolved-to/m-p/101535#M64500</link>
      <description>&lt;A rel="user" href="https://community.cloudera.com/users/415/rnettleton.html" nodeid="415"&gt;@rnettleton&lt;/A&gt;&lt;P&gt;Yes, John's solution worked. Thanks a lot for your help!&lt;/P&gt;</description>
      <pubDate>Fri, 08 Jan 2016 01:33:37 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Ambari-HA-Blueprint-HOSTGROUP-syntax-not-getting-resolved-to/m-p/101535#M64500</guid>
      <dc:creator>dkumar1</dc:creator>
      <dc:date>2016-01-08T01:33:37Z</dc:date>
    </item>
    <item>
      <title>Re: Ambari HA Blueprint: HOSTGROUP syntax not getting resolved to actual host names</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Ambari-HA-Blueprint-HOSTGROUP-syntax-not-getting-resolved-to/m-p/101536#M64501</link>
      <description>&lt;P&gt;&lt;A rel="user" href="https://community.cloudera.com/users/408/jspeidel.html" nodeid="408"&gt;@jspeidel&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Thanks John, your solution worked. I was indeed missing the Oozie HA property. &lt;/P&gt;</description>
      <pubDate>Fri, 08 Jan 2016 01:34:38 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Ambari-HA-Blueprint-HOSTGROUP-syntax-not-getting-resolved-to/m-p/101536#M64501</guid>
      <dc:creator>dkumar1</dc:creator>
      <dc:date>2016-01-08T01:34:38Z</dc:date>
    </item>
    <item>
      <title>Re: Ambari HA Blueprint: HOSTGROUP syntax not getting resolved to actual host names</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Ambari-HA-Blueprint-HOSTGROUP-syntax-not-getting-resolved-to/m-p/101537#M64502</link>
      <description>&lt;P&gt;I don't have Oozie HA and I've got the problem also. All hostgroups are failing to be substituted. I'm using an external Postgresql 9.2 database, are their known issues with this?&lt;/P&gt;</description>
      <pubDate>Mon, 20 Feb 2017 06:31:54 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Ambari-HA-Blueprint-HOSTGROUP-syntax-not-getting-resolved-to/m-p/101537#M64502</guid>
      <dc:creator>rbailey</dc:creator>
      <dc:date>2017-02-20T06:31:54Z</dc:date>
    </item>
  </channel>
</rss>

