2

使用 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}'

我遇到了死胡同,任何帮助将不胜感激

4

1 回答 1

0

这是 0.5.x 中的一个错误,是 0.4.x 的回归。它在https://issues.apache.org/jira/browse/NIFI-1596中捕获,并已针对即将发布的 0.6.0 版本进行了修复。

于 2016-03-08T03:45:15.217 回答