Open wellCh4n opened 2 years ago
/cc @MonsterChenzhuo PTAL
@wolfboys @MonsterChenzhuo I found schema and data sql file in /streampark-console/streampark-console-service/src/assembly/script. Should fix DockerFile, I guess. Could I commit PR for this?
@wellCh4n The problem with this piece is that streampark supports multiple data sources this pr, the changes that come with it, and thus the problems that arise.The default is to use h2, I think the mysql part inside docker-compose can be removed? You can try to do modify. modify docker-compse and remove the mysql part. Get it running, make sure it's okay, and I'll review the pr for you.
@MonsterChenzhuo Remove mysql part inside docker-compose is not a good idea in my opinion. Cuz Dockerfile is a fast mode for beginner. Could we provide multiple docker-compose.yml for this project?
I had committed PR, its a quickly solution for this problem. We need do something after fix it if we wanna support multiple data source.
Search before asking
What happened
Execute the Docker Compose build command
It seems to be missing a sql file named 'final.sql'. I found the same file from another branch. Link is: https://github.com/apache/incubator-streampark/blob/1.2.3-release/streamx-console/streamx-console-service/src/assembly/script/final.sql
I compared the 'final.sql' with '/streampark-console/streampark-console-service/src/assembly/script/schema/mysql-schema.sql'. They look the same, should I copy mysql-schema content to final.sql OR update mysql's DockerFile?
StreamPark Version
branch dev
Java Version
openjdk 11
Flink Version
1.14.5
Scala Version of Flink
2.12
Error Exception
Screenshots
No response
Are you willing to submit PR?
Code of Conduct