Git Product home page Git Product logo

Comments (4)

jeff-zou avatar jeff-zou commented on July 28, 2024

from flink-connector-redis.

gaoyan1998 avatar gaoyan1998 commented on July 28, 2024

没有将jar包引入项目 gaoyan @.> 于2023年5月8日周一 18:36写道:

用的是flink-connector-redis-1.2.7-jar-with-dependencies.jar flink1.15 sql: create table sink_redis(user_key VARCHAR, field VARCHAR, inform VARCHAR) with ( 'connector' = 'redis', 'host' = 'xxxx', 'port' = 'xxxx', 'password' = 'xxx', 'database' = '8', 'ttl' = '86400', --sink时key过期时间(秒) 'command' = 'hset' ); 报错: Caused by: java.lang.RuntimeException: no match redis at org.apache.flink.streaming.connectors.redis.common.hanlder.RedisHandlerServices.filterByContext(RedisHandlerServices.java:166) at org.apache.flink.streaming.connectors.redis.common.hanlder.RedisHandlerServices.filter(RedisHandlerServices.java:90) at org.apache.flink.streaming.connectors.redis.common.hanlder.RedisHandlerServices.findSingRedisHandler(RedisHandlerServices.java:76) at org.apache.flink.streaming.connectors.redis.common.hanlder.RedisHandlerServices.findRedisHandler(RedisHandlerServices.java:58) at org.apache.flink.streaming.connectors.redis.table.RedisDynamicTableSink.(RedisDynamicTableSink.java:42) at org.apache.flink.streaming.connectors.redis.table.RedisDynamicTableFactory.createDynamicTableSink(RedisDynamicTableFactory.java:65) at org.apache.flink.table.factories.FactoryUtil.createDynamicTableSink(FactoryUtil.java:259) — Reply to this email directly, view it on GitHub <#38>, or unsubscribe https://github.com/notifications/unsubscribe-auth/AFNV7R73QRPOI7ERM5EMGVLXFDECHANCNFSM6AAAAAAXZYI7JQ . You are receiving this because you are subscribed to this thread.Message ID: @.
>

那个jar包,flink-connector-redis-1.2.7-jar-with-dependencies.jar不应该是包含了依赖的吗

from flink-connector-redis.

jeff-zou avatar jeff-zou commented on July 28, 2024

是你项目没引入这个包

from flink-connector-redis.

gaoyan1998 avatar gaoyan1998 commented on July 28, 2024

昂昂,我理解你的意思了,感谢感谢,我试试

from flink-connector-redis.

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.