From 39ed523504745305b87cc651f8a167a936045f9f Mon Sep 17 00:00:00 2001 From: tjq Date: Mon, 11 May 2020 21:42:11 +0800 Subject: [PATCH] v1.1.0 --- .idea/.gitignore | 2 -- .idea/.name | 1 - .idea/misc.xml | 19 ------------------- .idea/vcs.xml | 6 ------ README.md | 10 +++++----- others/doc/ConsoleGuide.md | 3 +-- 6 files changed, 6 insertions(+), 35 deletions(-) delete mode 100644 .idea/.gitignore delete mode 100644 .idea/.name delete mode 100644 .idea/misc.xml delete mode 100644 .idea/vcs.xml diff --git a/.idea/.gitignore b/.idea/.gitignore deleted file mode 100644 index 5c98b428..00000000 --- a/.idea/.gitignore +++ /dev/null @@ -1,2 +0,0 @@ -# Default ignored files -/workspace.xml \ No newline at end of file diff --git a/.idea/.name b/.idea/.name deleted file mode 100644 index a0f9964c..00000000 --- a/.idea/.name +++ /dev/null @@ -1 +0,0 @@ -oh-my-scheduler \ No newline at end of file diff --git a/.idea/misc.xml b/.idea/misc.xml deleted file mode 100644 index 28802bf0..00000000 --- a/.idea/misc.xml +++ /dev/null @@ -1,19 +0,0 @@ - - - - - - - - - - - \ No newline at end of file diff --git a/.idea/vcs.xml b/.idea/vcs.xml deleted file mode 100644 index 35eb1ddf..00000000 --- a/.idea/vcs.xml +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - \ No newline at end of file diff --git a/README.md b/README.md index 7cabe7da..2f611c4a 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ ### 产品介绍 OhMyScheduler是一个分布式调度平台和分布式计算框架,具有以下特性: * 支持CRON、固定频率、固定延迟和API四种调度策略。 -* 支持单机、广播、**MapReduce**三种执行模式。 +* 支持单机、广播、**Map**、**MapReduce**四种执行模式。 * 支持在线查看任务运行过程中的日志,提供分布式日志解决方案。 * 支持任意的水平扩展,性能强劲无上限。 * 具有强大的故障转移与恢复能力,只要保证集群可用节点数足够,任务就能顺利完成。 @@ -10,10 +10,10 @@ OhMyScheduler是一个分布式调度平台和分布式计算框架,具有以 * 支持SpringBean、普通Java类(内置/外置)、Shell、Python等处理器。 # 接入流程(文档不要太详细,简单强大兼得说的就是在下~) -1. [项目部署及初始化](https://github.com/KFCFans/OhMyScheduler/blob/master/others/doc/SystemInitGuide.md) -2. [处理器开发](https://github.com/KFCFans/OhMyScheduler/blob/master/others/doc/ProcessorDevGuide.md) -3. [任务配置与在线查看](https://github.com/KFCFans/OhMyScheduler/blob/master/others/doc/ConsoleGuide.md) -4. [(强大灵活的扩展——OpenAPI)](https://github.com/KFCFans/OhMyScheduler/blob/master/others/doc/OpenApiGuide.md) +1. [项目部署及初始化](./others/doc/SystemInitGuide.md) +2. [处理器开发](./others/doc/ProcessorDevGuide.md) +3. [任务配置与在线查看](./others/doc/ConsoleGuide.md) +4. [(强大灵活的扩展——OpenAPI)](./others/doc/OpenApiGuide.md) # 开发日志 diff --git a/others/doc/ConsoleGuide.md b/others/doc/ConsoleGuide.md index d0d218c7..7c05d975 100644 --- a/others/doc/ConsoleGuide.md +++ b/others/doc/ConsoleGuide.md @@ -53,7 +53,6 @@ ![运行状态](../img/oms-console-runningStatus.png) -#### 在线日志 - +### 在线日志 ![在线日志](../img/oms-console-onlineLog.png) \ No newline at end of file