Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
刚开始使用 Apache Nifi。我正在尝试从 oracle 获取数据并将其放在 HDFS 中,然后在其上构建一个外部配置单元表。问题是 ExecuteSQL 处理器以 avro 格式返回数据。无论如何我可以以可读格式获取这些数据吗?
apache nifi 还有一个“ConvertAvroToJSON”处理器。这可能会帮助您将其转换为可读格式。我们还真的需要让我们的内容查看器能够很好地呈现 avro 数据,这也会有所帮助。
谢谢乔