<?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 I am a newbie in Nifi. I am using Nifi in Docker. How to configure GetHTTP processor in Nifi so that it can access the URL given in the URL value of that processor. in Archives of Support Questions (Read Only)</title>
    <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/I-am-a-newbie-in-Nifi-I-am-using-Nifi-in-Docker-How-to/m-p/184459#M75647</link>
    <description />
    <pubDate>Sun, 11 Mar 2018 12:56:19 GMT</pubDate>
    <dc:creator>flyskysingh</dc:creator>
    <dc:date>2018-03-11T12:56:19Z</dc:date>
    <item>
      <title>I am a newbie in Nifi. I am using Nifi in Docker. How to configure GetHTTP processor in Nifi so that it can access the URL given in the URL value of that processor.</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/I-am-a-newbie-in-Nifi-I-am-using-Nifi-in-Docker-How-to/m-p/184459#M75647</link>
      <description />
      <pubDate>Sun, 11 Mar 2018 12:56:19 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/I-am-a-newbie-in-Nifi-I-am-using-Nifi-in-Docker-How-to/m-p/184459#M75647</guid>
      <dc:creator>flyskysingh</dc:creator>
      <dc:date>2018-03-11T12:56:19Z</dc:date>
    </item>
    <item>
      <title>Re: I am a newbie in Nifi. I am using Nifi in Docker. How to configure GetHTTP processor in Nifi so that it can access the URL given in the URL value of that processor.</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/I-am-a-newbie-in-Nifi-I-am-using-Nifi-in-Docker-How-to/m-p/184460#M75648</link>
      <description>&lt;P style="margin-left: 40px;"&gt;Hi &lt;A rel="user" href="https://community.cloudera.com/users/69440/flyskysingh.html" nodeid="69440" target="_blank"&gt;@Akananda Singhania&lt;/A&gt;&lt;/P&gt;&lt;P style="margin-left: 40px;"&gt;Let me know if you have more specific questions, but here is a quick example of GetHTTP getting movie data from a web site:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="62855-gethttp-example.png" style="width: 762px;"&gt;&lt;img src="https://community.cloudera.com/t5/image/serverpage/image-id/18983i5ADCBEF37845A26F/image-size/medium?v=v2&amp;amp;px=400" role="button" title="62855-gethttp-example.png" alt="62855-gethttp-example.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Besides URL and Filename, all properties are default values.&lt;/P&gt;</description>
      <pubDate>Sun, 18 Aug 2019 08:33:24 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/I-am-a-newbie-in-Nifi-I-am-using-Nifi-in-Docker-How-to/m-p/184460#M75648</guid>
      <dc:creator>alim</dc:creator>
      <dc:date>2019-08-18T08:33:24Z</dc:date>
    </item>
    <item>
      <title>Re: I am a newbie in Nifi. I am using Nifi in Docker. How to configure GetHTTP processor in Nifi so that it can access the URL given in the URL value of that processor.</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/I-am-a-newbie-in-Nifi-I-am-using-Nifi-in-Docker-How-to/m-p/184461#M75649</link>
      <description>&lt;P&gt;Hi &lt;A rel="user" href="https://community.cloudera.com/users/69440/flyskysingh.html" nodeid="69440"&gt;@Akananda Singhania&lt;/A&gt;,&lt;/P&gt;&lt;P&gt;I suspect your network configuration on your Docker Engine host is incorrect.  Running the image you listed works as anticipated in a few of the environments available to me.&lt;/P&gt;&lt;P&gt;Let's try to confirm this suspicion by running the following:&lt;/P&gt;&lt;PRE&gt;docker run busybox ping -c 1 files.grouplens.org
&lt;/PRE&gt;&lt;P&gt;You should receive output similar to the following.  If not, the configured DNS server is not appropriately routing to external sites.&lt;/P&gt;&lt;PRE&gt;PING files.grouplens.org (128.101.34.235): 56 data bytes
64 bytes from 128.101.34.235: seq=0 ttl=37 time=39.263 ms


--- files.grouplens.org ping statistics ---
1 packets transmitted, 1 packets received, 0% packet loss
round-trip min/avg/max = 39.263/39.263/39.263 ms&lt;/PRE&gt;&lt;P&gt;Could you provide more details about your environment in which you are running Docker?&lt;/P&gt;&lt;P&gt;Of interest would be the output of &lt;/P&gt;&lt;PRE&gt;cat /etc/resolv.conf&lt;/PRE&gt;&lt;P&gt;Another option is to try explicitly specifying a DNS server such as those that Google makes available via a command such as:&lt;/P&gt;&lt;PRE&gt;docker run --dns 8.8.8.8 -d -p 8080:8080 apache/nifi&lt;/PRE&gt;</description>
      <pubDate>Wed, 14 Mar 2018 21:56:42 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/I-am-a-newbie-in-Nifi-I-am-using-Nifi-in-Docker-How-to/m-p/184461#M75649</guid>
      <dc:creator>apiri</dc:creator>
      <dc:date>2018-03-14T21:56:42Z</dc:date>
    </item>
  </channel>
</rss>

