-
Notifications
You must be signed in to change notification settings - Fork 134
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
[Question]: Why after running Spark task, there is no change of the database? (both on postgresql and mysql) #216
Comments
I want to add that now I fill all the table in mysql database(except blocklist), but the webpage still has no data.
Addtionally, I try the url http://192.****:7075/compass/api/v1/report/projects and the right response, which means there is no error in the mysql connection. But the table of database dolphinscheduler is empty, does this lead to the empty webpage? |
@huanghuihui0904 Check whether the canal dependency package has been downloaded? |
@huanghuihui0904 Part of the data of webpage comes from mysql, and part of it comes from elasticsearch/opensearch. |
@huanghuihui0904 You need to run all modules successfully and run spark tasks in dolphinscheduler so that task-portal can display data. |
But my opensearch can work well as I can open the web and see the data.
|
Do you mean the dolphinscheduler database? As I just fill the data in the compass database. |
the |
Contact Details
[email protected]
What would you like to ask or discuss?
After I ran the Spark task by the instructions you provide, there is no change of the database. Can you tell me how to solve that? Also I wonder how the program write the data to the database, in which way or in which java files?
As I have checked the error logs of my program, it just has the following two errors which I think not the key point.
In /opt/compass-v1.1.2/task-canal/logs
In /opt/compass-v1.1.2/task-portal/logs
Look forward to your reply!
The text was updated successfully, but these errors were encountered: