Merge pull request #1549 from alibaba/20221015_fix_holojdbc

20221015 fix holojdbc
This commit is contained in:
dingxiaobo 2022-10-15 08:28:24 +08:00 committed by GitHub
commit 4d7088bfbb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

View File

@ -1,6 +1,6 @@
{
"name": "hologreswriter",
"class": "com.alibaba.datax.plugin.writer.hologreswriter.HologresWriter",
"name": "hologresjdbcwriter",
"class": "com.alibaba.datax.plugin.writer.hologresjdbcwriter.HologresJdbcWriter",
"description": "",
"developer": "alibaba"
}

View File

@ -1,5 +1,5 @@
{
"name": "hologreswriter",
"name": "hologresjdbcwriter",
"parameter": {
"url": "",
"username": "",