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
03-14-2018
01:07 PM
Got it, thanks!
... View more
03-14-2018
11:31 AM
I am going to be using RAW for my NiFi RPG. I have set up 'nifi.remote.input.socket.port' to be port 8022. Now when I am adding the RPG to the canvas, in the URL field do I still put in my NiFI UI port (https://example.com:9091/nifi/) or do I put in the new RAW port (https://example.com:8022)? I tried testing it and it's only working with https://example.com:9091/nifi/ and I wasn't sure if that is how it is meant to work or if I have some configuration wrong. Thanks, Chad
... View more
Labels:
- Labels:
-
Apache NiFi
03-07-2018
12:46 PM
Hi @Pierre Villard, Thanks for the help! '{{nifi_node_host}}' worked for getting RAW to work. As far as choosing HTTP or RAW, I was reading some posts by @Matt Clarke and was choosing RAW based on the following comments by him: When using the RAW format (Socket based transfer), the "nifi.remote.input.host" and "nifi.remote.input.socket.port" configured values from each of the target NiFi instances are used by the NiFi client as the destination for sending FlowFiles. When using the HTTP format, the "nifi.remote.input.host" and the "nifi.web.http.port" or "nifi.web.https.port" configured values from each of the target NiFi instances are used by the NiFi client as the destination for sending FlowFiles. Advantage of RAW format is that their is a dedicated port for all S2S transfers, so under high load it affect on the NiFi HTTP interface is minimal. Advantage of HTTP, you do not need to open an additional S2S port since teh same HTTP/HTTPS port is used to transfer FlowFile. Having a separate port from the UI seemed like a good idea to me, especially in a production environment. Could you add on to what Matt has stated to any other advantages/disadvantages of using either RAW or HTTP?
... View more
03-06-2018
08:14 PM
I am using Ambari to set up NiFi S2S to use with RPGs, and I have a question about the config 'nifi.remote.input.host'. I have a loadbalancer (HAProxy) in front of my 2 NiFi UI's to load balance the access to the UI's (for port 9091 since SSL is enabled). Am I better to use that host in the 'nifi.remote.input.host' config, or should I be creating separate NiFi config groups per NiFi node and putting in each NiFi host into that config?
... View more
Labels:
- Labels:
-
Apache NiFi
-
Cloudera DataFlow (CDF)
11-15-2017
07:41 PM
2 Kudos
@Benjamin Hopp Interesting. I performed several restarts and kept receiving the error "Unable to obtain password from user". I then decided to perform a full stop, wait a couple minutes, then start (I have 2 NiFi nodes) and now its working. Very strange...
... View more
11-15-2017
06:07 PM
@Benjamin Hopp Did you get this resolved? I'm facing the exact same issue as you are in this thread.
... 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
01-18-2017
02:44 PM
I am testing out Ranger column masking and it is successfully masking for HiveServer2 but not in the hive CLI. Is this the expected result or could I have something set up incorrectly?
... View more
Labels:
- Labels:
-
Apache Hive
-
Apache Ranger