最新消息:雨落星辰是一个专注网站SEO优化、网站SEO诊断、搜索引擎研究、网络营销推广、网站策划运营及站长类的自媒体原创博客

Issue with JDBC Data Retrieval in Apache NiFi 2.0.0-M4 Using SqreamDB - Stack Overflow

programmeradmin1浏览0评论

I am experiencing an issue while using Apache NiFi 2.0.0-M4 with SqreamDB. Although the JDBC connection is successfully established and verified, executing a simple query (SELECT 1 AS test) results in the message:

contains 1 records; transferring to 'success'

without retrieving any actual data. Additionally, the ExecuteSQL processor remains active and does not complete, preventing the FlowFile from moving to the 'success' relationship.

Environment Details:

  • NiFi Version: 2.0.0-M4
  • JDBC Driver Version: sqream-jdbc-5.3.1.jar
  • Operating System: Oracle Linux 7.9
  • JDBC Connection String:
    jdbc:Sqream://[IP]:[Port]/nbdata;cluster=true;service=user_svc;fetchSize=1;

Steps Taken:

  1. Verified JDBC connection successfully.
  2. Executed SELECT 1 AS test query.
  3. Observed contains 1 records; transferring to 'success' without data retrieval.
  4. ExecuteSQL processor remains active and does not complete.
  5. Attempted changing fetchSize to 100 with no resolution.
  6. Checked NiFi logs for errors, but found none related to this issue.
发布评论

评论列表(0)

  1. 暂无评论