<?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: Apache NiFi: Processor configuration url issue in Support Questions</title>
    <link>https://community.cloudera.com/t5/Support-Questions/Apache-NiFi-Processor-configuration-url-issue/m-p/286236#M212311</link>
    <description>&lt;P&gt;Please check carefully the documentation you are following. I don't think you are expected to change the deployment configuration, perhaps you need to add something on your local machine. (e.g. in /etc/hosts)&lt;/P&gt;</description>
    <pubDate>Tue, 24 Dec 2019 11:15:08 GMT</pubDate>
    <dc:creator>DennisJaheruddi</dc:creator>
    <dc:date>2019-12-24T11:15:08Z</dc:date>
    <item>
      <title>Apache NiFi: Processor configuration url issue</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Apache-NiFi-Processor-configuration-url-issue/m-p/286116#M212229</link>
      <description>&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;I've installed Apache NiFi through Apache Ambari on my HDP: Stack and Versions-&amp;gt;Stack-&amp;gt;Install... All configuration while installation I left to defaults. Installation was successful, however I was not able to access "&lt;A href="http://sandbox-hdp.hortonworks.com:9090/nifi" target="_blank" rel="noopener"&gt;http://sandbox-hdp.hortonworks.com:9090/nifi"&lt;/A&gt;&amp;nbsp;out of box. So I added:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;server {&lt;BR /&gt;listen 9090;&lt;BR /&gt;server_name sandbox-hdp.hortonworks.com;&lt;BR /&gt;location / {&lt;BR /&gt;proxy_pass http://sandbox-hdp:9090;&lt;BR /&gt;}&lt;BR /&gt;}&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;to my "HDP_3.0.1_docker-deploy-scripts_18120587fc7fb\sandbox\proxy\conf.d\http-hdp.conf" file and it started working properly. However now I have a problem when trying to change process configuration: when I click on Configure in process drop-down, I'm redirected to page with text "&lt;SPAN&gt;Please ensure the application is running and check the logs for any errors.&lt;/SPAN&gt;" In network I can see failed request to "&lt;A href="http://sandbox-hdp:9090/nifi-api/processors/23ae900c-016f-1000-ffff-ffff8d289282" target="_blank" rel="noopener"&gt;http://sandbox-hdp:9090/nifi-api/processors/23ae900c-016f-1000-ffff-ffff8d289282&lt;/A&gt;". Any ideas how it can be fixed?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Fri, 20 Dec 2019 20:54:50 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Apache-NiFi-Processor-configuration-url-issue/m-p/286116#M212229</guid>
      <dc:creator>ClouderaUser777</dc:creator>
      <dc:date>2019-12-20T20:54:50Z</dc:date>
    </item>
    <item>
      <title>Re: Apache NiFi: Processor configuration url issue</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Apache-NiFi-Processor-configuration-url-issue/m-p/286236#M212311</link>
      <description>&lt;P&gt;Please check carefully the documentation you are following. I don't think you are expected to change the deployment configuration, perhaps you need to add something on your local machine. (e.g. in /etc/hosts)&lt;/P&gt;</description>
      <pubDate>Tue, 24 Dec 2019 11:15:08 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Apache-NiFi-Processor-configuration-url-issue/m-p/286236#M212311</guid>
      <dc:creator>DennisJaheruddi</dc:creator>
      <dc:date>2019-12-24T11:15:08Z</dc:date>
    </item>
    <item>
      <title>Re: Apache NiFi: Processor configuration url issue</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Apache-NiFi-Processor-configuration-url-issue/m-p/286386#M212419</link>
      <description>&lt;P&gt;It's part of my "c:\Windows\System32\drivers\etc\hosts" file. I followed "&lt;A href="https://www.cloudera.com/tutorials/learning-the-ropes-of-the-hdp-sandbox.html#admin-password-reset" target="_blank"&gt;https://www.cloudera.com/tutorials/learning-the-ropes-of-the-hdp-sandbox.html#admin-password-reset&lt;/A&gt;" documentation:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;127.0.0.1 localhost sandbox-hdp.hortonworks.com sandbox-hdf.hortonworks.com&lt;BR /&gt;# Added by Docker Desktop&lt;BR /&gt;10.224.206.135 host.docker.internal&lt;BR /&gt;10.224.206.135 gateway.docker.internal&lt;BR /&gt;# To allow the same kube context to work on the host and the container:&lt;BR /&gt;127.0.0.1 kubernetes.docker.internal&lt;BR /&gt;# End of section&lt;/P&gt;</description>
      <pubDate>Thu, 26 Dec 2019 15:03:51 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Apache-NiFi-Processor-configuration-url-issue/m-p/286386#M212419</guid>
      <dc:creator>ClouderaUser777</dc:creator>
      <dc:date>2019-12-26T15:03:51Z</dc:date>
    </item>
    <item>
      <title>Re: Apache NiFi: Processor configuration url issue</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Apache-NiFi-Processor-configuration-url-issue/m-p/286589#M212535</link>
      <description>&lt;P&gt;I found solution to my problem:&lt;/P&gt;&lt;P&gt;Change is required to "HDP_3.0.1_docker-deploy-scripts_18120587fc7fb\assets\generate-proxy-deploy-script.sh" file. I moved:&lt;/P&gt;&lt;P&gt;[9090]=9090&lt;BR /&gt;[9091]=9091&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;from section:&lt;/P&gt;&lt;P&gt;tcpPortsHDF=(&lt;BR /&gt;[2202]=22&lt;BR /&gt;[2182]=2181&lt;BR /&gt;[4557]=4557&lt;BR /&gt;....&lt;BR /&gt;)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;to section:&lt;/P&gt;&lt;P&gt;tcpPortsHDP=(&lt;BR /&gt;[12049]=2049&lt;BR /&gt;[2201]=22&lt;BR /&gt;[2222]=22&lt;BR /&gt;[1100]=1100&lt;/P&gt;&lt;P&gt;....&lt;/P&gt;&lt;P&gt;[9090]=9090&lt;BR /&gt;[9091]=9091&lt;/P&gt;&lt;P&gt;...&lt;/P&gt;&lt;P&gt;)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Then I ran again "HDP_3.0.1_docker-deploy-scripts_18120587fc7fb\docker-deploy-hdp30.sh". Now it works.&lt;/P&gt;</description>
      <pubDate>Mon, 30 Dec 2019 15:30:28 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Apache-NiFi-Processor-configuration-url-issue/m-p/286589#M212535</guid>
      <dc:creator>ClouderaUser777</dc:creator>
      <dc:date>2019-12-30T15:30:28Z</dc:date>
    </item>
  </channel>
</rss>

