Member since
12-12-2017
7
Posts
0
Kudos Received
0
Solutions
07-23-2021
11:14 AM
I'm still working around this one using the variable registry. My use case seems fairly common- our docker compose file uses the environment stanza to pass environment-specific values into the NiFi container for use by various processors. e.g. things like S3 key/secret. I need to inject this information into the value of my context params. Or, find some other way to easily set the value of the context params from my docker-compose. I believe the NiFi toolkit can update the value of the context params but to fully automate this would require additional moving parts. Anyone have a suggestion on how to accomplish this?
... View more
08-14-2020
03:43 PM
I am working with context params now since most all sources are saying they are a better choice than variables. However I'm not finding how I can set the context param values from anywhere other than the UI? I need to be able to pass env values from my docker-compose file and ultimately have them end up as the value of a context param. (This worked for variables.) Context params don't seem to support EL so I can't pull outside values into the context param that way. Any ideas?
... View more
Labels:
- Labels:
-
Apache NiFi
12-06-2018
02:11 AM
I am developing a AWS Translate processor (which I hope to contribute back) but I am getting the same error. It is a relatively simple subclass of AbstractAWSCredentialsProviderProcessor. Looks like I'll be digging deeper but in the meantime I'm curious if anyone has made progress on debugging this?
... View more
12-12-2017
05:34 PM
Hi, just starting off with NiFi. I am impressed with the orchestration capabilities and am now considering how to best handle the "T" in ETL. Ultimately I need to support hundreds of different formats of structured data, typically transforming into one or two target formats. Often these formats have hundreds of fields and significant munging is required to reach the target format. External enrichment might be required (NER, geocoding, you name it.) My thought right now is that I'll need a NiFi processor that handles translations using some external capability. Either my team can build this definition-driven translation engine and make it available to NiFi via a processor.... OR, has anyone here ever successfully integrated some other ETL tool? Open source and even commercial seems to have extraction and loading covered but I've not yet run into a great tool that specializes in allowing a data guru to create deep schema transformation definitions that can be executed at run time. The idea is roughly like XSLT in raw spirit but more more extensive in transformation capabilities.... would love to hear your recommendations if you have any.
... View more
Labels:
- Labels:
-
Apache NiFi