Member since
07-19-2018
613
Posts
101
Kudos Received
117
Solutions
My Accepted Solutions
| Title | Views | Posted |
|---|---|---|
| 5686 | 01-11-2021 05:54 AM | |
| 3811 | 01-11-2021 05:52 AM | |
| 9487 | 01-08-2021 05:23 AM | |
| 9286 | 01-04-2021 04:08 AM | |
| 38601 | 12-18-2020 05:42 AM |
02-04-2020
12:28 PM
@wengelbrecht thank you that is exactly what i needed to see. I am having an issue with the parquet-hadoop-1.10 and need to get a 1.12 version working in NiFi and Hive....
... View more
02-04-2020
09:18 AM
Hi all, Above solution is failing at one scenario, Scenario: if multiple flow files processed at a time and landed in the nifi queue which is used after update query ( i.e. puthiveql which increment processed_file_cnt by one for every flow file ) processor ,then there might be chances of triggering the next flow multiple times and that is wrong. Because we do select processed_file_cnt first and then doing the comparison for processed_file_cnt with input_file_cnt.
... View more
01-29-2020
03:15 AM
Thankyou Steven 🙂
... View more
01-25-2020
06:08 AM
I’m the schema remove the second row in fields. So it’s just id1. Now do a test: use generateflowfile with the schema in contents. Then evaluatejson. In this processor click +, and make id1. The value for id1 is then $.value.id1 (this is the code to get the real value. Then route evaluatejson routes to an output port. Run. Inspect the item in the queue and confirm you see the attribute id1. This is a simple example to help you understand how json works, how to get the data from the value object, how to confirm schema is correct, and how to unit test by looking at flowfile in the queue.
... View more
01-21-2020
06:06 AM
You should be able to accept your own reply as solution marking it closed/solved. One thing I do notice, which I HIGHLY recommend against is using "localhost"...
... View more
01-15-2020
12:58 AM
Thank you for your amazing advice and your support is highly appreciated.
... View more
01-12-2020
05:46 PM
Thanks Steven, I removed the hostname and it started working after I set hostname box empty.
... View more
01-10-2020
05:05 AM
Ahh I did not pay attention to that in the original screen shot, just tried to offer the syntax for the json parsing. Glad you got it to work! Isn't learning NiFi fun? I love it.
... View more
01-06-2020
04:48 AM
Nice one!! Always restart Ambari after any Ambari-server setup commands. Very glad to see you got it!
... View more
01-04-2020
08:36 AM
In working with some advanced features (enable/disable compatibility) I was able to find the Swagger API link for my Schema Registry. The link should look like: http://hdf.cloudera.com:7788/swagger/#/ Simply add /swagger/ after your Schema UI port and it will take you there.
... View more