执行数据质量报错 #14854
skywalker2256
started this conversation in
General
执行数据质量报错
#14854
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
版本3.2.0执行数据质量模块报错
[ERROR] 2023-09-05 13:25:28.676 +0800 - Parse object exception, jsonStr: {"other":"","address":"jdbc:mysql://:3306","user":"cdh","password":"********","database":"ds_dev","jdbcUrl":"jdbc:mysql://172.24.1.9:3306/ds_dev"}, class: class org.apache.dolphinscheduler.plugin.datasource.mysql.param.MySQLConnectionParam
com.fasterxml.jackson.databind.exc.InvalidFormatException: Cannot coerce empty String ("") to element of
java.util.LinkedHashMap<java.lang.String,java.lang.String>
(but could if coercion was enabled usingCoercionConfig
)at [Source: (String)"{"other":"","address":"jdbc:mysql://:3306","user":"","password":"","database":"ds_dev","jdbcUrl":"jdbc:mysql://172.24.1.9:3306/ds_dev"}"; line: 1, column: 10] (through reference chain: org.apache.dolphinscheduler.plugin.datasource.mysql.param.MySQLConnectionParam["other"])
at com.fasterxml.jackson.databind.exc.InvalidFormatException.from(InvalidFormatException.java:67)
at com.fasterxml.jackson.databind.DeserializationContext.reportBadCoercion(DeserializationContext.java:1806)
at com.fasterxml.jackson.databind.deser.std.StdDeserializer._checkCoercionFail(StdDeserializer.java:1477)
解析配置文件中的mysql时报other是字符串,配置文件中的mysql改怎么配置
Beta Was this translation helpful? Give feedback.
All reactions