You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@inlong.apache.org by GitBox <gi...@apache.org> on 2021/07/28 12:03:11 UTC

[GitHub] [incubator-inlong] dockerzhang opened a new issue #1030: [INLONG-441] An error occurred when using the Tubemq class to create a sink table

dockerzhang opened a new issue #1030:
URL: https://github.com/apache/incubator-inlong/issues/1030


   <p>model:</p>
   
   <p>tubemq-connector-flink</p>
   
   <p>code:</p>
   
   <p>Tubemq tubemq = new Tubemq().master(masterAddress).topic(topic).property("some key", "some value");<br/>
    ConnectTableDescriptor ctd = tabEnv.connect(tubemq).inAppendMode().withFormat(format).withSchema(schema);</p>
   
   <p>TableSink tableSink = TableFactoryService.find(TableSinkFactory.class, ctd.toProperties()).createTableSink(ctd.toProperties());</p>
   
   <p>error message:</p>
   
   <p>Caused by: org.apache.flink.table.api.ValidationException: Could not find required property 'connector.group'. at org.apache.flink.table.descriptors.DescriptorProperties.validateOptional(DescriptorProperties.java:1353) at org.apache.flink.table.descriptors.DescriptorProperties.validateString(DescriptorProperties.java:780) at org.apache.flink.connectors.tubemq.TubemqValidator.validate(TubemqValidator.java:73) at org.apache.flink.connectors.tubemq.TubemqTableSourceSinkFactory.validateProperties(TubemqTableSourceSinkFactory.java:222) at org.apache.flink.connectors.tubemq.TubemqTableSourceSinkFactory.createStreamTableSink(TubemqTableSourceSinkFactory.java:185)</p>
   
   <p>cause analysis:</p>
   
   <p>due to parameter verification.</p>
   <i>JIRA link - <a href="https://issues.apache.org/jira/browse/INLONG-441">[INLONG-441]</a> created by leno</i>


-- 
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: dev-unsubscribe@inlong.apache.org

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



[GitHub] [incubator-inlong] dockerzhang closed issue #1030: [INLONG-441] An error occurred when using the Tubemq class to create a sink table

Posted by GitBox <gi...@apache.org>.
dockerzhang closed issue #1030:
URL: https://github.com/apache/incubator-inlong/issues/1030


   


-- 
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: dev-unsubscribe@inlong.apache.org

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