Member since
12-20-2019
3
Posts
0
Kudos Received
1
Solution
My Accepted Solutions
Title | Views | Posted |
---|---|---|
1777 | 12-30-2019 07:30 AM |
12-30-2019
07:30 AM
I found solution to my problem: Change is required to "HDP_3.0.1_docker-deploy-scripts_18120587fc7fb\assets\generate-proxy-deploy-script.sh" file. I moved: [9090]=9090 [9091]=9091 from section: tcpPortsHDF=( [2202]=22 [2182]=2181 [4557]=4557 .... ) to section: tcpPortsHDP=( [12049]=2049 [2201]=22 [2222]=22 [1100]=1100 .... [9090]=9090 [9091]=9091 ... ) Then I ran again "HDP_3.0.1_docker-deploy-scripts_18120587fc7fb\docker-deploy-hdp30.sh". Now it works.
... View more
12-26-2019
07:03 AM
It's part of my "c:\Windows\System32\drivers\etc\hosts" file. I followed "https://www.cloudera.com/tutorials/learning-the-ropes-of-the-hdp-sandbox.html#admin-password-reset" documentation: 127.0.0.1 localhost sandbox-hdp.hortonworks.com sandbox-hdf.hortonworks.com # Added by Docker Desktop 10.224.206.135 host.docker.internal 10.224.206.135 gateway.docker.internal # To allow the same kube context to work on the host and the container: 127.0.0.1 kubernetes.docker.internal # End of section
... View more
12-20-2019
12:28 PM
Hi I've installed Apache NiFi through Apache Ambari on my HDP: Stack and Versions->Stack->Install... All configuration while installation I left to defaults. Installation was successful, however I was not able to access "http://sandbox-hdp.hortonworks.com:9090/nifi" out of box. So I added: server { listen 9090; server_name sandbox-hdp.hortonworks.com; location / { proxy_pass http://sandbox-hdp:9090; } } 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 "Please ensure the application is running and check the logs for any errors." In network I can see failed request to "http://sandbox-hdp:9090/nifi-api/processors/23ae900c-016f-1000-ffff-ffff8d289282". Any ideas how it can be fixed? Thanks
... View more
Labels:
- Labels:
-
Apache NiFi