Re: NiFi 2.0.0-M2

2024-03-06 Thread Russell Bateman
Don't know if this is relevant let along helpful, but we were on CentOS for many years and, when it died, we moved to Alma. Best of luck to you, Russ On 3/5/24 07:56, Marton Szasz wrote: CentOS 7 is a very old distribution, so you may run into issues, but in theory, if you can install Java

Re: QueryRecord processor fails with use of CONTAINS_SUBSTR

2024-03-06 Thread Pierre Villard
Hi Dan, As you can see on the doc there is a 'b' next to CONTAINS_SUBSTR and the documentation explains its meaning: The ‘C’ (compatibility) column contains value: > ‘*’ for all libraries, > ‘b’ for Google BigQuery (‘fun=bigquery’ in the connect string), > ‘c’ for Apache Calcite (‘fun=calcite’

QueryRecord processor fails with use of CONTAINS_SUBSTR

2024-03-06 Thread Dan S
I am trying to use the QueryRecord processor with a SQL statement similar to: SELECT mi FROM FLOWFILE WHERE CONTAIN_SUBSTR(somedetails, 'Fred') which fails with the following error message in the logs: Caused by org.apache.calcite.runtime.CalciteContextException: From column 31 to line 1, column

Re: [DISCUSS] New schema repository idea (with proof of concept)

2024-03-06 Thread David Handermann
Mike, Thanks for raising this question, and providing the example repository. Although it sounds like a POJO-based repository could be useful in some cases, it does not seem like something that should be included for community support. Part of the value of a Schema Registry is a shared location

RE: Nifi flow json to MiNifi flow json 2.0.0.M2 NIFI-12644

2024-03-06 Thread Premarajan, Ajay
Hi Team, The nifi flow files when downloaded does not contain sensitive property information. https://issues.apache.org/jira/browse/NIFI-12644 was addressed to convert nifi flow json to Minifi flow json. Since the sensitive properties are not present in the nifi flow files, we have to add it