<?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: Druid Installation in Archives of Support Questions (Read Only)</title>
    <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Druid-Installation/m-p/207067#M68975</link>
    <description>&lt;P&gt;User is not going to query the middle manager or historical so no need to have it on Edge nodes.   &lt;/P&gt;</description>
    <pubDate>Thu, 05 Oct 2017 05:17:59 GMT</pubDate>
    <dc:creator>sbouguerra</dc:creator>
    <dc:date>2017-10-05T05:17:59Z</dc:date>
    <item>
      <title>Druid Installation</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Druid-Installation/m-p/207064#M68972</link>
      <description>&lt;P&gt;Hello Everyone - We have a 16 node cluster [12 data nodes, 2 Master nodes, 2 edge nodes].All the servers have 32 cores &amp;amp; 252GB RAM.  &lt;/P&gt;&lt;P&gt;For Installing druid, how to choose the following : Cordinator,Superset,Broker,Overlord,Router.Can I have all these sitting on 1 instance?&lt;/P&gt;&lt;P&gt;And for the Slaves &amp;amp; client: Druid Historical &amp;amp; Druid MiddleManager, how to pick on what servers these to be installed.&lt;/P&gt;&lt;P&gt;Once the installation is done, are there other steps involved to integrate this with hive or is it done as part of installation?&lt;/P&gt;&lt;P&gt;As part of Druid Installation, are there any other services that gets impacted or needs to be restarted?&lt;/P&gt;&lt;P&gt;I have gone through this article: &lt;A href="https://community.hortonworks.com/questions/108316/how-to-choose-servers-for-druid.html" target="_blank"&gt;https://community.hortonworks.com/questions/108316/how-to-choose-servers-for-druid.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Please let me know if I miss anything or any other steps involved prior to the installation.&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;</description>
      <pubDate>Fri, 16 Sep 2022 15:47:02 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Druid-Installation/m-p/207064#M68972</guid>
      <dc:creator>BharathN</dc:creator>
      <dc:date>2022-09-16T15:47:02Z</dc:date>
    </item>
    <item>
      <title>Re: Druid Installation</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Druid-Installation/m-p/207065#M68973</link>
      <description>&lt;P&gt;yes, you can have a bundle of broker router and coordinator overlord over one physical node and you can have a couple of this.  For historicals and middle manager, it depends on your use case, if you have more historical data to serve then you need more historical and vise versa.   For the hive integration, you need to set those.&lt;/P&gt;&lt;PRE&gt;set hive.druid.metadata.username=${DRUID_USERNAME};
set hive.druid.metadata.password=${DRUID_PASSWORD};
set hive.druid.metadata.uri=jdbc:mysql://${DRUID_HOST}/${DATA_BASE_NAME};
set hive.druid.broker.address.default=${DRUID_HOST}:8082;
set hive.druid.coordinator.address.default=${DRUID_HOST}:8081;
set hive.druid.storage.storageDirectory=/apps/hive/warehouse;&lt;/PRE&gt;&lt;P&gt;make sure that ,&lt;/P&gt;&lt;PRE&gt;/apps/hive/warehouse&lt;/PRE&gt;&lt;P&gt;Is readable by hadoop group.&lt;/P&gt;&lt;P&gt;Starting from HDP 2.6.3 all those properties will be set automatically.  &lt;/P&gt;</description>
      <pubDate>Thu, 05 Oct 2017 04:40:27 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Druid-Installation/m-p/207065#M68973</guid>
      <dc:creator>sbouguerra</dc:creator>
      <dc:date>2017-10-05T04:40:27Z</dc:date>
    </item>
    <item>
      <title>Re: Druid Installation</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Druid-Installation/m-p/207066#M68974</link>
      <description>&lt;P&gt;&lt;A rel="user" href="https://community.cloudera.com/users/12341/sbouguerra.html" nodeid="12341"&gt;@Slim&lt;/A&gt; For historicals and middle manager, do they need to be installed on Data nodes or Edge nodes from where users generally access the cluster?&lt;/P&gt;</description>
      <pubDate>Thu, 05 Oct 2017 05:14:40 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Druid-Installation/m-p/207066#M68974</guid>
      <dc:creator>BharathN</dc:creator>
      <dc:date>2017-10-05T05:14:40Z</dc:date>
    </item>
    <item>
      <title>Re: Druid Installation</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Druid-Installation/m-p/207067#M68975</link>
      <description>&lt;P&gt;User is not going to query the middle manager or historical so no need to have it on Edge nodes.   &lt;/P&gt;</description>
      <pubDate>Thu, 05 Oct 2017 05:17:59 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Druid-Installation/m-p/207067#M68975</guid>
      <dc:creator>sbouguerra</dc:creator>
      <dc:date>2017-10-05T05:17:59Z</dc:date>
    </item>
    <item>
      <title>Re: Druid Installation</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Druid-Installation/m-p/207068#M68976</link>
      <description>&lt;P&gt;&lt;A rel="user" href="https://community.cloudera.com/users/12341/sbouguerra.html" nodeid="12341"&gt;@Slim&lt;/A&gt; &lt;/P&gt;&lt;P&gt;I started the Druid installation process, but ran into some errors &lt;/P&gt;&lt;P&gt; ExecutionFailed: Execution of '/usr/bin/yum -d 0 -e 0 -y install superset_2_6_0_3_8' returned 1. Error: Package: superset_2_6_0_3_8-0.15.0.2.6.0.3-8.x86_64 (HDP-2.6)
           Requires: libffi-devel &lt;/P&gt;&lt;P&gt; I tried uninstalling "libffi-devel" but it has dependencies, and not able to uninstall&lt;/P&gt;&lt;P&gt;root@Host:~ # rpm -e libffi-3.0.5-3.2.el6.x86_64 &lt;/P&gt;&lt;P&gt;error: Failed dependencies: &lt;/P&gt;&lt;P&gt;        libffi.so.5()(64bit) is needed by (installed) python-libs-2.6.6-66.el6_8.x86_64&lt;/P&gt;&lt;P&gt;
        libffi.so.5()(64bit) is needed by (installed) python34-libs-3.4.5-1.el6.x86_64 &lt;/P&gt;&lt;P&gt;root@host:~ # /usr/bin/yum -d 0 -e 0 -y install superset_2_6_0_3_8 --skip-broken&lt;/P&gt;&lt;P&gt;
