Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Bug] [Module Name] Bug title配置mongodb的数据源、用spark引擎执行数据检查任务 #463

Open
2 tasks done
MangoCJ opened this issue Oct 11, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@MangoCJ
Copy link

MangoCJ commented Oct 11, 2024

Search before asking

  • I had searched in the issues and found no similar issues.

What happened

执行数据质量检查时报错如图
image

DataVines Version

branche:dev-a1e83cb

DataVines Config

---
spring:
  config:
    activate:
      on-profile: mysql
  datasource:
    driver-class-name: com.mysql.cj.jdbc.Driver
    url: jdbc:mysql://192.168.2.209:3306/datavines_195?useUnicode=true&characterEncoding=UTF-8&useSSL=false&serverTimezone=Asia/Shanghai
    username: root
    password: q1w2e3r4
  quartz:
    properties:
      org.quartz.jobStore.driverDelegateClass: org.quartz.impl.jdbcjobstore.StdJDBCDelegate

Running Command

bash datavines-daemon.sh start mysql

Error Exception

java.lang.ClassNotFoundException: Failed to find data source: mongo. Please find packages at http://spark.apache.org/third-party-projects.html

Engine Type

spark-3.5.3-bin-hadoop3

Java Version

1.8

Screenshots

Uploading image.png…

Are you willing to submit PR?

  • Yes I am willing to submit a PR!
@MangoCJ MangoCJ added the bug Something isn't working label Oct 11, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant