From f205b3bae364c7854d452c4846d20a57c32b7c63 Mon Sep 17 00:00:00 2001 From: dingxiaobo Date: Sat, 15 Oct 2022 08:24:09 +0800 Subject: [PATCH] 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