You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by "cy258 (via GitHub)" <gi...@apache.org> on 2024/03/19 03:13:02 UTC

Re: [PR] [FLINK-20291][table][filesystem] Optimize the exception message of FileSystemTableSink when missing format dependencies [flink]

cy258 commented on PR #14198:
URL: https://github.com/apache/flink/pull/14198#issuecomment-2005675380

   source  sink  select 在flink客户端可以正常运行 使用java代码运行报错:Exception in thread "main" org.apache.flink.table.api.ValidationException: Unable to create a sink for writing table 'default_catalog.default_database.sink'.
   
   Table options are:
   
   'connector'='kafka'
   'fields-include'='ALL'
   'format'='json'
   'properties.bootstrap.servers'='192.168.10.31:9092,192.168.10.32:9092'
   'properties.max.block.ms'='60000'
   'properties.request.timeout.ms'='30000'
   'topic'='thirdDataTest'
   怎么解决呀


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscribe@flink.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org