[BUG][Schedule] Fix getMixLoadScore error. (#6975)

1 file changed
tree: 404698d55bb969f46d88c65d481de138ea626fc7
  1. .github/
  2. be/
  3. bin/
  4. build-support/
  5. conf/
  6. contrib/
  7. docker/
  8. docs/
  9. extension/
  10. fe/
  11. fe_plugins/
  12. fs_brokers/
  13. gensrc/
  14. samples/
  15. thirdparty/
  16. tools/
  17. ui/
  18. webroot/
  19. .clang-format
  20. .gitattributes
  21. .gitignore
  22. .gitmodules
  23. .rat-excludes
  24. .travis.yml
  25. build.sh
  26. build_plugin.sh
  27. CODE_OF_CONDUCT.md
  28. CONTRIBUTING.md
  29. CONTRIBUTING_CN.md
  30. DISCLAIMER
  31. env.sh
  32. LICENSE.txt
  33. NOTICE.txt
  34. README.md
  35. run-be-ut.sh
  36. run-fe-ut.sh
  37. tsan_suppressions
README.md

Apache Doris (incubating)

License Total Lines GitHub release Join the chat at https://gitter.im/apache-doris/Lobby

Doris is an MPP-based interactive SQL data warehousing for reporting and analysis. Its original name was Palo, developed in Baidu. After donated to Apache Software Foundation, it was renamed Doris.

  • Doris provides high concurrent low latency point query performance, as well as high throughput queries of ad-hoc analysis.

  • Doris provides batch data loading and real-time mini-batch data loading.

  • Doris provides high availability, reliability, fault tolerance, and scalability.

The main advantages of Doris are the simplicity (of developing, deploying and using) and meeting many data serving requirements in a single system. For details, refer to Overview.

Official website: https://doris.apache.org/

Monthly Active Contributors

Contributor over time

License

Apache License, Version 2.0

Note
Some licenses of the third-party dependencies are not compatible with Apache 2.0 License. So you need to disable some Doris features to be complied with Apache 2.0 License. For details, refer to the thirdparty/LICENSE.txt

Technology

Doris mainly integrates the technology of Google Mesa and Apache Impala, and it is based on a column-oriented storage engine and can communicate by MySQL client.

Compile and install

See Compilation for details.

Report issues or submit pull request

If you find any bugs, feel free to file a GitHub issue or fix it by submitting a pull request.

Contact Us

Contact us through the following mailing list.

NameScope
dev@doris.apache.orgDevelopment-related discussionsSubscribeUnsubscribeArchives

Links