Member since
07-30-2019
333
Posts
357
Kudos Received
76
Solutions
My Accepted Solutions
Title | Views | Posted |
---|---|---|
10414 | 02-17-2017 10:58 PM | |
2479 | 02-16-2017 07:55 PM | |
8331 | 12-21-2016 06:24 PM | |
1900 | 12-20-2016 01:29 PM | |
1327 | 12-16-2016 01:21 PM |
05-26-2016
10:03 PM
It's just that multicast networking is usually disabled in production data centers, so your nodes won't auto-discover themselves. Instead, configure worker nodes to 'check-in' with the cluster manager by explicitly providing the FQDN there. There was no motion to remove multicast support from NiFi, however.
... View more
05-26-2016
09:34 PM
Are you trying to connect to an older MQ broker by any chance? We have successfully tested with 7.5 and 8.0 before.
... View more
05-26-2016
06:48 PM
Can you share details on how you configured the Controller Service and processors? In general you shouldn't need to use any native library.
... View more
05-24-2016
01:25 PM
Check out http://regexr.com/ CheatSheet and Examples menu item on the left.
... View more
05-24-2016
01:24 PM
+1 for the RegexR - i wrote some more complex expressions with it, it has a great interactive and visual explainer to help you out as you progress. The final expression can be copied as is from there into NiFi, no special escapes needed, etc.
... View more
05-24-2016
11:37 AM
1 Kudo
Karthik, you can read about officially supported HDP versions for HDF here: http://docs.hortonworks.com/HDPDocuments/HDF1/HDF-1.2.0.1/bk_HDF_InstallSetup/content/hdf_supported_hdp.html Having said that, it may still work for you. It's really what has been tested and certified that is listed there. If you are not interacting with HDP stack components, you may never run into an issue even. Again, just running something vs running in production.
... View more
05-23-2016
01:11 PM
1 Kudo
No scoping that I'm aware of. However, take a closer look at the returned search results structure - it often contains details on the type of the item and parent. Alternatively you can recurse from the root group and list contents instead of searching, but that requires more logic on the client side.
... View more
05-20-2016
06:53 PM
Would dropping things on the bootstrap dir ensure they are on a system classpath maybe?
... View more
05-20-2016
06:52 PM
Hi @David Cuny , I see 2 issues with what you are trying to do: TailFile currently doesn't support logs which got compressed on rollover. TailFile docs explicitly claim to not use 0 seconds as a runtime schedule due to CPU overload, change to a few seconds instead. Please see https://nifi.apache.org/docs/nifi-docs/components/org.apache.nifi.processors.standard.TailFile/index.html
... View more