-
Notifications
You must be signed in to change notification settings - Fork 534
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] There is a problem using mysql-to-mysql with sort #9199
Comments
Hello @LiJie20190102, thank you for opening your first issue in InLong 🧡 We will respond as soon as possible ⏳ |
@EMsnap PTAL |
@LiJie20190102 You need to config the table name with a database such as 'database.table'. It is 'inlong_test .source_test' |
@yunqingmoswu @EMsnap |
Functionally functional, the complete file is as follows: CREATE TABLE CREATE TABLE INSERT INTO |
This issue is stale because it has been open for 60 days with no activity. |
What happened
The data synchronization task I created is from MySQL to MySQL. I use the command line to operate sort, and the database information is correct. However, I see that the jobmanager log on Flink shows that I cannot find the source table I want. Do I need to configure any filtering conditions to do this
mysql2mysql.sql
CLI:
/opt/software/flink/flink-1.13.6/bin/flink run -c org.apache.inlong.sort.Entrance /usr/lib/inlong/inlong-sort/sort-dist-1.9.0.jar --sql.script.file /home/lj/inlong/mysql2mysql.sql
flink jobmanager log:
The log shows that there is actually this table, but it has been filtered out.
What you expected to happen
Can correctly synchronize MySQL to MySQL data
How to reproduce
mysql2mysql.sql
CLI:
/opt/software/flink/flink-1.13.6/bin/flink run -c org.apache.inlong.sort.Entrance /usr/lib/inlong/inlong-sort/sort-dist-1.9.0.jar --sql.script.file /home/lj/inlong/mysql2mysql.sql
Environment
No response
InLong version
1.9.0
InLong Component
InLong Sort
Are you willing to submit PR?
Code of Conduct
The text was updated successfully, but these errors were encountered: