[Fix-17370] Fix worker server start failed when using hdfs storage type (#17496)

* fix worker server start failed when using hdfs storage type

* fix worker server start failed when using hdfs storage type
1 file changed
tree: b33df0e2b6865ac8ad0f18119bb3756b3eabb665
  1. .github/
  2. .idea/
  3. .mvn/
  4. config/
  5. deploy/
  6. docs/
  7. dolphinscheduler-alert/
  8. dolphinscheduler-api/
  9. dolphinscheduler-api-test/
  10. dolphinscheduler-authentication/
  11. dolphinscheduler-bom/
  12. dolphinscheduler-common/
  13. dolphinscheduler-dao/
  14. dolphinscheduler-dao-plugin/
  15. dolphinscheduler-datasource-plugin/
  16. dolphinscheduler-dist/
  17. dolphinscheduler-e2e/
  18. dolphinscheduler-eventbus/
  19. dolphinscheduler-extract/
  20. dolphinscheduler-master/
  21. dolphinscheduler-meter/
  22. dolphinscheduler-microbench/
  23. dolphinscheduler-registry/
  24. dolphinscheduler-scheduler-plugin/
  25. dolphinscheduler-service/
  26. dolphinscheduler-spi/
  27. dolphinscheduler-standalone-server/
  28. dolphinscheduler-storage-plugin/
  29. dolphinscheduler-task-executor/
  30. dolphinscheduler-task-plugin/
  31. dolphinscheduler-tools/
  32. dolphinscheduler-ui/
  33. dolphinscheduler-worker/
  34. dolphinscheduler-yarn-aop/
  35. images/
  36. licenses/
  37. script/
  38. style/
  39. tools/
  40. .asf.yaml
  41. .flake8
  42. .gitattributes
  43. .gitignore
  44. .gitmodules
  45. .licenserc.yaml
  46. .pre-commit-config.yaml
  47. CONTRIBUTING.md
  48. doap.rdf
  49. LICENSE
  50. lombok.config
  51. mvnw
  52. mvnw.cmd
  53. NOTICE
  54. pom.xml
  55. README.md
  56. README_zh_CN.md
README.md

Apache Dolphinscheduler

License codecov Quality Gate Status Twitter Follow Slack Status CN doc

About

Apache DolphinScheduler is a modern data orchestration platform that empowers agile, low-code development of high-performance workflows. It is dedicated to handling complex task dependencies in data pipelines, and provides a wide range of built-in job types ** out of the box**

Key features for DolphinScheduler are as follows:

  • Easy to deploy, provides four deployment modes including Standalone, Cluster, Docker and Kubernetes.
  • Easy to use, workflows can be created and managed via Web UI, Python SDK or Open API
  • Highly reliable and high availability, with a decentralized, multi-master and multi-worker architecture and native supports for horizontal scaling.
  • High performance, its performance is several times faster than other orchestration platforms, and it is capable of handling tens of millions of tasks per day
  • Cloud Native, DolphinScheduler supports orchestrating workflows cross multiple clouds and data centers, and allows custom task types
  • Workflow Versioning, provides version control for both workflows and individual workflow instances, including tasks.
  • Flexible state control of workflows and tasks, supports pause/stop/recover them in any time
  • Multi-tenancy support
  • Additional features, backfill support(Web UI native), permission control including project and data source etc.

QuickStart

User Interface Screenshots

  • Homepage: Project and workflow overview, including the latest workflow instance and task instance status statistics. home

  • Workflow Definition: Create and manage workflows by drag and drop, easy to build and maintain complex workflows, support a wide range of tasks out of box. workflow-definition

  • Workflow Tree View: Abstract tree structure could provide a clearer understanding of task relationships workflow-tree

  • Data source: Supports multiple external data sources, provides unified data access capabilities for MySQL, PostgreSQL, Hive, Trino, etc. data-source

  • Monitor: View the status of the master, worker and database in real time, including server resource usage and load, do quick health check without logging in to the server. monitor

Suggestions & Bug Reports

Follow this guide to report your suggestions or bugs.

Contributing

The community welcomes contributions from everyone. Please refer to this page to find out more details: How to contribute. Check out good first issue in here if you are new to DolphinScheduler.

Community

Welcome to join the Apache DolphinScheduler community by:

Landscapes