You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@yunikorn.apache.org by GitBox <gi...@apache.org> on 2020/03/21 05:31:10 UTC

[GitHub] [incubator-yunikorn-core] yangwwei commented on a change in pull request #106: YUNIKORN-41

yangwwei commented on a change in pull request #106: YUNIKORN-41
URL: https://github.com/apache/incubator-yunikorn-core/pull/106#discussion_r395963432
 
 

 ##########
 File path: README.md
 ##########
 @@ -1,37 +1,44 @@
-# YuniKorn - A Universal Scheduler
+# Apache YuniKorn (incubating) - A Universal Scheduler
 
 ![Green Build](https://github.com/apache/incubator-yunikorn-core/workflows/Green%20Build/badge.svg)
 
 <img src="https://raw.githubusercontent.com/apache/incubator-yunikorn-core/master/docs/images/logo/yunikorn-logo-blue.png" width="200">
 
 ----
 
-YuniKorn is a light-weighted, universal resource scheduler for container orchestrator systems.
+Apache YuniKorn (incubating) is a light-weighted, universal resource scheduler for container orchestrator systems.
 It was created to achieve fine-grained resource sharing for various workloads efficiently on a large scale, multi-tenant,
 and cloud-native environment. YuniKorn brings a unified, cross-platform scheduling experience for mixed workloads consists
-of stateless batch workloads and stateful services. Support for but not limited to, YARN and Kubernetes.
+of stateless batch workloads and stateful services. 
+
+YuniKorn now supports K8s and can be deployed as a custom K8s scheduler. YuniKorn's architecture design also allows adding different
+shim layer and adopt to different ResourceManager implementation including Apache Hadoop YARN, or any other systems. 
 
 ## Architecture
 
 Following chart illustrates the high-level architecture of YuniKorn.
 
-![Architecture](docs/images/architecture.jpg)
+![Architecture](docs/images/architecture.png)
 
-YuniKorn consists of the following components spread over multiple code repositories.
+YuniKorn consists of the following components spread over multiple code repositories, most of the following projects written in GoLang.
 
 Review comment:
   minor: are written in GoLang.

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@yunikorn.apache.org
For additional commands, e-mail: dev-help@yunikorn.apache.org