<?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: Best Practices for Storm Deployment on a Hadoop Cluster using Ambari.  How would you allocate components in production? in Archives of Support Questions (Read Only)</title>
    <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Best-Practices-for-Storm-Deployment-on-a-Hadoop-Cluster/m-p/105983#M15715</link>
    <description>&lt;P&gt;As per    &lt;/P&gt;&lt;P&gt;&lt;A target="_blank" href="https://community.hortonworks.com/content/kbentry/550/unofficial-storm-and-kafka-best-practices-guide.html"&gt;https://community.hortonworks.com/content/kbentry/550/unofficial-storm-and-kafka-best-practices-guide.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;ZK on separate nodes from Kafka Broker.  Do Not Install zk nodes on the same node as kafka broker if you 
want optimal Kafka performance. Disk I/O both kafka and zk are disk I/O 
intensive&lt;/P&gt;</description>
    <pubDate>Fri, 05 Feb 2016 00:43:24 GMT</pubDate>
    <dc:creator>amcbarnett</dc:creator>
    <dc:date>2016-02-05T00:43:24Z</dc:date>
    <item>
      <title>Best Practices for Storm Deployment on a Hadoop Cluster using Ambari.  How would you allocate components in production?</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Best-Practices-for-Storm-Deployment-on-a-Hadoop-Cluster/m-p/105973#M15705</link>
      <description>&lt;P&gt;What are best practices for Deploying Storm Components on a cluster for scalablity and growth?   We are thinking of having dedicated nodes for Storm on YARN.   Also would anything go on an edge node?&lt;/P&gt;&lt;P&gt;For example in a cluster, the thought is to have three Storm nodes (S1, S2, S3) dedicated with the following allocations:&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Storm Nimbus:&lt;/STRONG&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Choose S1 as Storm Master to deploy Storm Nimbus... Or Probably a best practice is to &lt;STRONG&gt;not co-locate Nimbus&lt;/STRONG&gt; with any worker node&lt;/LI&gt;&lt;LI&gt;S1 node will also have the Storm UI&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;STRONG&gt;Storm Supervisors/ Workers&lt;/STRONG&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Choose S1, S2, S3 to deploy Storm Supervisors&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;STRONG&gt;Zookeeper Cluster&lt;/STRONG&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Since Kafka is usually used with Storm, have a separate Zookeeper cluster for Kafka and Storm. &lt;/LI&gt;&lt;LI&gt;DON"T put the Zookeeper cluster on the Kafka nodes (K1, K2, K3).  &lt;/LI&gt;&lt;LI&gt;Put the Zookeeper on the Storm nodes (S1, S2, S3)&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;STRONG&gt;Storm UI&lt;/STRONG&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Will be on the same node as the Nimbus: S1 or Edge&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;STRONG&gt;DRPC Server&lt;/STRONG&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;What is the best practice to place this?&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;So in Summary, if we have three dedicated nodes for Storm, the thinking is to allocate as follows:&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;S1 Node:&lt;/STRONG&gt;&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;Storm Nimbus/ Storm UI  (Maybe it is not a best practice to put Storm Nimbus on worker nodes and put this on Edge node?)&lt;/LI&gt;&lt;LI&gt;Storm Supervisor&lt;/LI&gt;&lt;LI&gt;Zookeeper&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;&lt;STRONG&gt;S2 Node:&lt;/STRONG&gt;&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;Storm Supervisor&lt;/LI&gt;&lt;LI&gt;Zookeeper&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;&lt;STRONG&gt;S3 Node:&lt;/STRONG&gt;&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;Storm Supervisor&lt;/LI&gt;&lt;LI&gt;Zookeeper&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;&lt;STRONG&gt;Edge Node:&lt;/STRONG&gt;&lt;/P&gt;&lt;OL&gt;
&lt;LI&gt;Storm Nimbus/ Storm UI  (Maybe it is not a best practice to put Storm Nimbus on worker nodes and put this on Edge node?)&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;
Finally would the DRPC go on the Nimbus node?  Any thoughts on this?  Am I on the right track? Would anything go on an edge node?&lt;/P&gt;</description>
      <pubDate>Thu, 21 Jan 2016 00:56:59 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Best-Practices-for-Storm-Deployment-on-a-Hadoop-Cluster/m-p/105973#M15705</guid>
      <dc:creator>amcbarnett</dc:creator>
      <dc:date>2016-01-21T00:56:59Z</dc:date>
    </item>
    <item>
      <title>Re: Best Practices for Storm Deployment on a Hadoop Cluster using Ambari.  How would you allocate components in production?</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Best-Practices-for-Storm-Deployment-on-a-Hadoop-Cluster/m-p/105974#M15706</link>
      <description>&lt;P&gt;storm supervisors on their own nodes, kafka brokers can be collocated with datanodes, that's my findings from our recent POC. I can give you more detail on phone. &lt;A rel="user" href="https://community.cloudera.com/users/369/amcbarnett.html" nodeid="369"&gt;@Ancil McBarnett&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 21 Jan 2016 01:02:18 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Best-Practices-for-Storm-Deployment-on-a-Hadoop-Cluster/m-p/105974#M15706</guid>
      <dc:creator>aervits</dc:creator>
      <dc:date>2016-01-21T01:02:18Z</dc:date>
    </item>
    <item>
      <title>Re: Best Practices for Storm Deployment on a Hadoop Cluster using Ambari.  How would you allocate components in production?</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Best-Practices-for-Storm-Deployment-on-a-Hadoop-Cluster/m-p/105975#M15707</link>
      <description>&lt;P&gt;&lt;A rel="user" href="https://community.cloudera.com/users/369/amcbarnett.html" nodeid="369"&gt;@Ancil McBarnett&lt;/A&gt; Have you looked at this &lt;A href="https://community.hortonworks.com/content/kbentry/550/unofficial-storm-and-kafka-best-practices-guide.html"&gt;guide&lt;/A&gt;? &lt;/P&gt;</description>
      <pubDate>Thu, 21 Jan 2016 01:02:19 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Best-Practices-for-Storm-Deployment-on-a-Hadoop-Cluster/m-p/105975#M15707</guid>
      <dc:creator>aervits</dc:creator>
      <dc:date>2016-01-21T01:02:19Z</dc:date>
    </item>
    <item>
      <title>Re: Best Practices for Storm Deployment on a Hadoop Cluster using Ambari.  How would you allocate components in production?</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Best-Practices-for-Storm-Deployment-on-a-Hadoop-Cluster/m-p/105976#M15708</link>
      <description>&lt;P&gt;Yes, but it does not go into deployment from a cluster topology point of view (except for the discussion on zookeeper)  &lt;A rel="user" href="https://community.cloudera.com/users/170/wfloyd.html" nodeid="170"&gt;@Wes Floyd&lt;/A&gt; &lt;/P&gt;</description>
      <pubDate>Thu, 21 Jan 2016 01:02:20 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Best-Practices-for-Storm-Deployment-on-a-Hadoop-Cluster/m-p/105976#M15708</guid>
      <dc:creator>amcbarnett</dc:creator>
      <dc:date>2016-01-21T01:02:20Z</dc:date>
    </item>
    <item>
      <title>Re: Best Practices for Storm Deployment on a Hadoop Cluster using Ambari.  How would you allocate components in production?</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Best-Practices-for-Storm-Deployment-on-a-Hadoop-Cluster/m-p/105977#M15709</link>
      <description>&lt;P&gt;Hi &lt;A rel="user" href="https://community.cloudera.com/users/369/amcbarnett.html" nodeid="369"&gt;@Ancil McBarnett&lt;/A&gt; my 2 cents:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Nothing on Edge nodes, you have no idea what the guys will do there&lt;/LI&gt;&lt;LI&gt;Nimbus, Storm UI and DRPC on one of cluster master nodes. If this is a stand-alone Storm&amp;amp;Kafka cluster then set a master and put these guys together with Ambari there.
