Coder Social home page Coder Social logo

Comments (1)

itinycheng avatar itinycheng commented on July 19, 2024

1.报错Unable to create a sink for writing table 'default_catalog.default_database.ck'
2.报错java.lang.NoSuchMethodError: org.apache.flink.table.factories.DynamicTableFactory$Context.getCatalogTable()Lorg/apache/flink/table/catalog/CatalogTable;
3.maven无法拉取,改为手动下载1.12版本
4.flink版本为1.13.6

ck配置为:
'connector'='clickhouse'
'database-name'='XX'
'sink.batch-size'='500'
'sink.flush-interval'='1000'
'sink.max-retries'='3'
'table-name'='ck'
'url'='clickhouse://XX:9876'

希望得到帮助

您好,

报错1应该是报错2引起的;

报错2好像是flink版本和connector版本不兼容导致的,当前项目有多个分支,如果你flink版本是1.13,请切换当前项目到release-1.13分支编译使用;

私人项目没maven公共仓账户,你自己可以mvn clean install -DskipTests 安装本地仓使用;

另外,可以先好好看下readme;

from flink-connector-clickhouse.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.