Member since
07-28-2016
37
Posts
9
Kudos Received
0
Solutions
01-06-2020
10:11 AM
What version of NiFi are you running? Our source Oracle systems will be upgrading from 12c to 19c and I want to make sure our flows will still work. I'm on NiFi 1.8.0.
... View more
03-14-2018
02:23 PM
@sbabu Copying the files to the HDP directory is not working for me. What did work was FTP'ing the 2 NiFi json files to my local computer, logging into Grafana, and importing the json files.
... View more
09-21-2017
06:43 PM
One thing you will want to change is you are missing a <space> in your curl command! You should have a space between "X-Requested-By: ambari" and -X. For example, step 7 should look like this: curl -H "X-Requested-By: ambari" -X POST -u admin:admin http://<ambari-server-hostname>:8080/api/v1/clusters/multinode-hdp -d @hostmap.json You will want to update this for all your curl examples that have this issue on any of your helpful guides!
... View more