&lt;/LI&gt;&lt;LI&gt;Supervisors on dedicated nodes. In hdfs cluster you can collocate them with Data nodes.&lt;/LI&gt;&lt;LI&gt;Dedicated Kafka broker nodes, but see below
&lt;/LI&gt;&lt;LI&gt;Dedicated ZK for Kafka, however in case of Kafka-0.8.2 or higher, if consumers don't keep offsets on ZK, low to medium traffic and you have at least 3 brokers,then you can start with collocating Kafka ZK with brokers. In this case ZK should use dedicated disk.
&lt;/LI&gt;&lt;/UL&gt;</description>
      <pubDate>Thu, 21 Jan 2016 14:14:52 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Best-Practices-for-Storm-Deployment-on-a-Hadoop-Cluster/m-p/105977#M15709</guid>
      <dc:creator>pminovic</dc:creator>
      <dc:date>2016-01-21T14:14:52Z</dc:date>
    </item>
    <item>
      <title>Re: Best Practices for Storm Deployment on a Hadoop Cluster using Ambari.  How would you allocate components in production?</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Best-Practices-for-Storm-Deployment-on-a-Hadoop-Cluster/m-p/105978#M15710</link>
      <description>&lt;P&gt;&lt;A rel="user" href="https://community.cloudera.com/users/177/pminovic.html" nodeid="177"&gt;@Predrag Minovic&lt;/A&gt; why not Supervisors on their own nodes, not on Data nodes?&lt;/P&gt;</description>
      <pubDate>Fri, 22 Jan 2016 03:31:54 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Best-Practices-for-Storm-Deployment-on-a-Hadoop-Cluster/m-p/105978#M15710</guid>
      <dc:creator>amcbarnett</dc:creator>
      <dc:date>2016-01-22T03:31:54Z</dc:date>
    </item>
    <item>
      <title>Re: Best Practices for Storm Deployment on a Hadoop Cluster using Ambari.  How would you allocate components in production?</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Best-Practices-for-Storm-Deployment-on-a-Hadoop-Cluster/m-p/105979#M15711</link>
      <description>&lt;P&gt;&lt;A rel="user" href="https://community.cloudera.com/users/369/amcbarnett.html" nodeid="369"&gt;@Ancil McBarnett&lt;/A&gt; &lt;A rel="user" href="https://community.cloudera.com/users/208/tgoetz.html" nodeid="208"&gt;@tgoetz&lt;/A&gt; suggests to put supervisors on their own.&lt;/P&gt;</description>
      <pubDate>Fri, 22 Jan 2016 03:32:48 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Best-Practices-for-Storm-Deployment-on-a-Hadoop-Cluster/m-p/105979#M15711</guid>
      <dc:creator>aervits</dc:creator>
      <dc:date>2016-01-22T03:32:48Z</dc:date>
    </item>
    <item>
      <title>Re: Best Practices for Storm Deployment on a Hadoop Cluster using Ambari.  How would you allocate components in production?</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Best-Practices-for-Storm-Deployment-on-a-Hadoop-Cluster/m-p/105980#M15712</link>
      <description>&lt;P&gt;This is not a complete answer, but would like to also add that, by default, Kafka brokers write to local storage (not HDFS), and therefore, benefit from fast local disk (SSD) and/or multiple spindles to parallelize writes to partitions. I don't know of a formula to calculate this, but try to maximize I/O throughput to disk, and allocate # spindles up to the # of available CPUs per node. Lots of Hadoop architectures don't really specify allocation for local storage (beyond OS disk), and therefore it is something to be aware of.&lt;/P&gt;</description>
      <pubDate>Fri, 22 Jan 2016 06:52:58 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Best-Practices-for-Storm-Deployment-on-a-Hadoop-Cluster/m-p/105980#M15712</guid>
      <dc:creator>phargis</dc:creator>
      <dc:date>2016-01-22T06:52:58Z</dc:date>
    </item>
    <item>
      <title>Re: Best Practices for Storm Deployment on a Hadoop Cluster using Ambari.  How would you allocate components in production?</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Best-Practices-for-Storm-Deployment-on-a-Hadoop-Cluster/m-p/105981#M15713</link>
      <description>&lt;P&gt;&lt;A rel="user" href="https://community.cloudera.com/users/369/amcbarnett.html" nodeid="369"&gt;@Ancil McBarnett&lt;/A&gt; Oh yes, supervisors definitely on dedicated nodes if you have enouhg nodes. I updated my answer.&lt;/P&gt;</description>
      <pubDate>Fri, 22 Jan 2016 07:08:43 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Best-Practices-for-Storm-Deployment-on-a-Hadoop-Cluster/m-p/105981#M15713</guid>
      <dc:creator>pminovic</dc:creator>
      <dc:date>2016-01-22T07:08:43Z</dc:date>
    </item>
    <item>
      <title>Re: Best Practices for Storm Deployment on a Hadoop Cluster using Ambari.  How would you allocate components in production?</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Best-Practices-for-Storm-Deployment-on-a-Hadoop-Cluster/m-p/105982#M15714</link>
      <description>&lt;P&gt;&lt;A rel="user" href="https://community.cloudera.com/users/369/amcbarnett.html" nodeid="369"&gt;@Ancil McBarnett&lt;/A&gt; accept best answer &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 03 Feb 2016 00:24:59 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Best-Practices-for-Storm-Deployment-on-a-Hadoop-Cluster/m-p/105982#M15714</guid>
      <dc:creator>aervits</dc:creator>
      <dc:date>2016-02-03T00:24:59Z</dc:date>
    </item>
    <item>
      <title>Re: Best Practices for Storm Deployment on a Hadoop Cluster using Ambari.  How would you allocate components in production?</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Best-Practices-for-Storm-Deployment-on-a-Hadoop-Cluster/m-p/105983#M15715</link>
      <description>&lt;P&gt;As per    &lt;/P&gt;&lt;P&gt;&lt;A target="_blank" href="https://community.hortonworks.com/content/kbentry/550/unofficial-storm-and-kafka-best-practices-guide.html"&gt;https://community.hortonworks.com/content/kbentry/550/unofficial-storm-and-kafka-best-practices-guide.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;ZK on separate nodes from Kafka Broker.  Do Not Install zk nodes on the same node as kafka broker if you 
