<?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: Hadoop data linking from multiple sources in Archives of Support Questions (Read Only)</title>
    <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Hadoop-data-linking-from-multiple-sources/m-p/161845#M33295</link>
    <description>&lt;P&gt;&lt;A rel="user" href="https://community.cloudera.com/users/168/bleonhardi.html" nodeid="168"&gt;@Benjamin Leonhardi&lt;/A&gt; Thanks, makes sense&lt;/P&gt;</description>
    <pubDate>Wed, 29 Jun 2016 20:00:25 GMT</pubDate>
    <dc:creator>learninghuman</dc:creator>
    <dc:date>2016-06-29T20:00:25Z</dc:date>
    <item>
      <title>Hadoop data linking from multiple sources</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Hadoop-data-linking-from-multiple-sources/m-p/161843#M33293</link>
      <description>&lt;P&gt;Data comes from multiple sources and these are exposed in the hive table for the users. A specific column is sensitive and needs to be given restricted access. If a user who wants to join 2 such tables on the column that he does not have access to, then whats the best approach to make it work? One option is to link the sensitive column with a generated key so that the user can join on the generated key. Is this a good idea or any better idea?&lt;/P&gt;</description>
      <pubDate>Wed, 29 Jun 2016 05:13:43 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Hadoop-data-linking-from-multiple-sources/m-p/161843#M33293</guid>
      <dc:creator>learninghuman</dc:creator>
      <dc:date>2016-06-29T05:13:43Z</dc:date>
    </item>
    <item>
      <title>Re: Hadoop data linking from multiple sources</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Hadoop-data-linking-from-multiple-sources/m-p/161844#M33294</link>
      <description>&lt;P&gt;You could create a hashed column for that key and choose the hash algorithm in a way that a hash collision is very unlikely. However I don't get the usecase completely. Couldn't you just create a new View that already joins the two tables together and only give access to the resulting columns?&lt;/P&gt;&lt;P&gt;Table A ( customers web site a ) &lt;/P&gt;&lt;P&gt;Name, Address, CreditCard&lt;/P&gt;&lt;P&gt;Table B ( customers web site b ) &lt;/P&gt;&lt;P&gt;Name, Address, CreditCard&lt;/P&gt;&lt;P&gt;Create View C as &lt;/P&gt;&lt;P&gt;SELECT NameA,AddressA, NameB, AddressB from A,B where a.CreditCard = B.CreditCard;&lt;/P&gt;&lt;P&gt;And only give access to that view. I know this doesn't give the same flexibility but you do not need to do the whole hash thing. &lt;/P&gt;&lt;P&gt;If more flexibility is desired then your proposed approach of adding a masked column to both tables would be the way to go. I would think something like sha2 or the aes_encrypt function should provide a way to be very secure in avoiding hash collisions. &lt;/P&gt;</description>
      <pubDate>Wed, 29 Jun 2016 19:36:11 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Hadoop-data-linking-from-multiple-sources/m-p/161844#M33294</guid>
      <dc:creator>bleonhardi</dc:creator>
      <dc:date>2016-06-29T19:36:11Z</dc:date>
    </item>
    <item>
      <title>Re: Hadoop data linking from multiple sources</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Hadoop-data-linking-from-multiple-sources/m-p/161845#M33295</link>
      <description>&lt;P&gt;&lt;A rel="user" href="https://community.cloudera.com/users/168/bleonhardi.html" nodeid="168"&gt;@Benjamin Leonhardi&lt;/A&gt; Thanks, makes sense&lt;/P&gt;</description>
      <pubDate>Wed, 29 Jun 2016 20:00:25 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Hadoop-data-linking-from-multiple-sources/m-p/161845#M33295</guid>
      <dc:creator>learninghuman</dc:creator>
      <dc:date>2016-06-29T20:00:25Z</dc:date>
    </item>
  </channel>
</rss>

