You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@shardingsphere.apache.org by zh...@apache.org on 2020/08/22 06:33:57 UTC

[shardingsphere-elasticjob] branch master updated: Unified Name ElasticJob (#1400)

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

zhangliang pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/shardingsphere-elasticjob.git


The following commit(s) were added to refs/heads/master by this push:
     new b6bac47  Unified Name ElasticJob (#1400)
b6bac47 is described below

commit b6bac470721f15ac7072252152b26ee4b9833a21
Author: 于玉桔 <zh...@apache.org>
AuthorDate: Sat Aug 22 14:33:48 2020 +0800

    Unified Name ElasticJob (#1400)
---
 docs/content/user-manual/elasticjob-cloud/_index.en.md | 2 +-
 docs/content/user-manual/elasticjob-lite/_index.en.md  | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/docs/content/user-manual/elasticjob-cloud/_index.en.md b/docs/content/user-manual/elasticjob-cloud/_index.en.md
index d013303..c597560 100644
--- a/docs/content/user-manual/elasticjob-cloud/_index.en.md
+++ b/docs/content/user-manual/elasticjob-cloud/_index.en.md
@@ -20,5 +20,5 @@ ElasticJob-Cloud uses Mesos to manage and isolate resources.
 | Job Execution     | Daemon            | `Daemon + Transient` |
 | Deploy Dependency | ZooKeeper         | `ZooKeeper + Mesos`  |
 
-The advantages of Elasticjob-Cloud are resource management and isolation, 
+The advantages of ElasticJob-Cloud are resource management and isolation, 
 which is suitable for big data application with starve resource environment.
diff --git a/docs/content/user-manual/elasticjob-lite/_index.en.md b/docs/content/user-manual/elasticjob-lite/_index.en.md
index 5ae23df..64614aa 100644
--- a/docs/content/user-manual/elasticjob-lite/_index.en.md
+++ b/docs/content/user-manual/elasticjob-lite/_index.en.md
@@ -20,5 +20,5 @@ ElasticJob-Lite is a lightweight, decentralized solution that provides distribut
 | Job Execution     | `Daemon`          | Daemon + Transient |
 | Deploy Dependency | `ZooKeeper`       | ZooKeeper + Mesos  |
 
-The advantages of Elasticjob-Lite are no centralized design and less external dependence, 
+The advantages of ElasticJob-Lite are no centralized design and less external dependence, 
 which is suitable for business application with stable resource allocation.