使用 Nifi 版本 0.5.0 并遵循此处指出的所有步骤 https://www.mail-archive.com/search?l=users@nifi.apache.org&q=subject:%22executesql%22&o=newest&f=1
我仍然收到相同的错误“org.apache.avro.SchemaParseException:空名称”
我的流量是
Generate Flow File > Fetch File -> Extract Text (here the value for the WHERE clause is exposed as a property "property1")> ExecuteSQL (Oracle DB) -> PutFile (results of the query)
查询在 Oracle DB 中执行良好
SELECT field1
FROM table
WHERE field1= '${property1}'
我遇到了死胡同,任何帮助将不胜感激