<?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: Provisioning Edge Node for HDP using Cloudbreak Deployment on Azure in Archives of Support Questions (Read Only)</title>
    <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Provisioning-Edge-Node-for-HDP-using-Cloudbreak-Deployment/m-p/117251#M51009</link>
    <description>&lt;P&gt;Edge node is nothing more just a properly configured hostgroup with e.g. client libraries and/or with perimeter security components like Knox. What is in the hostgroup is transparent for Cloudbreak, I have copied an example here:&lt;/P&gt;&lt;PRE&gt;...

 {
      "name": "host_group_edge",
      "configurations": [],
      "components": [
        {
          "name": "ZOOKEEPER_CLIENT"
        },
        {
          "name": "PIG"
        },
        {
          "name": "OOZIE_CLIENT"
        },
        {
          "name": "HBASE_CLIENT"
        },
        {
          "name": "HCAT"
        },
        {
          "name": "KNOX_GATEWAY"
        },
        {
          "name": "METRICS_MONITOR"
        },
        {
          "name": "FALCON_CLIENT"
        },
        {
          "name": "TEZ_CLIENT"
        },
        {
          "name": "SLIDER"
        },
        {
          "name": "SQOOP"
        },
        {
          "name": "HDFS_CLIENT"
        },
        {
          "name": "HIVE_CLIENT"
        },
        {
          "name": "YARN_CLIENT"
        },
        {
          "name": "METRICS_COLLECTOR"
        },
        {
          "name": "MAPREDUCE2_CLIENT"
        }
      ],
      "cardinality": "1"
    }
...&lt;/PRE&gt;&lt;P&gt;If you would like you create your own blueprint, then probably the easiest way is to use a default blueprint delivered together with Cloudbreak (e.g. hdp-small-default blueprint) and delete those hostgroups and components what you don't need.&lt;/P&gt;</description>
    <pubDate>Sat, 07 Jan 2017 03:42:17 GMT</pubDate>
    <dc:creator>akanto</dc:creator>
    <dc:date>2017-01-07T03:42:17Z</dc:date>
    <item>
      <title>Provisioning Edge Node for HDP using Cloudbreak Deployment on Azure</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Provisioning-Edge-Node-for-HDP-using-Cloudbreak-Deployment/m-p/117250#M51008</link>
      <description>&lt;P&gt;I am planning to create 4 node cluster on Azure using Cloudbreak Automated Deployment. I wanted to create 1 Name Node, 2 Data Nodes and 1 Edge Node.&lt;/P&gt;&lt;P&gt;I wanted to know how to create Edge Node in Cluster using Cloudbreak(Ambari Blueprints)?&lt;/P&gt;</description>
      <pubDate>Sat, 07 Jan 2017 02:41:19 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Provisioning-Edge-Node-for-HDP-using-Cloudbreak-Deployment/m-p/117250#M51008</guid>
      <dc:creator>munnyrahul</dc:creator>
      <dc:date>2017-01-07T02:41:19Z</dc:date>
    </item>
    <item>
      <title>Re: Provisioning Edge Node for HDP using Cloudbreak Deployment on Azure</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Provisioning-Edge-Node-for-HDP-using-Cloudbreak-Deployment/m-p/117251#M51009</link>
      <description>&lt;P&gt;Edge node is nothing more just a properly configured hostgroup with e.g. client libraries and/or with perimeter security components like Knox. What is in the hostgroup is transparent for Cloudbreak, I have copied an example here:&lt;/P&gt;&lt;PRE&gt;...

 {
      "name": "host_group_edge",
      "configurations": [],
      "components": [
        {
          "name": "ZOOKEEPER_CLIENT"
        },
        {
          "name": "PIG"
        },
        {
          "name": "OOZIE_CLIENT"
        },
        {
          "name": "HBASE_CLIENT"
        },
        {
          "name": "HCAT"
        },
        {
          "name": "KNOX_GATEWAY"
        },
        {
          "name": "METRICS_MONITOR"
        },
        {
          "name": "FALCON_CLIENT"
        },
        {
          "name": "TEZ_CLIENT"
        },
        {
          "name": "SLIDER"
        },
        {
          "name": "SQOOP"
        },
        {
          "name": "HDFS_CLIENT"
        },
        {
          "name": "HIVE_CLIENT"
        },
        {
          "name": "YARN_CLIENT"
        },
        {
          "name": "METRICS_COLLECTOR"
        },
        {
          "name": "MAPREDUCE2_CLIENT"
        }
      ],
      "cardinality": "1"
    }
...&lt;/PRE&gt;&lt;P&gt;If you would like you create your own blueprint, then probably the easiest way is to use a default blueprint delivered together with Cloudbreak (e.g. hdp-small-default blueprint) and delete those hostgroups and components what you don't need.&lt;/P&gt;</description>
      <pubDate>Sat, 07 Jan 2017 03:42:17 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Provisioning-Edge-Node-for-HDP-using-Cloudbreak-Deployment/m-p/117251#M51009</guid>
      <dc:creator>akanto</dc:creator>
      <dc:date>2017-01-07T03:42:17Z</dc:date>
    </item>
    <item>
      <title>Re: Provisioning Edge Node for HDP using Cloudbreak Deployment on Azure</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Provisioning-Edge-Node-for-HDP-using-Cloudbreak-Deployment/m-p/117252#M51010</link>
      <description>&lt;P&gt;Hi Attila,&lt;/P&gt;&lt;P&gt;Thanks for the answer.&lt;/P&gt;&lt;P&gt;Just another question --  Suppose i have set up a cluster with HDP stack as 2.3. But now i want to upgrade the HDP stack of that particular cluster to 2.5? Can we do it using cloudbreak? And how do we add services like Apache Atlas, Ranger, Falcon if required to already running cluster using Cloudbreak automated deployment?&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Rahul&lt;/P&gt;</description>
      <pubDate>Sat, 07 Jan 2017 21:21:30 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Provisioning-Edge-Node-for-HDP-using-Cloudbreak-Deployment/m-p/117252#M51010</guid>
      <dc:creator>munnyrahul</dc:creator>
      <dc:date>2017-01-07T21:21:30Z</dc:date>
    </item>
  </channel>
</rss>

