使用 parquet 还需要手段添加其他相关的依赖吗?
环境和报错信息如下: Flink 版本: 1.12.2 部署方式: standalone kubernetes session 添加的相关依赖 <dependency> <groupId>org.apache.flink</groupId> <artifactId>flink-parquet_2.11</artifactId> <version>1.12.2</version> </dependency> 错误信息: Caused by: org.apache.flink.table.api.ValidationException: Could not find any format factory for identifier 'parquet' in the classpath. at org.apache.flink.table.filesystem.FileSystemTableSink.<init>(FileSystemTableSink.java:124) at org.apache.flink.table.filesystem.FileSystemTableFactory.createDynamicTableSink(FileSystemTableFactory.java:85) |
hi
可以参考下这篇文章: https://mp.weixin.qq.com/s/HqXaREr_NZbZ8lgu_yi7yA ----- Best Wishes JasonLee -- Sent from: http://apache-flink.147419.n8.nabble.com/
Best Wishes
JasonLee |
按这篇说明 https://ci.apache.org/projects/flink/flink-docs-release-1.12/dev/table/connectors/formats/parquet.html 添加的依赖,
是需要把 flink-parquet_2.11 文件手动添加到 lib 目录才可以的吗? ------------------ 原始邮件 ------------------ 发件人: "user-zh" <[hidden email]>; 发送时间: 2021年4月4日(星期天) 下午4:08 收件人: "user-zh"<[hidden email]>; 主题: Re: Flink 1.12.2 sql api 使用parquet格式报错 hi 可以参考下这篇文章: https://mp.weixin.qq.com/s/HqXaREr_NZbZ8lgu_yi7yA ----- Best Wishes JasonLee -- Sent from: http://apache-flink.147419.n8.nabble.com/ |
加下测试看看,你这很明显没找到包
---原始邮件--- 发件人: "user-zh-return-12015-861277329=qq.com"<user-zh-return-12015-861277329=[hidden email]> 发送时间: 2021年4月6日(周二) 下午4:11 收件人: "user-zh"<[hidden email]>; 主题: 回复: Flink 1.12.2 sql api 使用parquet格式报错 按这篇说明&nbsp;https://ci.apache.org/projects/flink/flink-docs-release-1.12/dev/table/connectors/formats/parquet.html 添加的依赖, 是需要把&nbsp;flink-parquet_2.11 文件手动添加到 lib 目录才可以的吗? ------------------&nbsp;原始邮件&nbsp;------------------ 发件人: "user-zh" <[hidden email]&gt;; 发送时间:&nbsp;2021年4月4日(星期天) 下午4:08 收件人:&nbsp;"user-zh"<[hidden email]&gt;; 主题:&nbsp;Re: Flink 1.12.2 sql api 使用parquet格式报错 hi 可以参考下这篇文章: https://mp.weixin.qq.com/s/HqXaREr_NZbZ8lgu_yi7yA ----- Best Wishes JasonLee -- Sent from: http://apache-flink.147419.n8.nabble.com/ |
Free forum by Nabble | Edit this page |