This is an automated email from the ASF dual-hosted git repository.
peacewong pushed a commit to branch dev
in repository https://gitbox.apache.org/repos/asf/incubator-linkis-website.git
The following commit(s) were added to refs/heads/dev by this push:
new 361568c fix typo
new 862cbd8 Merge pull request #77 from legendtkl/dev
361568c is described below
commit 361568c3f7942bc6c33c31697de6101ea8821799
Author: taokelu <[email protected]>
AuthorDate: Mon Dec 27 19:39:15 2021 +0800
fix typo
---
.../computation_governance_services/engine/engine_conn.md | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git
a/docs/architecture/computation_governance_services/engine/engine_conn.md
b/docs/architecture/computation_governance_services/engine/engine_conn.md
index 9c0a386..43d3b8a 100644
--- a/docs/architecture/computation_governance_services/engine/engine_conn.md
+++ b/docs/architecture/computation_governance_services/engine/engine_conn.md
@@ -6,7 +6,7 @@ sidebar_position: 3
EngineConn architecture design
==================
-EngineConn: Engine connector, a module that provides functions such as unified
configuration management, context service, physical library, data source
management, micro service management, and historical task query for other micro
service modules.
+EngineConn: Engine connector, a module that provides functions such as unified
configuration management, context service, physical library, data source
management, microservice management, and historical task query for other
microservice modules.
EngineConn architecture diagram
@@ -29,7 +29,7 @@ The ability to provide interactive computing tasks.
linkis-engineconn-common engine connector common module
--------------------------------------------
-Define the most basic entity classes and interfaces in the engine connector.
EngineConn is used to create a connection session Session for the underlying
computing storage engine, which contains the session information between the
engine and the specific cluster, and is the client that communicates with the
specific engine.
+Define the most basic entity classes and interfaces in the engine connector.
EngineConn is used to create a connection session for the underlying computing
storage engine, which contains the session information between the engine and
the specific cluster, and is the client that communicates with the specific
engine.
| Core Service | Core function
|
|-----------------------|----------------------------------------------------------------------|
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]