简体   繁体   English

Apache Nifi - ConvertJSONtoSQL 处理器

[英]Apache Nifi - ConvertJSONtoSQL processor

I installed everything on Windows:我在 Windows 上安装了所有东西:

1- MySQL
2- Apache Nifi

My flow goes fine until it reaches the ConvertJSONtoSQL process attached error.我的流程一直很好,直到它到达ConvertJSONtoSQL过程附加错误。

The purpose of the flow is:流程的目的是:

  • Get a .csv file获取.csv文件
  • Convert it to JSON format将其转换为 JSON 格式
  • Convert JSON to SQL将 JSON 转换为 SQL
  • Dump the result to a table将结果转储到表中

The illustration of the current flow:电流示意图:

在此处输入图像描述

Sorry, the question was why it shows me that warn.抱歉,问题是为什么它向我显示警告。 But yesterday, after a while, I figured out that was because I have to insert a username and password in one of the box inside the processor.但是昨天,过了一会儿,我发现这是因为我必须在处理器内部的一个盒子中插入用户名和密码。

暂无
暂无

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 PutSQL Nifi 处理器不发送任何数据 - PutSQL Nifi processor not sending any data QueryRecord处理器在NiFi中执行聚合SQL函数 - QueryRecord processor to perform aggregate SQL function in NiFi NIFI-QueryDatabaseTable处理器。 如何查询被修改的行? - NIFI - QueryDatabaseTable processor. How to query rows which is modified? Nifi处理器CaptureChangeMySQL可以处理架构名称模式中的连字符吗? - Can Nifi processor CaptureChangeMySQL handle hyphens in schema name pattern? 在 NiFi PutDatabaseRecord 处理器中面临错误,无法创建 PoolableConnectionFactory(无法创建与数据库服务器的连接) - Facing Error In NiFi PutDatabaseRecord processor, can not create PoolableConnectionFactory( Could not create connection to database server) Apache Nifi 中用户“user”@“localhost”(使用密码:YES)的访问被拒绝 - Access denied for user 'user'@'localhost' (using password: YES) in Apache Nifi 在 Linux Z3D945423F8E9496C404FZD5 中使用 Apache NiFi 时无法连接到 MySQL 数据库 - Not able to connect to MySQL database when using Apache NiFi in Linux Ubuntu Apache Windows 机器上的 NiFi 无法连接到同一主机上的 MySQL 数据库 - Apache NiFi on Windows machine failed to connect to MySQL database on same host 如何使用CURL在Apache Nifi中将.csv文件从本地计算机(Getfile)发送到Hive(Puthiveql)? - How to send a .csv file from Local Machine(Getfile) to Hive(Puthiveql) in Apache Nifi using CURL? 使用 apache-nifi 从流文件内容中查询数据库记录以检索数据 - Querying a database record from flowfile content to retrive data using apache-nifi
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM