<?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 Automate the process of Pig, Hive, Sqoop. in Archives of Support Questions (Read Only)</title>
    <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Automate-the-process-of-Pig-Hive-Sqoop/m-p/212854#M60043</link>
    <description>&lt;P&gt;I have data in HDFS(Azure HDInsight) in csv format. I am using Pig to process this Data. After processing the Summarise data will be stored in Hive. And then Hive table is exported in RDBMS using Sqoop. Now I need to automate all this process. Is this possible that I will write particular method for all these 3 task in MapReduce, then run this MapReduce job, and all these task execute one by one. &lt;/P&gt;&lt;P&gt;For create MapReduce job , I want to use .Net SDK. So my question is this possible, and if YES than suggest some steps and reference link for this Question.
Thank You.&lt;/P&gt;</description>
    <pubDate>Wed, 26 Apr 2017 14:39:32 GMT</pubDate>
    <dc:creator>ishvari</dc:creator>
    <dc:date>2017-04-26T14:39:32Z</dc:date>
    <item>
      <title>Automate the process of Pig, Hive, Sqoop.</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Automate-the-process-of-Pig-Hive-Sqoop/m-p/212854#M60043</link>
      <description>&lt;P&gt;I have data in HDFS(Azure HDInsight) in csv format. I am using Pig to process this Data. After processing the Summarise data will be stored in Hive. And then Hive table is exported in RDBMS using Sqoop. Now I need to automate all this process. Is this possible that I will write particular method for all these 3 task in MapReduce, then run this MapReduce job, and all these task execute one by one. &lt;/P&gt;&lt;P&gt;For create MapReduce job , I want to use .Net SDK. So my question is this possible, and if YES than suggest some steps and reference link for this Question.
Thank You.&lt;/P&gt;</description>
      <pubDate>Wed, 26 Apr 2017 14:39:32 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Automate-the-process-of-Pig-Hive-Sqoop/m-p/212854#M60043</guid>
      <dc:creator>ishvari</dc:creator>
      <dc:date>2017-04-26T14:39:32Z</dc:date>
    </item>
    <item>
      <title>Re: Automate the process of Pig, Hive, Sqoop.</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Automate-the-process-of-Pig-Hive-Sqoop/m-p/212855#M60044</link>
      <description>&lt;A rel="user" href="https://community.cloudera.com/users/17037/ishvari.html" nodeid="17037"&gt;@Ishvari Dhimmar&lt;/A&gt;&lt;P&gt;Have you evaluated oozie ? I believe you would need to run these repeatedly at some interval. oozie provides support all the above mentioned components i.e pig , hive and sqoop and can be defined as seperate actions in oozie.&lt;/P&gt;&lt;P&gt;You do not need to create seperate MR job ( using .NET SDK ) if you go this route.&lt;/P&gt;</description>
      <pubDate>Wed, 26 Apr 2017 15:29:44 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Automate-the-process-of-Pig-Hive-Sqoop/m-p/212855#M60044</guid>
      <dc:creator>sgowda</dc:creator>
      <dc:date>2017-04-26T15:29:44Z</dc:date>
    </item>
    <item>
      <title>Re: Automate the process of Pig, Hive, Sqoop.</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Automate-the-process-of-Pig-Hive-Sqoop/m-p/212856#M60045</link>
      <description>&lt;P&gt;Thanks for reply. 
It will really help me.
By mistake I wrote MapReduce Job, I should have to use HiveJob, PigJob, SqoopJob.
Thanks again.
I just go through Oozie. I didn't find exact Link for Oozie. 
If I write a Pig script and than want to transfer those data in Hive. Then using Sqoop, export this data to SQL Server. How to connect all these process using Oozie.
Can you provide some reference Link?&lt;/P&gt;</description>
      <pubDate>Wed, 26 Apr 2017 17:19:08 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Automate-the-process-of-Pig-Hive-Sqoop/m-p/212856#M60045</guid>
      <dc:creator>ishvari</dc:creator>
      <dc:date>2017-04-26T17:19:08Z</dc:date>
    </item>
    <item>
      <title>Re: Automate the process of Pig, Hive, Sqoop.</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Automate-the-process-of-Pig-Hive-Sqoop/m-p/212857#M60046</link>
      <description>&lt;P&gt;&lt;A rel="user" href="https://community.cloudera.com/users/17037/ishvari.html" nodeid="17037"&gt;@Ishvari Dhimmar&lt;/A&gt; &lt;/P&gt;&lt;P&gt;Please use below links for reference&lt;/P&gt;&lt;P&gt;&lt;A href="https://www.tutorialspoint.com/apache_oozie/index.htm"&gt;https://www.tutorialspoint.com/apache_oozie/index.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://oozie.apache.org/docs/4.2.0/DG_Hive2ActionExtension.html"&gt;https://oozie.apache.org/docs/4.2.0/DG_Hive2ActionExtension.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://oozie.apache.org/docs/4.0.0/DG_SqoopActionExtension.html"&gt;https://oozie.apache.org/docs/4.0.0/DG_SqoopActionExtension.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://oozie.apache.org/docs/3.2.0-incubating/WorkflowFunctionalSpec.html"&gt;https://oozie.apache.org/docs/3.2.0-incubating/WorkflowFunctionalSpec.html&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 27 Apr 2017 18:23:00 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Automate-the-process-of-Pig-Hive-Sqoop/m-p/212857#M60046</guid>
      <dc:creator>sgowda</dc:creator>
      <dc:date>2017-04-27T18:23:00Z</dc:date>
    </item>
  </channel>
</rss>