want optimal Kafka performance. Disk I/O both kafka and zk are disk I/O 
intensive&lt;/P&gt;</description>
      <pubDate>Fri, 05 Feb 2016 00:43:24 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Best-Practices-for-Storm-Deployment-on-a-Hadoop-Cluster/m-p/105983#M15715</guid>
      <dc:creator>amcbarnett</dc:creator>
      <dc:date>2016-02-05T00:43:24Z</dc:date>
    </item>
    <item>
      <title>Re: Best Practices for Storm Deployment on a Hadoop Cluster using Ambari.  How would you allocate components in production?</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Best-Practices-for-Storm-Deployment-on-a-Hadoop-Cluster/m-p/105984#M15716</link>
      <description>&lt;P&gt;This is the picture I have come up with &lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="1823-screen-shot-2016-02-04-at-61845-pm.png" style="width: 1171px;"&gt;&lt;img src="https://community.cloudera.com/t5/image/serverpage/image-id/23540iC20F1D02EE32FAE5/image-size/medium?v=v2&amp;amp;px=400" role="button" title="1823-screen-shot-2016-02-04-at-61845-pm.png" alt="1823-screen-shot-2016-02-04-at-61845-pm.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="1824-screen-shot-2016-02-04-at-61856-pm.png" style="width: 1170px;"&gt;&lt;img src="https://community.cloudera.com/t5/image/serverpage/image-id/23541iCB98738E8E79AD45/image-size/medium?v=v2&amp;amp;px=400" role="button" title="1824-screen-shot-2016-02-04-at-61856-pm.png" alt="1824-screen-shot-2016-02-04-at-61856-pm.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 19 Aug 2019 11:54:57 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Best-Practices-for-Storm-Deployment-on-a-Hadoop-Cluster/m-p/105984#M15716</guid>
      <dc:creator>amcbarnett</dc:creator>
      <dc:date>2019-08-19T11:54:57Z</dc:date>
    </item>
    <item>
      <title>Re: Best Practices for Storm Deployment on a Hadoop Cluster using Ambari.  How would you allocate components in production?</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Best-Practices-for-Storm-Deployment-on-a-Hadoop-Cluster/m-p/105985#M15717</link>
      <description>&lt;P&gt;Cute pic! And everything looks good, however, even in the "Light Storm, Kafka" case I'd create a dedicated Kafka ZooKeeper and put it on Kafka brokers, so that ZKs write to their own disks (for example, 5 disks for Kafka, 1 for ZK).&lt;/P&gt;</description>
      <pubDate>Fri, 05 Feb 2016 11:26:22 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Best-Practices-for-Storm-Deployment-on-a-Hadoop-Cluster/m-p/105985#M15717</guid>
      <dc:creator>pminovic</dc:creator>
      <dc:date>2016-02-05T11:26:22Z</dc:date>
    </item>
    <item>
      <title>Re: Best Practices for Storm Deployment on a Hadoop Cluster using Ambari.  How would you allocate components in production?</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Best-Practices-for-Storm-Deployment-on-a-Hadoop-Cluster/m-p/105986#M15718</link>
      <description>&lt;P&gt;Hi, I am planning to create Ambari Hadoop Storm Cluster and as this is fresh new for me I have some doubts how to setup it on the best way. Here is what I have for resources:&lt;/P&gt;&lt;P&gt;- Platform: AWS (8 EC2 instances - 1 master. 4 slaves, 3 workers (zookeepers))&lt;/P&gt;&lt;P&gt;- Tool: As I want to automate setup, I will use Terraform, Ansible and Blueprint to setup all environment&lt;/P&gt;&lt;P&gt;- I research a little bit and create some conclusion and I need some advice/opinion is this a good path???&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;TABLE&gt;
 
 
 &lt;TBODY&gt;&lt;TR&gt;
  &lt;TD&gt;&lt;STRONG&gt;MASTER&lt;/STRONG&gt;&lt;/TD&gt;
  &lt;TD&gt;&lt;STRONG&gt;SLAVE&lt;/STRONG&gt;&lt;/TD&gt;
  &lt;TD&gt;&lt;STRONG&gt;ZOO&lt;/STRONG&gt;&lt;/TD&gt;
 &lt;/TR&gt;
 &lt;TR&gt;
  &lt;TD&gt;NAMENODE&lt;/TD&gt;
  &lt;TD&gt;SECONDARY_NAMENODE&lt;/TD&gt;
  &lt;TD&gt;DATANODE&lt;/TD&gt;
 &lt;/TR&gt;
 &lt;TR&gt;
  &lt;TD&gt;NIMBUS&lt;/TD&gt;
  &lt;TD&gt;RESOURCE_MANAGER&lt;/TD&gt;
  &lt;TD&gt;NODEMANAGER&lt;/TD&gt;
 &lt;/TR&gt;
 &lt;TR&gt;
  &lt;TD&gt;DRPC_SERVER&lt;/TD&gt;
  &lt;TD&gt;SUPERVISOR&lt;/TD&gt;
  &lt;TD&gt;ZOOKEEPER_SERVER&lt;/TD&gt;
 &lt;/TR&gt;
 &lt;TR&gt;
  &lt;TD&gt;STORM_UI_SERVER&lt;/TD&gt;
  &lt;TD&gt;ZOOKEEPER_CLIENT&lt;/TD&gt;
  &lt;TD&gt;METRICS_MONITOR&lt;/TD&gt;
 &lt;/TR&gt;
 &lt;TR&gt;
  &lt;TD&gt;ZOOKEEPER_CLIENT&lt;/TD&gt;
  &lt;TD&gt;METRICS_MONITOR&lt;/TD&gt;
  &lt;TD&gt;MAPREDUCE2_CLIENT&lt;/TD&gt;
 &lt;/TR&gt;
 &lt;TR&gt;
  &lt;TD&gt;HDFS_CLIENT&lt;/TD&gt;
  &lt;TD&gt;HDFS_CLIENT&lt;/TD&gt;
  &lt;TD&gt;HDFS_CLIENT&lt;/TD&gt;
 &lt;/TR&gt;
 &lt;TR&gt;
  &lt;TD&gt;PIG&lt;/TD&gt;
  &lt;TD&gt;PIG&lt;/TD&gt;
  &lt;TD&gt;PIG&lt;/TD&gt;
 &lt;/TR&gt;
 &lt;TR&gt;
  &lt;TD&gt;TEZ_CLIENT&lt;/TD&gt;
  &lt;TD&gt;TEZ_CLIENT&lt;/TD&gt;
  &lt;TD&gt;TEZ_CLIENT&lt;/TD&gt;
 &lt;/TR&gt;
 &lt;TR&gt;
  &lt;TD&gt;YARN_CLIENT&lt;/TD&gt;
  &lt;TD&gt;YARN_CLIENT&lt;/TD&gt;
  &lt;TD&gt;YARN_CLIENT&lt;/TD&gt;
 &lt;/TR&gt;
 &lt;TR&gt;
  &lt;TD&gt;METRICS_COLLECTOR&lt;/TD&gt;
  &lt;TD&gt;HISTORY_SERVER&lt;/TD&gt;
  
 &lt;/TR&gt;
 &lt;TR&gt;
  &lt;TD&gt;METRICS_GRAFANA&lt;/TD&gt;
  &lt;TD&gt;MAPREDUCE2_CLIENT&lt;/TD&gt;
  
 &lt;/TR&gt;
 
  &lt;TR&gt;&lt;TD&gt;APP_TIMELINE_SERVER&lt;/TD&gt;
  
 &lt;/TR&gt;
 &lt;TR&gt;
  &lt;TD&gt;&lt;EM&gt;HIVE_SERVER&lt;/EM&gt;&lt;/TD&gt;
  &lt;TD&gt;&lt;EM&gt;HCAT&lt;/EM&gt;&lt;/TD&gt;
  
 &lt;/TR&gt;
 &lt;TR&gt;
  &lt;TD&gt;&lt;EM&gt;HIVE_METASTORE&lt;/EM&gt;&lt;/TD&gt;
  &lt;TD&gt;&lt;EM&gt;WEBHCAT_SERVER&lt;/EM&gt;&lt;/TD&gt;
  
 &lt;/TR&gt;
 &lt;TR&gt;
  &lt;TD&gt;&lt;EM&gt;MYSQL_SERVER&lt;/EM&gt;&lt;/TD&gt;
  &lt;TD&gt;&lt;EM&gt;HIVE_CLIENT&lt;/EM&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;</description>
      <pubDate>Fri, 31 Mar 2017 19:21:11 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Best-Practices-for-Storm-Deployment-on-a-Hadoop-Cluster/m-p/105986#M15718</guid>
      <dc:creator>baannee</dc:creator>
      <dc:date>2017-03-31T19:21:11Z</dc:date>
    </item>
  </channel>
</rss>

