<?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: Can we ingest Rss feeds using apache nifi into hive? in Archives of Support Questions (Read Only)</title>
    <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Can-we-ingest-Rss-feeds-using-apache-nifi-into-hive/m-p/107790#M15998</link>
    <description>&lt;P&gt;&lt;A rel="user" href="https://community.cloudera.com/users/1952/suri-1415.html" nodeid="1952"&gt;@surender nath reddy kudumula&lt;/A&gt;   I will put data in HDFS and create external Hive table on top of it. &lt;/P&gt;</description>
    <pubDate>Fri, 22 Jan 2016 23:20:09 GMT</pubDate>
    <dc:creator>nsabharwal</dc:creator>
    <dc:date>2016-01-22T23:20:09Z</dc:date>
    <item>
      <title>Can we ingest Rss feeds using apache nifi into hive?</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Can-we-ingest-Rss-feeds-using-apache-nifi-into-hive/m-p/107787#M15995</link>
      <description>&lt;P&gt;Any thoughts on which processors to use in nifi for ingesting rss feeds into hive tables. &lt;/P&gt;&lt;P&gt;&lt;A href="http://feeds.bbci.co.uk/news/world/rss.xml" target="_blank"&gt;http://feeds.bbci.co.uk/news/world/rss.xml&lt;/A&gt;&lt;/P&gt;&lt;P&gt;thanks.&lt;/P&gt;</description>
      <pubDate>Fri, 22 Jan 2016 17:45:33 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Can-we-ingest-Rss-feeds-using-apache-nifi-into-hive/m-p/107787#M15995</guid>
      <dc:creator>bigspark</dc:creator>
      <dc:date>2016-01-22T17:45:33Z</dc:date>
    </item>
    <item>
      <title>Re: Can we ingest Rss feeds using apache nifi into hive?</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Can-we-ingest-Rss-feeds-using-apache-nifi-into-hive/m-p/107788#M15996</link>
      <description>&lt;A rel="user" href="https://community.cloudera.com/users/1952/suri-1415.html" nodeid="1952"&gt;@surender nath reddy kudumula&lt;/A&gt;&lt;P&gt; Use this GetHTTP&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.nifi.rocks/getting-started-with-apache-nifi/" target="_blank"&gt;http://www.nifi.rocks/getting-started-with-apache-nifi/&lt;/A&gt;&lt;/P&gt;&lt;P&gt;The URL we are going to grab a file from is &lt;A href="http://xkcd.com/"&gt;XKCD’s&lt;/A&gt; rss feed, &lt;A href="http://xkcd.com/rss.xml"&gt;rss.xml&lt;/A&gt;. The GetHTTP procesor is simple to configure and just needs the URL property to be set to &lt;A href="http://xkcd.com/rss.xml."&gt;http://xkcd.com/rss.xml.&lt;/A&gt; Click on the value across from the URL property and enter &lt;A href="http://xkcd.com/rss.xml."&gt;http://xkcd.com/rss.xml.&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Now drag down another processor, EvaluateXPath. Under the properties for this processor, set the following property-value pairs:&lt;/P&gt;&lt;UL&gt;
