<?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>topic Re: can merge transformation be applied to hive table? in SAS Data Management</title>
    <link>https://communities.sas.com/t5/SAS-Data-Management/can-merge-transformation-be-applied-to-hive-table/m-p/400791#M12185</link>
    <description>&lt;P&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/31762"&gt;@Sheeba&lt;/a&gt;&lt;/P&gt;
&lt;P&gt;Given that Hadoop is only good at Insert (Append) and Read you might also consider a strategy as outlined here:&lt;/P&gt;
&lt;P&gt;&lt;A href="https://hortonworks.com/blog/four-step-strategy-incremental-updates-hive/&amp;nbsp;&amp;nbsp;" target="_blank"&gt;https://hortonworks.com/blog/four-step-strategy-incremental-updates-hive/&amp;nbsp;&amp;nbsp;&lt;/A&gt;&lt;/P&gt;</description>
    <pubDate>Tue, 03 Oct 2017 20:26:19 GMT</pubDate>
    <dc:creator>Patrick</dc:creator>
    <dc:date>2017-10-03T20:26:19Z</dc:date>
    <item>
      <title>can merge transformation be applied to hive table?</title>
      <link>https://communities.sas.com/t5/SAS-Data-Management/can-merge-transformation-be-applied-to-hive-table/m-p/399314#M12114</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Can a merge transformation be applied to a hive table using a sas dataset?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Appreciate any help.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Regards,&lt;BR /&gt;Sheeba&lt;/P&gt;</description>
      <pubDate>Wed, 27 Sep 2017 19:27:15 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Management/can-merge-transformation-be-applied-to-hive-table/m-p/399314#M12114</guid>
      <dc:creator>Sheeba</dc:creator>
      <dc:date>2017-09-27T19:27:15Z</dc:date>
    </item>
    <item>
      <title>Re: can merge transformation be applied to hive table?</title>
      <link>https://communities.sas.com/t5/SAS-Data-Management/can-merge-transformation-be-applied-to-hive-table/m-p/399518#M12124</link>
      <description>Yes, but the merge operation will take place in SAS, not in Hive.</description>
      <pubDate>Thu, 28 Sep 2017 15:09:47 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Management/can-merge-transformation-be-applied-to-hive-table/m-p/399518#M12124</guid>
      <dc:creator>LinusH</dc:creator>
      <dc:date>2017-09-28T15:09:47Z</dc:date>
    </item>
    <item>
      <title>Re: can merge transformation be applied to hive table?</title>
      <link>https://communities.sas.com/t5/SAS-Data-Management/can-merge-transformation-be-applied-to-hive-table/m-p/399643#M12134</link>
      <description>&lt;P&gt;Hi Linush,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks for the reply.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I believe it wouldnt impact the data right.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I am looking for&amp;nbsp; inserting new rows and updating existing rows which is same as what merge transformation does. i Have used it to update sas datasets but i have not tried this to update hive tables.. Is there any other way to do an insert and update to a hive table using sas DI studio?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Regards,&lt;/P&gt;
&lt;P&gt;Sheeba&lt;/P&gt;</description>
      <pubDate>Thu, 28 Sep 2017 21:09:30 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Management/can-merge-transformation-be-applied-to-hive-table/m-p/399643#M12134</guid>
      <dc:creator>Sheeba</dc:creator>
      <dc:date>2017-09-28T21:09:30Z</dc:date>
    </item>
    <item>
      <title>Re: can merge transformation be applied to hive table?</title>
      <link>https://communities.sas.com/t5/SAS-Data-Management/can-merge-transformation-be-applied-to-hive-table/m-p/399817#M12141</link>
      <description>&lt;P&gt;data step merge does not update/insert data at rest, it's a type of query&amp;nbsp;that results in a new data set.&lt;/P&gt;
&lt;P&gt;So from a data management/ETL perspective I would say this is a no-no.&lt;/P&gt;
&lt;P&gt;There are ready made transformations for dealing with target table updates, select the one appropriate&amp;nbsp;to your logic.&lt;/P&gt;
&lt;P&gt;Sounds like that you need help from an ETL designer...?&lt;/P&gt;</description>
      <pubDate>Fri, 29 Sep 2017 14:56:40 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Management/can-merge-transformation-be-applied-to-hive-table/m-p/399817#M12141</guid>
      <dc:creator>LinusH</dc:creator>
      <dc:date>2017-09-29T14:56:40Z</dc:date>
    </item>
    <item>
      <title>Re: can merge transformation be applied to hive table?</title>
      <link>https://communities.sas.com/t5/SAS-Data-Management/can-merge-transformation-be-applied-to-hive-table/m-p/400381#M12167</link>
      <description>&lt;P&gt;Hi Linush,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;tnx a lot for the details.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I will look into the transformations which does the target table updates.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Regards,&lt;/P&gt;
