We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When I run the data quality task, I get two problems as follows. Is this a bug in dolphinscheduler v3.2.0? my dataquality task config:
ERROR KEY INFO: 1)Parse object exception, jsonStr: ..... Cannot construct instance of java.util.LinkedHashMap 2) diagnostics: User class threw exception: java.lang.NullPointerException
java.util.LinkedHashMap
The error log is as follows
Run data quality task successfully
data quality task config below:
common.properties file:
i have not run data quality task successfully in dolphinscheduler v3.2.0, but successfully in v3.2.2
3.2.0
deployed model: standalone-server
The text was updated successfully, but these errors were encountered:
Can anyone help me to solve this problem? thx~
Sorry, something went wrong.
is this a bug?
No branches or pull requests
Search before asking
What happened
When I run the data quality task, I get two problems as follows. Is this a bug in dolphinscheduler v3.2.0?
my dataquality task config:
ERROR KEY INFO:
1)Parse object exception, jsonStr: ..... Cannot construct instance of
java.util.LinkedHashMap
2) diagnostics: User class threw exception: java.lang.NullPointerException
The error log is as follows
What you expected to happen
Run data quality task successfully
How to reproduce
data quality task config below:
common.properties file:
Anything else
i have not run data quality task successfully in dolphinscheduler v3.2.0, but successfully in v3.2.2
Version
3.2.0
deployed model: standalone-server
Are you willing to submit PR?
Code of Conduct
The text was updated successfully, but these errors were encountered: