From f205b3bae364c7854d452c4846d20a57c32b7c63 Mon Sep 17 00:00:00 2001 From: dingxiaobo Date: Sat, 15 Oct 2022 08:24:09 +0800 Subject: [PATCH 1/2] Fix holo jdbc writer plugin.json --- hologresjdbcwriter/src/main/resources/plugin.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/hologresjdbcwriter/src/main/resources/plugin.json b/hologresjdbcwriter/src/main/resources/plugin.json index d46f216b..a9f93996 100644 --- a/hologresjdbcwriter/src/main/resources/plugin.json +++ b/hologresjdbcwriter/src/main/resources/plugin.json @@ -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" -} +} \ No newline at end of file From 5e804f3050fca2a605aa1b5da87252f438b0d993 Mon Sep 17 00:00:00 2001 From: dingxiaobo Date: Sat, 15 Oct 2022 08:26:50 +0800 Subject: [PATCH 2/2] Fix holo jdbc writer plugin_job_template.json --- hologresjdbcwriter/src/main/resources/plugin_job_template.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hologresjdbcwriter/src/main/resources/plugin_job_template.json b/hologresjdbcwriter/src/main/resources/plugin_job_template.json index 656971c3..f509ccc0 100644 --- a/hologresjdbcwriter/src/main/resources/plugin_job_template.json +++ b/hologresjdbcwriter/src/main/resources/plugin_job_template.json @@ -1,5 +1,5 @@ { - "name": "hologreswriter", + "name": "hologresjdbcwriter", "parameter": { "url": "", "username": "",