Author: lidong
Date: Thu Dec  5 14:08:36 2019
New Revision: 1870878

URL: http://svn.apache.org/viewvc?rev=1870878&view=rev
Log:
Add doc for KYLIN-4178

Modified:
    kylin/site/cn/docs/install/configuration.html
    kylin/site/docs/install/configuration.html
    kylin/site/feed.xml

Modified: kylin/site/cn/docs/install/configuration.html
URL: 
http://svn.apache.org/viewvc/kylin/site/cn/docs/install/configuration.html?rev=1870878&r1=1870877&r2=1870878&view=diff
==============================================================================
--- kylin/site/cn/docs/install/configuration.html (original)
+++ kylin/site/cn/docs/install/configuration.html Thu Dec  5 14:08:36 2019
@@ -198,6 +198,7 @@ var _hmt = _hmt || [];
       <li><a href="#deploy-config">部署 Kylin</a></li>
       <li><a href="#kylin-jvm-settings">分配更多内存给 Kylin 
实例</a></li>
       <li><a href="#job-engine-ha">任务引擎高可用</a></li>
+      <li><a href="#job-engine-safemode">任务引擎安全模式</a></li>
       <li><a href="#rw-deploy">读写分离配置</a></li>
       <li><a href="#rest-config">RESTful Webservice</a></li>
     </ul>
@@ -361,6 +362,15 @@ var _hmt = _hmt || [];
   <p>提示:更多信息请参考 <a 
href="/cn/docs/install/kylin_cluster.html">集群模式部署</a> 
中的<strong>任务引擎高可用</strong>部分。</p>
 </blockquote>
 
+<h3 id="job-engine-safemode">任务引擎安全模式</h3>
+
+<p>安全模式仅在默认调度器中生效</p>
+
+<ul>
+  <li><code 
class="highlighter-rouge">kylin.job.scheduler.safemode=TRUE</code>: 启用安å…
¨æ¨¡å¼ï¼Œæ–°æäº¤çš„任务不会被执行。</li>
+  <li><code 
class="highlighter-rouge">kylin.job.scheduler.safemode.runable-projects=project1,project2</code>:
 安全模式下仍然可以执行的项目列表,支持设置多个。</li>
+</ul>
+
 <h3 id="rw-deploy">读写分离配置</h3>
 
 <ul>

Modified: kylin/site/docs/install/configuration.html
URL: 
http://svn.apache.org/viewvc/kylin/site/docs/install/configuration.html?rev=1870878&r1=1870877&r2=1870878&view=diff
==============================================================================
--- kylin/site/docs/install/configuration.html (original)
+++ kylin/site/docs/install/configuration.html Thu Dec  5 14:08:36 2019
@@ -6377,6 +6377,7 @@ var _hmt = _hmt || [];
       <li><a href="#deploy-config">Deploy Kylin</a></li>
       <li><a href="#kylin-jvm-settings">Allocate More Memory for Kylin</a></li>
       <li><a href="#job-engine-ha">Job Engine HA</a></li>
+      <li><a href="#job-engine-safemode">Job Engine Safemode</a></li>
       <li><a href="#rw-deploy">Read/Write Separation</a></li>
       <li><a href="#rest-config">RESTful Webservice</a></li>
     </ul>
@@ -6540,6 +6541,15 @@ The default setting use relatively less
   <p>Note: For more information, please refer to the <strong>Enable Job Engine 
HA</strong> section in <a href="/docs/install/kylin_cluster.html">Deploy in 
Cluster Mode</a></p>
 </blockquote>
 
+<h3 id="job-engine-safemode">Job Engine Safemode</h3>
+
+<p>Safemode can be only used in default schedule.</p>
+
+<ul>
+  <li><code 
class="highlighter-rouge">kylin.job.scheduler.safemode=TRUE</code>: to enable 
job scheduler safemode. In safemode, Newly submitted job will not be 
executed</li>
+  <li><code 
class="highlighter-rouge">kylin.job.scheduler.safemode.runable-projects=project1,project2</code>:
 provide list of projects as exceptional case in safemode.</li>
+</ul>
+
 <h3 id="rw-deploy">Read/Write Separation</h3>
 
 <ul>

Modified: kylin/site/feed.xml
URL: 
http://svn.apache.org/viewvc/kylin/site/feed.xml?rev=1870878&r1=1870877&r2=1870878&view=diff
==============================================================================
--- kylin/site/feed.xml (original)
+++ kylin/site/feed.xml Thu Dec  5 14:08:36 2019
@@ -19,8 +19,8 @@
     <description>Apache Kylin Home</description>
     <link>http://kylin.apache.org/</link>
     <atom:link href="http://kylin.apache.org/feed.xml"; rel="self" 
type="application/rss+xml"/>
-    <pubDate>Sun, 01 Dec 2019 02:08:05 -0800</pubDate>
-    <lastBuildDate>Sun, 01 Dec 2019 02:08:05 -0800</lastBuildDate>
+    <pubDate>Thu, 05 Dec 2019 05:59:16 -0800</pubDate>
+    <lastBuildDate>Thu, 05 Dec 2019 05:59:16 -0800</lastBuildDate>
     <generator>Jekyll v2.5.3</generator>
     
       <item>


Reply via email to