&lt;P&gt;Sheeba&lt;/P&gt;</description>
      <pubDate>Mon, 02 Oct 2017 18:22:40 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Management/can-merge-transformation-be-applied-to-hive-table/m-p/400381#M12167</guid>
      <dc:creator>Sheeba</dc:creator>
      <dc:date>2017-10-02T18:22:40Z</dc:date>
    </item>
    <item>
      <title>Re: can merge transformation be applied to hive table?</title>
      <link>https://communities.sas.com/t5/SAS-Data-Management/can-merge-transformation-be-applied-to-hive-table/m-p/400571#M12173</link>
      <description>&lt;P&gt;Bare in mind that Hive have limited set of methods for update (none until recently). So be sure to align your ETL with Hive capabilities.&lt;/P&gt;</description>
      <pubDate>Tue, 03 Oct 2017 12:34:48 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Management/can-merge-transformation-be-applied-to-hive-table/m-p/400571#M12173</guid>
      <dc:creator>LinusH</dc:creator>
      <dc:date>2017-10-03T12:34:48Z</dc:date>
    </item>
    <item>
      <title>Re: can merge transformation be applied to hive table?</title>
      <link>https://communities.sas.com/t5/SAS-Data-Management/can-merge-transformation-be-applied-to-hive-table/m-p/400791#M12185</link>
      <description>&lt;P&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/31762"&gt;@Sheeba&lt;/a&gt;&lt;/P&gt;
&lt;P&gt;Given that Hadoop is only good at Insert (Append) and Read you might also consider a strategy as outlined here:&lt;/P&gt;
&lt;P&gt;&lt;A href="https://hortonworks.com/blog/four-step-strategy-incremental-updates-hive/&amp;nbsp;&amp;nbsp;" target="_blank"&gt;https://hortonworks.com/blog/four-step-strategy-incremental-updates-hive/&amp;nbsp;&amp;nbsp;&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 03 Oct 2017 20:26:19 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Management/can-merge-transformation-be-applied-to-hive-table/m-p/400791#M12185</guid>
      <dc:creator>Patrick</dc:creator>
      <dc:date>2017-10-03T20:26:19Z</dc:date>
    </item>
    <item>
      <title>Re: can merge transformation be applied to hive table?</title>
      <link>https://communities.sas.com/t5/SAS-Data-Management/can-merge-transformation-be-applied-to-hive-table/m-p/400831#M12189</link>
      <description>&lt;P&gt;Hi Linush,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks. Sure I will check if it is supported by SAS DI.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Regards,&lt;/P&gt;
&lt;P&gt;Sheeba&lt;/P&gt;</description>
      <pubDate>Tue, 03 Oct 2017 22:29:50 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Management/can-merge-transformation-be-applied-to-hive-table/m-p/400831#M12189</guid>
      <dc:creator>Sheeba</dc:creator>
      <dc:date>2017-10-03T22:29:50Z</dc:date>
    </item>
    <item>
      <title>Re: can merge transformation be applied to hive table?</title>
      <link>https://communities.sas.com/t5/SAS-Data-Management/can-merge-transformation-be-applied-to-hive-table/m-p/400832#M12190</link>
      <description>&lt;P&gt;Hi Patrick,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks a lot for the link. It is really helpful.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I will try to deep dive into it and follow it.&lt;/P&gt;
&lt;P&gt;Regards,&lt;/P&gt;
&lt;P&gt;Sheeba&lt;/P&gt;</description>
      <pubDate>Tue, 03 Oct 2017 22:31:02 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Management/can-merge-transformation-be-applied-to-hive-table/m-p/400832#M12190</guid>
      <dc:creator>Sheeba</dc:creator>
      <dc:date>2017-10-03T22:31:02Z</dc:date>
    </item>
  </channel>
</rss>