Packages skipped because of dependency problems: &lt;/P&gt;&lt;P&gt;    openblas-0.2.19-2.el6.x86_64 from CDP &lt;/P&gt;&lt;P&gt;    openblas-devel-0.2.19-2.el6.x86_64 from CDP &lt;/P&gt;&lt;P&gt;    openblas-openmp-0.2.19-2.el6.x86_64 from CDP&lt;/P&gt;&lt;P&gt;
    openblas-threads-0.2.19-2.el6.x86_64 from CDP &lt;/P&gt;&lt;P&gt;    superset_2_6_0_3_8-0.15.0.2.6.0.3-8.x86_64 from HDP-2.6&lt;/P&gt;</description>
      <pubDate>Thu, 05 Oct 2017 05:56:35 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Druid-Installation/m-p/207068#M68976</guid>
      <dc:creator>BharathN</dc:creator>
      <dc:date>2017-10-05T05:56:35Z</dc:date>
    </item>
    <item>
      <title>Re: Druid Installation</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Druid-Installation/m-p/207069#M68977</link>
      <description>&lt;P&gt;can you start a new thread and add more information about the install process and the stack trace ?&lt;/P&gt;</description>
      <pubDate>Thu, 05 Oct 2017 06:00:58 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Druid-Installation/m-p/207069#M68977</guid>
      <dc:creator>sbouguerra</dc:creator>
      <dc:date>2017-10-05T06:00:58Z</dc:date>
    </item>
    <item>
      <title>Re: Druid Installation</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Druid-Installation/m-p/207070#M68978</link>
      <description>&lt;P&gt;If you set these properties by hand, take into account that in HDP 3.x the route for the Hive Warehouse has been changed to:&lt;/P&gt;&lt;PRE&gt;/warehouse/tablespace/managed/hive&lt;/PRE&gt;&lt;P&gt;Also in the Ambari configuration for Druid 3.1 the property is set to:&lt;/P&gt;&lt;PRE&gt;hive.druid.storage.storageDirectory = &amp;nbsp;{&lt;!-- --&gt;{druid_storage_dir}}&lt;/PRE&gt;&lt;P&gt;which is expanded to &lt;STRONG&gt;/apps/druid/warehouse&lt;/STRONG&gt;, a different path from the Hive Warehouse.&lt;/P&gt;</description>
      <pubDate>Mon, 01 Apr 2019 22:23:58 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Druid-Installation/m-p/207070#M68978</guid>
      <dc:creator>lvazquez</dc:creator>
      <dc:date>2019-04-01T22:23:58Z</dc:date>
    </item>
  </channel>
</rss>