&lt;LI&gt;Destination - flowfile-attribute&lt;/LI&gt;&lt;LI&gt;Return Type - auto-detect&lt;/LI&gt;&lt;/UL&gt;</description>
      <pubDate>Fri, 22 Jan 2016 19:55:19 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Can-we-ingest-Rss-feeds-using-apache-nifi-into-hive/m-p/107788#M15996</guid>
      <dc:creator>nsabharwal</dc:creator>
      <dc:date>2016-01-22T19:55:19Z</dc:date>
    </item>
    <item>
      <title>Re: Can we ingest Rss feeds using apache nifi into hive?</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Can-we-ingest-Rss-feeds-using-apache-nifi-into-hive/m-p/107789#M15997</link>
      <description>&lt;P&gt;Thank you &lt;A rel="user" href="https://community.cloudera.com/users/140/nsabharwal.html" nodeid="140"&gt;@Neeraj Sabharwal&lt;/A&gt;. I ll give this a try. Why do we need EvaluateXPath  here? Also i beleive at the end use puthdfs to route the data into hdfs. I beleive currently nifi doesnt have a processor to ingest directly into hive table i can see it has putsql. So i beleive best approach is to use puthdfs. Please let me know thanks..&lt;/P&gt;</description>
      <pubDate>Fri, 22 Jan 2016 23:18:49 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Can-we-ingest-Rss-feeds-using-apache-nifi-into-hive/m-p/107789#M15997</guid>
      <dc:creator>bigspark</dc:creator>
      <dc:date>2016-01-22T23:18:49Z</dc:date>
    </item>
    <item>
      <title>Re: Can we ingest Rss feeds using apache nifi into hive?</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Can-we-ingest-Rss-feeds-using-apache-nifi-into-hive/m-p/107790#M15998</link>
      <description>&lt;P&gt;&lt;A rel="user" href="https://community.cloudera.com/users/1952/suri-1415.html" nodeid="1952"&gt;@surender nath reddy kudumula&lt;/A&gt;   I will put data in HDFS and create external Hive table on top of it. &lt;/P&gt;</description>
      <pubDate>Fri, 22 Jan 2016 23:20:09 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Can-we-ingest-Rss-feeds-using-apache-nifi-into-hive/m-p/107790#M15998</guid>
      <dc:creator>nsabharwal</dc:creator>
      <dc:date>2016-01-22T23:20:09Z</dc:date>
    </item>
    <item>
      <title>Re: Can we ingest Rss feeds using apache nifi into hive?</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Can-we-ingest-Rss-feeds-using-apache-nifi-into-hive/m-p/107791#M15999</link>
      <description>&lt;P&gt;thank you &lt;A rel="user" href="https://community.cloudera.com/users/140/nsabharwal.html" nodeid="140"&gt;@Neeraj Sabharwal&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Sat, 23 Jan 2016 02:21:09 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Can-we-ingest-Rss-feeds-using-apache-nifi-into-hive/m-p/107791#M15999</guid>
      <dc:creator>bigspark</dc:creator>
      <dc:date>2016-01-23T02:21:09Z</dc:date>
    </item>
    <item>
      <title>Re: Can we ingest Rss feeds using apache nifi into hive?</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Can-we-ingest-Rss-feeds-using-apache-nifi-into-hive/m-p/107792#M16000</link>
      <description>&lt;P&gt;&lt;A rel="user" href="https://community.cloudera.com/users/1952/suri-1415.html" nodeid="1952"&gt;@surender nath reddy kudumula&lt;/A&gt; As part of the best practice, please accept the best answer to close the thread. &lt;/P&gt;</description>
      <pubDate>Sat, 23 Jan 2016 03:38:51 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Can-we-ingest-Rss-feeds-using-apache-nifi-into-hive/m-p/107792#M16000</guid>
      <dc:creator>nsabharwal</dc:creator>
      <dc:date>2016-01-23T03:38:51Z</dc:date>
    </item>
    <item>
      <title>Re: Can we ingest Rss feeds using apache nifi into hive?</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Can-we-ingest-Rss-feeds-using-apache-nifi-into-hive/m-p/107793#M16001</link>
      <description>&lt;P style="margin-left: 20px;"&gt;&lt;A rel="user" href="https://community.cloudera.com/users/1952/suri-1415.html" nodeid="1952"&gt;@surender nath reddy kudumula&lt;/A&gt; - There is a JIRA actively being worked on to add Hive JDBC support to Nifi. &lt;A href="https://issues.apache.org/jira/browse/NIFI-981"&gt;https://issues.apache.org/jira/browse/NIFI-981&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 22 Apr 2016 03:14:31 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Can-we-ingest-Rss-feeds-using-apache-nifi-into-hive/m-p/107793#M16001</guid>
      <dc:creator>james_jones</dc:creator>
      <dc:date>2016-04-22T03:14:31Z</dc:date>
    </item>
    <item>
      <title>Re: Can we ingest Rss feeds using apache nifi into hive?</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Can-we-ingest-Rss-feeds-using-apache-nifi-into-hive/m-p/107794#M16002</link>
      <description>&lt;P&gt;Neeraj, thanks for your advice. &lt;/P&gt;</description>
      <pubDate>Sat, 17 Dec 2016 08:49:35 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Can-we-ingest-Rss-feeds-using-apache-nifi-into-hive/m-p/107794#M16002</guid>
      <dc:creator>paula_ditallo</dc:creator>
      <dc:date>2016-12-17T08:49:35Z</dc:date>
    </item>
  </channel>
</rss>

