zhangheng3 commented on issue #5423:
URL: https://github.com/apache/seatunnel/issues/5423#issuecomment-1707613112
> I encountered the same problem yesterday,and there are two things worth
noting:
>
> 1. Set $SEATUNNEL_HOME to environment variable. By default, the web server
will load connector plugins from the $SEATUNNEL_HOME/connectors/seatunnel path
when it starts.
> 2. Check conf/connector-datasource-mapper.yaml. The display of your
datasources is constrained by the configuration in this file.
Thanks for your reply, But I have already set SEATUNNEL_HOME An error
occurred:
Caused by: java.lang.NoSuchMethodError:
org.apache.seatunnel.api.configuration.Options$SingleChoiceOptionBuilder.defaultValue(Ljava/lang/Object;)Lorg/apache/seatunnel/api/configuration/Option;
at
org.apache.seatunnel.connectors.seatunnel.file.config.BaseSinkConfig.<clinit>(BaseSinkConfig.java:54)
at
org.apache.seatunnel.connectors.seatunnel.file.oss.sink.OssFileSinkFactory.optionRule(OssFileSinkFactory.java:44)
at
org.apache.seatunnel.api.table.factory.FactoryUtil.sinkFullOptionRule(FactoryUtil.java:282)
at
org.apache.seatunnel.plugin.discovery.AbstractPluginDiscovery.lambda$getAllPlugin$5(AbstractPluginDiscovery.java:273)
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]