Member since
03-10-2017
155
Posts
79
Kudos Received
32
Solutions
My Accepted Solutions
Title | Views | Posted |
---|---|---|
310 | 08-12-2024 08:42 AM | |
797 | 05-30-2024 04:11 AM | |
1248 | 05-29-2024 06:58 AM | |
738 | 05-16-2024 05:05 AM | |
602 | 04-23-2024 01:46 AM |
03-10-2023
06:00 AM
3 Kudos
Found it , So you are using this https://github.com/frank-dkvan/nifi-file-identity-provider-bundle which is a custom identity provider, and that is the reason it is not working if you upgrade the cluster. I would advise rework on you requirement related to how you would like to get Authenticated and Authorized in NiFi and I would suggest using the default ones which come from NiFi. Thank you
... View more
03-10-2023
12:38 AM
2 Kudos
By default, there is no such provider name "file-identity-provider" with calsscom.batchiq.nifi.authentication.file.FileIdentityProvider. nifi.security.user.login.identity.provider was always ldap or kerberos but from Apache nifi 1.14 , SingleUserLoginIdentityProvider is added as by default login.identity.provider. Running NiFi with standard HTTP is basically an anonymous remote code execution platform. Single User mode is added f puts a lock on the door, which offers basic protection. This is applicable to both Apache NiFI and Cloudera CFM NiFi Versions.
... View more
03-09-2023
12:53 AM
2 Kudos
Is NiFi is secure? The latest error to do with how you want to setup Authentication in NiFi and I guess the current setting is not known to nifi , Please check what is set for property value in nifi properties file nifi.security.user.login.identity.provider It should be , ldap-provider or kerberos-provider Pleaser refer https://nifi.apache.org/docs/nifi-docs/html/administration-guide.html#user_authentication Thank you
... View more
02-28-2023
05:47 AM
1 Kudo
Thank you for the updated information. So if you are not listing from each and every sub dir under root dir then you can use a regex pattern that just satisfies directory of your interest, Property Direceoty supports expression language. Thank you
... View more
02-28-2023
04:07 AM
1 Kudo
It seems the same question discussed at https://community.cloudera.com/t5/Support-Questions/Passing-list-of-directories-to-ListHdfs-Processor/td-p/364798 To address the limited number of tables is to limit the number of files in HDFS terms, Listing strategy can only be controlled by File Filter and file-filter-mode on what can be listed. The Listting processing has a two-step -->What to list " controlled by the filter " -->From Whereto list "where in your case looks like sub directory under root has a widespread and number of nested sub dirs are huge where the processor is spending time on recursive searching. If you found this response assisted with your issue, please take a moment to login and click on "Accept as Solution" below this post. Thank you, Chandan
... View more
02-28-2023
03:58 AM
From provided details, It's not clear how the subdirectory structure looks immediately after root directory. The approach could be using multiple ListHDFS configured with an immediate subdirectory of root with recursive subdirectories as true. The flow will look like a Multiple of ListHDFS (Primary )--->All connected to one FetchHDFS (All Nodes ) ith LB at connection. If you found this response assisted with your issue, please take a moment to login and click on "Accept as Solution" below this post. Thank you, Chandan
... View more
01-18-2023
01:26 AM
@jacektrocinski Yes, Sir, you are right, I put more focus on read attribute section of the document which has none but missed seeing Additional details. Kudos!!
... View more
01-17-2023
05:58 AM
ConnectWebSocket does not read any details from Flow file attribute from an incoming flow file. If you are a Cloudera customer, feel free to file a support ticket with us, we should be able to help you on this with a longer engagement. Thank you
... View more
01-17-2023
04:04 AM
Ah my bad, for the WebSocket end point did you try ConnectWebSocket ?
... View more
01-17-2023
03:01 AM
You can use InvokeHTTP processor wich provide options to handle Header Thank you
... View more