<?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: How to configure Oozie and Hive High Availability without using Load Balancer in Archives of Support Questions (Read Only)</title>
    <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/How-to-configure-Oozie-and-Hive-High-Availability-without/m-p/138774#M19280</link>
    <description>&lt;P&gt;I have fixed it for you &lt;A rel="user" href="https://community.cloudera.com/users/2408/sanjeevanmahajan05.html" nodeid="2408"&gt;@sanjeevan mahajan&lt;/A&gt;&lt;/P&gt;</description>
    <pubDate>Fri, 12 Feb 2016 18:46:54 GMT</pubDate>
    <dc:creator>nsabharwal</dc:creator>
    <dc:date>2016-02-12T18:46:54Z</dc:date>
    <item>
      <title>How to configure Oozie and Hive High Availability without using Load Balancer</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/How-to-configure-Oozie-and-Hive-High-Availability-without/m-p/138770#M19276</link>
      <description>&lt;P&gt;Can anyone share any documentation on configuring HA for Oozie and Hive without Load Balancer. &lt;/P&gt;</description>
      <pubDate>Fri, 12 Feb 2016 17:45:53 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/How-to-configure-Oozie-and-Hive-High-Availability-without/m-p/138770#M19276</guid>
      <dc:creator>sanjeevanmahaja</dc:creator>
      <dc:date>2016-02-12T17:45:53Z</dc:date>
    </item>
    <item>
      <title>Re: How to configure Oozie and Hive High Availability without using Load Balancer</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/How-to-configure-Oozie-and-Hive-High-Availability-without/m-p/138771#M19277</link>
      <description>&lt;P&gt;Sorry there is typo in the question its without using Load Balancer&lt;/P&gt;</description>
      <pubDate>Fri, 12 Feb 2016 17:51:04 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/How-to-configure-Oozie-and-Hive-High-Availability-without/m-p/138771#M19277</guid>
      <dc:creator>sanjeevanmahaja</dc:creator>
      <dc:date>2016-02-12T17:51:04Z</dc:date>
    </item>
    <item>
      <title>Re: How to configure Oozie and Hive High Availability without using Load Balancer</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/How-to-configure-Oozie-and-Hive-High-Availability-without/m-p/138772#M19278</link>
      <description>&lt;P&gt;@&lt;A href="https://community.hortonworks.com/users/2408/sanjeevanmahajan05.html"&gt;sanjeevan mahajan&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Have a look at this document &lt;A target="_blank" href="http://archive.cloudera.com/cdh5/cdh/5/oozie/AG_Install.html#High_Availability_HA"&gt;oozie&lt;/A&gt;  and &lt;A target="_blank" href="http://oozie.apache.org/docs/4.2.0/AG_Install.html"&gt;link&lt;/A&gt;&lt;/P&gt;&lt;P&gt;You can omit the HA setup steps.&lt;/P&gt;</description>
      <pubDate>Fri, 12 Feb 2016 18:18:29 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/How-to-configure-Oozie-and-Hive-High-Availability-without/m-p/138772#M19278</guid>
      <dc:creator>Shelton</dc:creator>
      <dc:date>2016-02-12T18:18:29Z</dc:date>
    </item>
    <item>
      <title>Re: How to configure Oozie and Hive High Availability without using Load Balancer</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/How-to-configure-Oozie-and-Hive-High-Availability-without/m-p/138773#M19279</link>
      <description>&lt;P&gt;This is actually well explained in the ambari docs. Be sure to add the services extensions to make sure the two servers don't duplicate jobs&lt;/P&gt;&lt;P&gt;&lt;A href="http://docs.hortonworks.com/HDPDocuments/Ambari-2.2.0.0/bk_Ambari_Users_Guide/content/_adding_an_oozie_server_component.html" target="_blank"&gt;http://docs.hortonworks.com/HDPDocuments/Ambari-2.2.0.0/bk_Ambari_Users_Guide/content/_adding_an_oozie_server_component.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://docs.hortonworks.com/HDPDocuments/Ambari-2.2.0.0/bk_Ambari_Users_Guide/content/_hive_high_availability.html" target="_blank"&gt;http://docs.hortonworks.com/HDPDocuments/Ambari-2.2.0.0/bk_Ambari_Users_Guide/content/_hive_high_availability.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Just as some comments: Without Load Balancer Oozie will continue to schedule jobs even if one server is down. But administration (submitting jobs ... )  would require you to point to the surviving oozie. &lt;/P&gt;&lt;P&gt;Also what the documents not describe is how to configure the underlying database in DR, that is your job. Here is an example for Postgres:&lt;/P&gt;&lt;P&gt;&lt;A href="https://www.digitalocean.com/community/tutorials/how-to-set-up-master-slave-replication-on-postgresql-on-an-ubuntu-12-04-vps" target="_blank"&gt;https://www.digitalocean.com/community/tutorials/how-to-set-up-master-slave-replication-on-postgresql-on-an-ubuntu-12-04-vps&lt;/A&gt;&lt;/P&gt;&lt;P&gt;However databases like Mysql and Postgres seem to be very stable so making for example Oozie Server HA is much more important than doing that for the underlying database. So you could decide to just backup the database regularly.&lt;/P&gt;</description>
      <pubDate>Fri, 12 Feb 2016 18:43:12 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/How-to-configure-Oozie-and-Hive-High-Availability-without/m-p/138773#M19279</guid>
      <dc:creator>bleonhardi</dc:creator>
      <dc:date>2016-02-12T18:43:12Z</dc:date>
    </item>
    <item>
      <title>Re: How to configure Oozie and Hive High Availability without using Load Balancer</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/How-to-configure-Oozie-and-Hive-High-Availability-without/m-p/138774#M19280</link>
      <description>&lt;P&gt;I have fixed it for you &lt;A rel="user" href="https://community.cloudera.com/users/2408/sanjeevanmahajan05.html" nodeid="2408"&gt;@sanjeevan mahajan&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 12 Feb 2016 18:46:54 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/How-to-configure-Oozie-and-Hive-High-Availability-without/m-p/138774#M19280</guid>
      <dc:creator>nsabharwal</dc:creator>
      <dc:date>2016-02-12T18:46:54Z</dc:date>
    </item>
  </channel>
</rss>

