Member since
07-08-2016
260
Posts
44
Kudos Received
10
Solutions
My Accepted Solutions
Title | Views | Posted |
---|---|---|
2418 | 05-02-2018 06:03 PM | |
4874 | 10-18-2017 04:02 PM | |
1570 | 08-25-2017 08:59 PM | |
2143 | 07-21-2017 08:13 PM | |
8610 | 04-06-2017 09:54 PM |
07-17-2018
06:09 PM
any input from the experts.??
... View more
07-16-2018
08:47 PM
Hi, Our OU in the LDAP connection has changed and we are getting invalid ID,PWD errors when trying to log in to NiFi, I think this is expected. But if i change the old ou=Users and Groups,ou=EU,ou=same,ou=Organizations,dc=comp,dc=com to new ou=Users and Groups,ou=USA,ou=same,ou=Organizations,dc=comp,dc=com do i need to restart nifi.?? is there a way that this could be avoided .?? that is instead of giving the whole string can i just give the top level ou like ou=Users and Groups Regards, Sai
... View more
Labels:
- Labels:
-
Apache NiFi
07-03-2018
09:21 PM
@Matt Burgess, hum , why wouldnt it work for me..i am running on windows..but that shouldnt stop it right.?? Regards, Sai
... View more
07-02-2018
08:11 PM
@Matt Burgess is this what you are referring to.? this is giving filename2 as empty string.
... View more
07-02-2018
07:38 PM
Hi , i have a JSON file like below. currently i am using EvaluateJSONPath to get the filename and unique-id and updateattribute to concatenate those 2 into one filename using ${filename:append('_'):append(${unique-id})} can i do that in EvaluateJSONPath only.? basically i want to avoid 2nd processor if it can be done. Regards, Sai
... View more
Labels:
- Labels:
-
Apache NiFi
07-02-2018
07:25 PM
Hi, Is there anyway that we can run Remote Processor Group with multi threading (concurrent tasks) in NiFi Site-2-Site.? Regards, Sai
... View more
Labels:
- Labels:
-
Apache NiFi
06-19-2018
05:04 PM
1 Kudo
@Matt Burgess, if we follow your approach , we can then use INSERT INTO SELECT to load from Avro table to ORC table.? reason being in some cases like ACID in Hive only works in ORC format.
... View more
06-11-2018
09:04 PM
@Matt Burgess , i think i will try to do this as suggested by Bryan some where else.. You can use MergeContent and set the Delimiter Strategy to "Text" and then enter [ , ] for the header, demarcator, and footer respectively...i think it should work.
... View more
06-11-2018
08:55 PM
Hi @Matt Burgess, I have another challenge that i need to merge these smaller JSON files in to 1 file. lets say i need to merge 1000 files that i get from above JOLT in to one single json file and load in to HDFS. how can i do that as the input files will be combined one after other using the MergeContent processor and the resulting file wont be a valid one. any idea how to solve this.? Regards, Sai
... View more