tjudadc commented on issue #12257: URL: https://github.com/apache/dolphinscheduler/issues/12257#issuecomment-1275436242
> > > > > There are still some serious problems, > > such as hdfs namenode addresss, the default value is mycluser:8020, and cannot modified。 > > Another problem, the jars dependencies, are not packaged in the data quality jar > > There are still some serious problems, such as hdfs namenode addresss, the default value is mycluser:8020, and cannot modified。 Another problem, the jars dependencies, are not packaged in the data quality jar the jars you should modify the config , refer https://dolphinscheduler.apache.org/zh-cn/docs/latest/user_doc/guide/data-quality.html. <server-name>/conf/common.properties data-quality.jar.name=dolphinscheduler-data-quality-dev-SNAPSHOT.jar  make sure your path in libs has this name's jar  at the end , you will get this.  -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
