wgzhao commented on issue #3037:
URL:
https://github.com/apache/incubator-opendal/issues/3037#issuecomment-1715637134
I also try to test `redis`, `sftp` Operator, they both got the following
error:
```
Exception in thread "main" org.apache.opendal.OpenDALException: Unsupported
(permanent) at , context: { scheme: redis } => scheme is not enabled or
supported
at org.apache.opendal.BlockingOperator.constructor(Native Method)
at org.apache.opendal.BlockingOperator.<init>(BlockingOperator.java:41)
at
com.wgzhao.addax.plugin.writer.txtfilewriter.OpendalUtil.main(OpendalUtil.java:71)
```
I also use `Redis`, `REDIS`, `sftp`, `Sftp` as the operator scheme.
Is there something wrong with the code I wrote or is there a problem with
the Java binding itself at the current?
--
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]