SbloodyS commented on issue #5610:
URL: https://github.com/apache/seatunnel/issues/5610#issuecomment-2065861660
I also encounter this problems. My config is
```
{
"env" : {
"job.mode" : "BATCH",
"job.name" : "ods_wxzj_t_keywords_message",
"parallelism" : 1
},
"source" : [
{
"driver" : "com.mysql.cj.jdbc.Driver",
"url" :
"jdbc:mysql://*:3306/weiya_chat?serverTimezone=GMT%2b8&useUnicode=true&characterEncoding=UTF-8&rewriteBatchedStatements=true&tinyInt1isBit=false&autoReconnect=true&useSSL=false&zeroDateTimeBehavior=round",
"user" : "",
"password" : "",
"query" : "SELECT\nid\n,fromUser as
fromuser\n,tolist\n,msgtype\n,content\n,keyword\n,status\n,fromUserName as
fromusername\n,tolistName as tolistname\n,fromUserId as fromuserid\n,roomId as
roomid\n,isRoomChat as isroomchat\n,departmentName as
departmentname\n,departmentId as departmentid\n,type\n,msgTime as
msgtime\n,createdAt as createdat\n,logId as logid\n,msgStatus as
msgstatus\n,groupType as grouptype\n,containMobile as
containmobile\n,containAddr as
containaddr\nFROM\nweiya_chat.t_keywords_message",
"plugin_name" : "Jdbc",
"partition_column" : "id",
"partition_num" : 8
}
],
"sink" : [
{
"plugin_name" : "Hive",
"table_name" :
"tmp.tmp_dcp_dw_source_ods_wxzj_t_keywords_message_wyqy_seatunnel_3000983",
"metastore_uri" : "thrift://*:9083"
}
]
}
```
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]