You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@dolphinscheduler.apache.org by GitBox <gi...@apache.org> on 2022/11/28 08:07:43 UTC

[GitHub] [dolphinscheduler] github-actions[bot] commented on issue #13024: [Bug] [Athena Datasource] datasource other params illegal

github-actions[bot] commented on issue #13024:
URL: https://github.com/apache/dolphinscheduler/issues/13024#issuecomment-1328687264

   ### Search before asking
   
   - [X] I had searched in the [issues](https://github.com/apache/dolphinscheduler/issues?q=is%3Aissue) and found no similar issues.
   
   
   ### What happened
   
   error log
   ```
   [ERROR] 2022-11-28 07:37:52.705 +0000 org.apache.dolphinscheduler.api.exceptions.ApiExceptionHandler:[53] - 建立数据源连接失败
   java.lang.IllegalArgumentException: datasource other params illegal
           at org.apache.dolphinscheduler.plugin.datasource.api.datasource.AbstractDataSourceProcessor.checkOther(AbstractDataSourceProcessor.java:89)
           at org.apache.dolphinscheduler.plugin.datasource.api.datasource.AbstractDataSourceProcessor.checkDatasourceParam(AbstractDataSourceProcessor.java:50)
           at org.apache.dolphinscheduler.plugin.datasource.api.utils.DataSourceUtils.checkDatasourceParam(DataSourceUtils.java:47)
           at org.apache.dolphinscheduler.api.controller.DataSourceController.connectDataSource(DataSourceController.java:218)
           at org.apache.dolphinscheduler.api.controller.DataSourceController$$FastClassBySpringCGLIB$$835fdd04.invoke(<generated>)
           at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
   
   ```
   
   
   ![00](https://user-images.githubusercontent.com/1808782/204225330-ec47556d-5dc3-46d5-9159-3312399f7b37.png)
   
   
   
   
   ### What you expected to happen
   
   Add athena  datasource  normally  
   
   ### How to reproduce
   
   when  add athena datasource .
   set other jdbc params.
   ```
   {"s3_staging_dir":"s3://aws-athena-results-ap-south-1/all-logs"}
   ```
   
   
   ### Anything else
   
   _No response_
   
   ### Version
   
   3.1.x
   
   ### Are you willing to submit PR?
   
   - [ ] Yes I am willing to submit a PR!
   
   ### Code of Conduct
   
   - [X] I agree to follow this project's [Code of Conduct](https://www.apache.org/foundation/policies/conduct)


-- 
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: commits-unsubscribe@dolphinscheduler.apache.org

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