From b77ff07e6f99944b44192dca2ea98fb4a8856823 Mon Sep 17 00:00:00 2001 From: Zac Zhou <“zhouquan@apache.org”> Date: Sun, 31 Jan 2021 11:31:44 +0800 Subject: [PATCH] [KYUUBI #331] Try to fix some minor issues in README. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ![yuanzac](https://badgen.net/badge/Hello/yuanzac/green) [![Closes #332](https://badgen.net/badge/Preview/Closes%20%23332/blue)](https://github.com/yaooqinn/kyuubi/pull/332) ![2](https://badgen.net/badge/%2B/2/red) ![2](https://badgen.net/badge/-/2/green) ![1](https://badgen.net/badge/commits/1/yellow) ![Test Plan](https://badgen.net/badge/Missing/Test%20Plan/ff0000) [❨?❩](https://pullrequestbadge.com/?utm_medium=github&utm_source=yaooqinn&utm_campaign=badge_info) ### _Why are the changes needed?_ ### _How was this patch tested?_ - [ ] Add some test cases that check the changes thoroughly including negative and positive cases if possible - [ ] Add screenshots for manual tests if appropriate - [ ] [Run test](https://kyuubi.readthedocs.io/en/latest/tools/testing.html#running-tests) locally before make a pull request Closes #332 from yuanzac/master_zq. d0ddf88 [Zac Zhou] Try to fix some minor issues in README. Authored-by: Zac Zhou <“zhouquan@apache.org”> Signed-off-by: Kent Yao --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 5bcb2877f..671ae9e0f 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ and every improvement in the engine's capabilities can help Kyuubi's performance In addition, Kyuubi improves ad-hoc responsiveness through the engine caching, and enhances concurrency through horizontal scaling and load balancing. It provides complete authentication and authentication services to ensure data and metadata security. -It provides robust high availability and load balancing to help you guarantee the SLA commitment. +It provides robust high availability and load balancing to help you guarantee the SLA commitments. It provides a two-level elastic resource management architecture to effectively improve resource utilization while covering the performance and response requirements of all scenarios including interactive, or batch processing and point queries, or full table scans. It embraces Spark and builds an ecosystem on top of it, @@ -70,7 +70,7 @@ Before you start, we recommend that you check the [Contribution Guidelines](http The project took its name from a character of a popular Japanese manga - `Naruto`. The character is named `Kyuubi Kitsune/Kurama`, which is a nine-tailed fox in mythology. `Kyuubi` spread the power and spirit of fire, which is used here to represent the powerful [Apache Spark](http://spark.apache.org). -It's nine tails stands for end-to-end multi-tenancy support of this project. +Its nine tails stands for end-to-end multi-tenancy support of this project. ## License