-
Notifications
You must be signed in to change notification settings - Fork 5k
[Fix-17370] Fix worker server start failed when using hdfs storage type #17496
New issue
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
Conversation
|
ruanwenjun
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
|
After adding '-Dclassifier=shade' based on 3.3.1-release version, still got the 'java.lang.ClassNotFoundException: org.apache.htrace.core.Tracer$Builder' when start worker-server. It seems that jar file 'dolphinscheduler-storage-hdfs-3.3.1-shade.jar' dose not hive classes related to htrace. Did I miss any configurations ? |
You haven't missed any configuration. The current workaround solution is to copy hbase-noop-htrace-4.1.1.jar to worker-server/libs. |
|
@Kinsonx Is your plugin dir exit |
No datasource-plugins, only storage-plugins which contains 'storage-hdfs' |
Before I saw this PR, I made a soft link (cd worker-server/libs; ln -s ../../libs/hbase-noop-htrace-4.1.1.jar hbase-noop-htrace-4.1.1.jar), it did work. |
…pe (apache#17496) * fix worker server start failed when using hdfs storage type * fix worker server start failed when using hdfs storage type



Purpose of the pull request
close #17370
close #17488
Brief change log
Verify this pull request
This pull request is code cleanup without any test coverage.
(or)
This pull request is already covered by existing tests, such as (please describe tests).
(or)
This change added tests and can be verified as follows:
(or)
Pull Request Notice
Pull Request Notice
If your pull request contains incompatible change, you should also add it to
docs/docs/en/guide/upgrade/incompatible.md