2
隨着Nifi版本0.5.0及以下所有步驟在這裏指出 https://www.mail-archive.com/[email protected]&q=subject:%22executesql%22&o=newest&f=1阿帕奇Nifi - 版本0.5.0 - 的ExecuteSQL - org.apache.avro.SchemaParseException:空的名字
我仍然得到同樣的錯誤「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數據庫
0123執行罰款SELECT field1
FROM table
WHERE field1= '${property1}'
我打死角,任何幫助將不勝感激
謝謝馬特!這有幫助,我會嘗試下載0.4.1並進行雙重檢查 –