This is an automated email from the ASF dual-hosted git repository.

casion pushed a commit to branch dev-1.3.1
in repository https://gitbox.apache.org/repos/asf/incubator-linkis.git


The following commit(s) were added to refs/heads/dev-1.3.1 by this push:
     new 4ce936221 fix typos in README.md (#3862)
4ce936221 is described below

commit 4ce936221867d7d5dff9bcdc268a4c60514e9359
Author: GuoPhilipse <[email protected]>
AuthorDate: Sat Nov 19 12:45:11 2022 +0800

    fix typos in README.md (#3862)
---
 README.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/README.md b/README.md
index 26fe9b6da..d34db2d81 100644
--- a/README.md
+++ b/README.md
@@ -75,7 +75,7 @@ Since the first release of Linkis in 2019, it has accumulated 
more than **700**
 
 - **Support full stack computation/storage engine** As a computation 
middleware, it will receive, execute and manage tasks and requests for various 
computation storage engines, including batch tasks, interactive query tasks, 
real-time streaming tasks and storage tasks
 
-- **Resource management capabilities**  ResourceManager is not only capable of 
managing resources for Yarn and Linkis EngineManger, but also able to provide 
label-based multi-level resource allocation and recycling, allowing itself to 
have powerful resource management capabilities across mutiple Yarn clusters and 
mutiple computation resource types
+- **Resource management capabilities**  ResourceManager is not only capable of 
managing resources for Yarn and Linkis EngineManger, but also able to provide 
label-based multi-level resource allocation and recycling, allowing itself to 
have powerful resource management capabilities across multiple Yarn clusters 
and multiple computation resource types
 
 - **Unified Context Service** Generate Context ID for each task/request,  
associate and manage user and system resource files (JAR, ZIP, Properties, 
etc.), result set, parameter variable, function, etc., across user, system, and 
computing engine. Set in one place, automatic reference everywhere
 
@@ -151,7 +151,7 @@ npm run build
 ### Bundled with MySQL JDBC Driver
 Due to the MySQL licensing restrictions, the MySQL Java Database Connectivity 
(JDBC) driver is not bundled with the 
 official released linkis image by default. However, at current stage, linkis 
still relies on this library to work properly.
-To solve this problem, we provide a script which can help to creating an 
custom image with mysql jdbc from the official 
+To solve this problem, we provide a script which can help to creating a custom 
image with mysql jdbc from the official 
 linkis image by yourself, the image created by this tool will be tagged as 
`linkis:with-jdbc` by default.
 
 ```shell


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to