Author: lidong
Date: Wed Jul  8 14:10:42 2020
New Revision: 1879658

URL: http://svn.apache.org/viewvc?rev=1879658&view=rev
Log:
Add job scheduler blog wiki link for kylin cluster deployment page

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

Modified: kylin/site/cn/docs/install/kylin_cluster.html
URL: 
http://svn.apache.org/viewvc/kylin/site/cn/docs/install/kylin_cluster.html?rev=1879658&r1=1879657&r2=1879658&view=diff
==============================================================================
--- kylin/site/cn/docs/install/kylin_cluster.html (original)
+++ kylin/site/cn/docs/install/kylin_cluster.html Wed Jul  8 14:10:42 2020
@@ -218,6 +218,7 @@ var _hmt = _hmt || [];
 <span class="err">kylin.server.self-discovery-</span><span 
class="py">enabled</span><span class="p">=</span><span class="s">true</span>
 </code></pre>
 </div>
+<p>更多关于kylin任务调度器的细节可以参考<a 
href="https://cwiki.apache.org/confluence/display/KYLIN/Comparison+of+Kylin+Job+scheduler";>Apache
 Kylin Wiki</a></p>
 
 <h3 id="section-1">安装负载均衡器</h3>
 

Modified: kylin/site/docs/install/kylin_cluster.html
URL: 
http://svn.apache.org/viewvc/kylin/site/docs/install/kylin_cluster.html?rev=1879658&r1=1879657&r2=1879658&view=diff
==============================================================================
--- kylin/site/docs/install/kylin_cluster.html (original)
+++ kylin/site/docs/install/kylin_cluster.html Wed Jul  8 14:10:42 2020
@@ -8433,13 +8433,15 @@ The <em>job</em> mode means that the ser
 
 <h3 id="use-curatorscheculer">Use <code 
class="highlighter-rouge">CuratorScheculer</code></h3>
 
-<p>Since v3.0.0-alpha, kylin introduces the master-slave mode multiple job 
engines scheduler based on Curator. Users can modify the following 
configuration to enable CuratorScheduler:</p>
+<p>Since v3.0.0-alpha, kylin introduces the Leader/Follower mode multiple job 
engines scheduler based on Curator. Users can modify the following 
configuration to enable CuratorScheduler:</p>
 
 <div class="highlighter-rouge"><pre class="highlight"><code><span 
class="py">kylin.job.scheduler.default</span><span class="p">=</span><span 
class="s">100</span>
 <span class="err">kylin.server.self-discovery-</span><span 
class="py">enabled</span><span class="p">=</span><span class="s">true</span>
 </code></pre>
 </div>
 
+<p>For more details about the kylin job scheduler, please refer to <a 
href="https://cwiki.apache.org/confluence/display/KYLIN/Comparison+of+Kylin+Job+scheduler";>Apache
 Kylin Wiki</a></p>
+
 <h3 id="installing-a-load-balancer">Installing a load balancer</h3>
 
 <p>To send query requests to a cluster instead of a single node, you can 
deploy a load balancer such as <a href="http://nginx.org/en/";>Nginx</a>, <a 
href="https://www.f5.com/";>F5</a> or <a 
href="https://rubygems.org/gems/cloudlb/";>cloudlb</a>, etc., so that the client 
and load balancer communication instead communicate with a specific Kylin 
instance.</p>

Modified: kylin/site/feed.xml
URL: 
http://svn.apache.org/viewvc/kylin/site/feed.xml?rev=1879658&r1=1879657&r2=1879658&view=diff
==============================================================================
--- kylin/site/feed.xml (original)
+++ kylin/site/feed.xml Wed Jul  8 14:10:42 2020
@@ -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>Mon, 06 Jul 2020 06:59:09 -0700</pubDate>
-    <lastBuildDate>Mon, 06 Jul 2020 06:59:09 -0700</lastBuildDate>
+    <pubDate>Wed, 08 Jul 2020 06:59:12 -0700</pubDate>
+    <lastBuildDate>Wed, 08 Jul 2020 06:59:12 -0700</lastBuildDate>
     <generator>Jekyll v2.5.3</generator>
     
       <item>


Reply via email to