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/07/22 08:11:30 UTC

[GitHub] [dolphinscheduler] Chris-Arith opened a new issue, #11110: [Bug] [Data Quality] Data Quality Oracle can't find driver class

Chris-Arith opened a new issue, #11110:
URL: https://github.com/apache/dolphinscheduler/issues/11110

   ### 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
   
   At the begining, we put `ojdbc6-11.2.0.1.0.jar` into the api-server and worker-server's libs, and the data quality workflow can't find the tables in oracle, errors as below
   #### website error
   ![image](https://user-images.githubusercontent.com/48941586/180392613-f802f7d2-a484-4087-ba63-0b8f341e9a9e.png)
   #### console error
   ![image](https://user-images.githubusercontent.com/48941586/180393082-11b7b936-1330-4e8b-95af-d2cc33399be1.png)
   
   then we found that it is because the driver's version is too low, oracle drivers below ojdbc8 doesn't have the `getSchema()` method.
   After we changed the dirver to `ojdbc8-19.7.0.0` this problem solved.
   
   However, another problem arised when we actually run the data quality workflow, it couldn't find the oracle driver class, errors as below
   #### couldn't find driver class
   ![image](https://user-images.githubusercontent.com/48941586/180394152-c1975771-65c9-42ab-a4da-ff7c9c58df84.png)
   
   we are sure that worker servers have oracle driver.
   
   Thanks for your kindly help!
   
   ### What you expected to happen
   
   the workflow could run properly
   
   ### How to reproduce
   
   as I describled
   
   ### Anything else
   
   nil
   
   ### Version
   
   3.0.0-beta-2
   
   ### 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.apache.org

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


[GitHub] [dolphinscheduler] github-actions[bot] commented on issue #11110: [Bug] [Data Quality] Data Quality Oracle can't find driver class

Posted by GitBox <gi...@apache.org>.
github-actions[bot] commented on issue #11110:
URL: https://github.com/apache/dolphinscheduler/issues/11110#issuecomment-1192342804

   Thank you for your feedback, we have received your issue, Please wait patiently for a reply.
   * In order for us to understand your request as soon as possible, please provide detailed information、version or pictures.
   * If you haven't received a reply for a long time, you can [join our slack](https://s.apache.org/dolphinscheduler-slack) and send your question to channel `#troubleshooting`


-- 
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


[GitHub] [dolphinscheduler] hstdream commented on issue #11110: [Bug] [Data Quality] Data Quality Oracle can't find driver class

Posted by GitBox <gi...@apache.org>.
hstdream commented on issue #11110:
URL: https://github.com/apache/dolphinscheduler/issues/11110#issuecomment-1198786725

   Here, you need to put 'ojdbc6-11.2.0.1.0.jar' under spark/jars.


-- 
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


[GitHub] [dolphinscheduler] Chris-Arith closed issue #11110: [Bug] [Data Quality] Data Quality Oracle can't find driver class

Posted by GitBox <gi...@apache.org>.
Chris-Arith closed issue #11110: [Bug] [Data Quality] Data Quality Oracle can't find driver class
URL: https://github.com/apache/dolphinscheduler/issues/11110


-- 
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


[GitHub] [dolphinscheduler] hstdream commented on issue #11110: [Bug] [Data Quality] Data Quality Oracle can't find driver class

Posted by GitBox <gi...@apache.org>.
hstdream commented on issue #11110:
URL: https://github.com/apache/dolphinscheduler/issues/11110#issuecomment-1198787020

   Here, you need to put 'ojdbc8-19.7.0.0' under spark/jars.


-- 
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


[GitHub] [dolphinscheduler] Chris-Arith commented on issue #11110: [Bug] [Data Quality] Data Quality Oracle can't find driver class

Posted by GitBox <gi...@apache.org>.
Chris-Arith commented on issue #11110:
URL: https://github.com/apache/dolphinscheduler/issues/11110#issuecomment-1207550685

   > Here, you need to put 'ojdbc8-19.7.0.0' under spark/jars.
   
   It works, thanks!


-- 
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