YuniKorn Development: Difference between revisions
Jump to navigation
Jump to search
Line 28: | Line 28: | ||
=Build and Run= | =Build and Run= | ||
{{External|https://yunikorn.apache.org/docs/next/developer_guide/build/}} | {{External|https://yunikorn.apache.org/docs/next/developer_guide/build/}} | ||
=Debugger Setup= | |||
{{External|https://yunikorn.apache.org/docs/next/developer_guide/env_setup/#debug-code-locally}} | |||
=Status= | =Status= |
Revision as of 19:13, 11 December 2023
External
- GitHub yunikorn-core https://github.com/apache/yunikorn-core
- GitHub yunikorn-k8shim https://github.com/ovidiuf/yunikorn-k8shim
Internal
Overview
yunikorn-scheduler-interface ↑ yunikorn-core ↑ yunikorn-k8shim yunikorn-web yunikorn-release yunikorn-site
Development Environment Setup
Build and Run
Debugger Setup
Status
The attempt to build the executable on Mac and cross-compile for linux/amd64 produced an executable that yields:
exec /yunikorn-scheduler: no such file or directory
in the container. Probably the format is not correct.