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/07/19 14:26:33 UTC

[shardingsphere-elasticjob] branch master updated: Translate user manual, props for configuration. (#1174)

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 e7ca694  Translate user manual, props for configuration. (#1174)
e7ca694 is described below

commit e7ca6947cca391d876494be3efc5b8c0e650b4e9
Author: Zonglei Dong <do...@apache.org>
AuthorDate: Sun Jul 19 22:26:27 2020 +0800

    Translate user manual, props for configuration. (#1174)
    
    * translate user manual, props for configuration.
    
    * remove blank line.
---
 .../elasticjob-lite/configuration/props.en.md      | 32 +++++++++++++++++++++-
 1 file changed, 31 insertions(+), 1 deletion(-)

diff --git a/docs/content/user-manual/elasticjob-lite/configuration/props.en.md b/docs/content/user-manual/elasticjob-lite/configuration/props.en.md
index 2c9a273..56d7730 100644
--- a/docs/content/user-manual/elasticjob-lite/configuration/props.en.md
+++ b/docs/content/user-manual/elasticjob-lite/configuration/props.en.md
@@ -4,4 +4,34 @@ weight = 5
 chapter = true
 +++
 
-TODO
+## Introduction
+
+`ElasticJob` provide customized configurations for different types of jobs through the way of attribute configuration.
+
+## Job Type
+
+### Simple Job
+
+Interface name: `org.apache.shardingsphere.elasticjob.simple.job.SimpleJob`
+
+Configuration: no
+
+### Dataflow Job
+
+Interface name: `org.apache.shardingsphere.elasticjob.dataflow.job.DataflowJob`
+
+Configuration:
+
+| *Name*             | *Data Type*   | *Description*               | *Default Value*  |
+| -----------------  | -----------   | --------------------------- | ---------------- |
+| streaming.process  | boolean       | Enable or disable Streaming | false            |
+
+### Script Job
+
+Type: `SCRIPT`
+
+Configuration: 
+
+| *Name*               | *Data Type*   | *Description*           | *Default Value*  |
+| -------------------- | ------------- | ----------------------- | ---------------- |
+| script.command.line  | String        | Script content or path  | -                |