Member since
08-20-2020
5
Posts
0
Kudos Received
0
Solutions
09-19-2020
06:32 AM
Hi @SashankRamaraju Parameter Context Groups(PMG) have to be added manually only. But, you can have a Parameter Context Group specific to environment. I mean, for example, a PMG with name 'Env variables' (say) has DEV values in DEV environment and PROD values in PROD environment. So, you will only be selecting the PMG 'Env variables' in all the environments, but, the config(values) is specific to environment. If it is mandatory to have 3 PMGs, selecting the PMG is manual, yet, if it is ok, you can use something like below. Generate FlowFile config: Generate FlowFile config UpdateAttribute config: UpdateAttribute config Here, I am trying to evaluate #{DEV_env}. And DEV is coming from the attribute env.
... View more
09-10-2020
06:39 AM
I think the most straight forward would be to drop the infer schema into your version of NiFi. The procedure is not that hard, you just have to be surgically careful. The process is explained a bit here in reference to adding parquet jars from new version, into older version. Be sure to read all the comments: https://community.cloudera.com/t5/Support-Questions/Can-I-put-the-NiFi-1-10-Parquet-Record-Reader-in-NiFi-1-9/td-p/286465
... View more
08-25-2020
03:50 AM
Hi...extremely sorry for the comment before. i thought it should work without trying it out first. I looked at it again and it seems its not possible to do it without a script.
... View more