[KYUUBI #331] Try to fix some minor issues in README.
 [](https://github.com/yaooqinn/kyuubi/pull/332)     [❨?❩](https://pullrequestbadge.com/?utm_medium=github&utm_source=yaooqinn&utm_campaign=badge_info)<!-- PR-BADGE: PLEASE DO NOT REMOVE THIS COMMENT --> <!-- Thanks for sending a pull request! Here are some tips for you: 1. If this is your first time, please read our contributor guidelines: https://kyuubi.readthedocs.io/en/latest/community/contributions.html 2. If the PR is related to an issue in https://github.com/yaooqinn/kyuubi/issues, add '[KYUUBI #XXXX]' in your PR title, e.g., '[KYUUBI #XXXX] Your PR title ...'. 3. If the PR is unfinished, add '[WIP]' in your PR title, e.g., '[WIP][KYUUBI #XXXX] Your PR title ...'. --> ### _Why are the changes needed?_ <!-- Please clarify why the changes are needed. For instance, 1. If you add a feature, you can talk about the use case of it. 2. If you fix a bug, you can clarify why it is a bug. --> ### _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 <yao@apache.org>
This commit is contained in:
parent
7d2c7299c2
commit
b77ff07e6f
@ -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
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user