<?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 A Typical Requirement in Hadoop in Archives of Support Questions (Read Only)</title>
    <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/A-Typical-Requirement-in-Hadoop/m-p/111235#M33797</link>
    <description>&lt;P&gt;Hi All, &lt;/P&gt;&lt;P&gt;I have a typical requirement from one of our client (a beverage company in US). &lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Requirement is :&lt;/STRONG&gt; &lt;/P&gt;&lt;P&gt;In website they have option to show different events , organized in 
US ,to the customer depending upon the region and member interest. &lt;/P&gt;&lt;P&gt;Table Details in OLTP are as follows ....&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.cloudera.com/legacyfs/online/attachments/5482-erd.jpg"&gt;erd.jpg&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Now Requirement is... &lt;/P&gt;&lt;P&gt;When member logging into the site , we have to find out event name 
depending on event date , member Interest and region as preferred event 
for that member. &lt;/P&gt;&lt;P&gt;In general OLTP it takes huge time due to huge load(registered user around 3000000 and Transaction rate around 700 TPS.&lt;/P&gt;&lt;P&gt;We have some other Hadoop based implementation for this application 
also (like daily sales report in different band , customer update/login 
frequency etc.) , so we have a ready setup for hadoop (MR,HIVE,PIG) for 
this client. &lt;/P&gt;&lt;P&gt;Can any one suggest me , how we can handle this typical requirement using hadoop. &lt;/P&gt;&lt;P&gt;Only steps or process is required. I mean the solution designing part or the process only. &lt;/P&gt;&lt;P&gt;Any helps/suggestions will be appreciated... &lt;/P&gt;&lt;P&gt;Please let me know if any one need to know any thing more on requirement or setup about  the existing process.&lt;/P&gt;&lt;P&gt;Thanks .... &lt;/P&gt;</description>
    <pubDate>Mon, 04 Jul 2016 17:35:25 GMT</pubDate>
    <dc:creator>Biswajit16</dc:creator>
    <dc:date>2016-07-04T17:35:25Z</dc:date>
    <item>
      <title>A Typical Requirement in Hadoop</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/A-Typical-Requirement-in-Hadoop/m-p/111235#M33797</link>
      <description>&lt;P&gt;Hi All, &lt;/P&gt;&lt;P&gt;I have a typical requirement from one of our client (a beverage company in US). &lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Requirement is :&lt;/STRONG&gt; &lt;/P&gt;&lt;P&gt;In website they have option to show different events , organized in 
US ,to the customer depending upon the region and member interest. &lt;/P&gt;&lt;P&gt;Table Details in OLTP are as follows ....&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.cloudera.com/legacyfs/online/attachments/5482-erd.jpg"&gt;erd.jpg&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Now Requirement is... &lt;/P&gt;&lt;P&gt;When member logging into the site , we have to find out event name 
depending on event date , member Interest and region as preferred event 
for that member. &lt;/P&gt;&lt;P&gt;In general OLTP it takes huge time due to huge load(registered user around 3000000 and Transaction rate around 700 TPS.&lt;/P&gt;&lt;P&gt;We have some other Hadoop based implementation for this application 
also (like daily sales report in different band , customer update/login 
frequency etc.) , so we have a ready setup for hadoop (MR,HIVE,PIG) for 
this client. &lt;/P&gt;&lt;P&gt;Can any one suggest me , how we can handle this typical requirement using hadoop. &lt;/P&gt;&lt;P&gt;Only steps or process is required. I mean the solution designing part or the process only. &lt;/P&gt;&lt;P&gt;Any helps/suggestions will be appreciated... &lt;/P&gt;&lt;P&gt;Please let me know if any one need to know any thing more on requirement or setup about  the existing process.&lt;/P&gt;&lt;P&gt;Thanks .... &lt;/P&gt;</description>
      <pubDate>Mon, 04 Jul 2016 17:35:25 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/A-Typical-Requirement-in-Hadoop/m-p/111235#M33797</guid>
      <dc:creator>Biswajit16</dc:creator>
      <dc:date>2016-07-04T17:35:25Z</dc:date>
    </item>
    <item>
      <title>Re: A Typical Requirement in Hadoop</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/A-Typical-Requirement-in-Hadoop/m-p/111236#M33798</link>
      <description>&lt;P&gt;OK for an OLTP requirement and user lookup you are looking at HBase/Phoenix in the HDP distribution ( other  possibilities would be Cassandra, Gemfire ... )  &lt;/P&gt;&lt;P&gt;HBase is a NoSQL datastore that allows a simple get/put/scan api on flat tables with a unique primary key and arbitrary number of fields.&lt;/P&gt;&lt;P&gt;Phoenix is a SQL layer on top of hbase so its very fast for key lookups/inserts of single rows and can also do aggregations on thousands to millions of rows very efficiently. &lt;/P&gt;&lt;P&gt;Both scale up very well since you can add Region servers dynamically. &lt;/P&gt;&lt;P&gt;Phoenix can maintain secondary indexes as well which might be helpful in your scenario. ( you can obviously directly maintain that in Hbase by adding a translation table and maintaining it yoruself ) &lt;/P&gt;</description>
      <pubDate>Mon, 04 Jul 2016 18:42:41 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/A-Typical-Requirement-in-Hadoop/m-p/111236#M33798</guid>
      <dc:creator>bleonhardi</dc:creator>
      <dc:date>2016-07-04T18:42:41Z</dc:date>
    </item>
    <item>
      <title>Re: A Typical Requirement in Hadoop</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/A-Typical-Requirement-in-Hadoop/m-p/111237#M33799</link>
      <description>&lt;P&gt;SnappyData, Apache Ignite and Apache Geode work.&lt;/P&gt;</description>
      <pubDate>Mon, 04 Jul 2016 19:17:01 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/A-Typical-Requirement-in-Hadoop/m-p/111237#M33799</guid>
      <dc:creator>TimothySpann</dc:creator>
      <dc:date>2016-07-04T19:17:01Z</dc:date>
    </item>
  </channel>
</rss>

