You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@kylin.apache.org by li...@apache.org on 2018/08/07 14:08:03 UTC

svn commit: r1837597 - in /kylin/site: cn/docs/tutorial/kylin_sample.html feed.xml

Author: lidong
Date: Tue Aug  7 14:08:02 2018
New Revision: 1837597

URL: http://svn.apache.org/viewvc?rev=1837597&view=rev
Log:
fix comma symbol to english version

Modified:
    kylin/site/cn/docs/tutorial/kylin_sample.html
    kylin/site/feed.xml

Modified: kylin/site/cn/docs/tutorial/kylin_sample.html
URL: http://svn.apache.org/viewvc/kylin/site/cn/docs/tutorial/kylin_sample.html?rev=1837597&r1=1837596&r2=1837597&view=diff
==============================================================================
--- kylin/site/cn/docs/tutorial/kylin_sample.html (original)
+++ kylin/site/cn/docs/tutorial/kylin_sample.html Tue Aug  7 14:08:02 2018
@@ -174,7 +174,7 @@ var _hmt = _hmt || [];
   <li>选择名为 “kylin_sales_cube” 的样例 cube,点击 “Actions” -&gt; “Build”,选择一个在 2014-01-01 之后的日期(覆盖所有的 10000 样例记录);</li>
   <li>点击 “Monitor” 标签,查看 build 进度直至 100%;</li>
   <li>点击 “Insight” 标签,执行 SQLs,例如:<br />
- select part_dt,sum(price) as total_selled,count(distinct seller_id) as sellers from kylin_sales group by part_dt order by part_dt</li>
+ <code class="highlighter-rouge">select part_dt, sum(price) as total_selled, count(distinct seller_id) as sellers from kylin_sales group by part_dt order by part_dt</code></li>
   <li>您可以验证查询结果且与 hive 的响应时间进行比较;</li>
 </ol>
 
@@ -185,11 +185,11 @@ var _hmt = _hmt || [];
 <ol>
   <li>首先设置 KAFKA_HOME,然后启动 Kylin。</li>
   <li>运行 ${KYLIN_HOME}/bin/sample.sh,它会在 learn_kylin 工程中生成 DEFAULT.KYLIN_STREAMING_TABLE 表,kylin_streaming_model 模型,Cube kylin_streaming_cube。</li>
-  <li>运行 ${KYLIN_HOME}/bin/sample-streaming.sh,他会在 localhost:9092 broker 中创建名为 kylin_streaming_topic 的 Kafka Topic。它也会每秒随机发送 100 条 messages 到 kylin_streaming_topic。</li>
+  <li>运行 ${KYLIN_HOME}/bin/sample-streaming.sh,它会在 localhost:9092 broker 中创建名为 kylin_streaming_topic 的 Kafka Topic。它也会每秒随机发送 100 条 messages 到 kylin_streaming_topic。</li>
   <li>遵循标准 cube build 过程,并触发 Cube kylin_streaming_cube build。</li>
   <li>点击 “Monitor” 标签,查看 build 进度直至至少有一个 job 达到 100%。</li>
   <li>点击 “Insight” 标签,执行 SQLs,例如:<br />
-      select count(*),HOUR_START from kylin_streaming_table group by HOUR_START</li>
+      <code class="highlighter-rouge">select count(*), HOUR_START from kylin_streaming_table group by HOUR_START</code></li>
   <li>验证查询结果。</li>
 </ol>
 

Modified: kylin/site/feed.xml
URL: http://svn.apache.org/viewvc/kylin/site/feed.xml?rev=1837597&r1=1837596&r2=1837597&view=diff
==============================================================================
--- kylin/site/feed.xml (original)
+++ kylin/site/feed.xml Tue Aug  7 14:08:02 2018
@@ -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>Wed, 01 Aug 2018 06:59:27 -0700</pubDate>
-    <lastBuildDate>Wed, 01 Aug 2018 06:59:27 -0700</lastBuildDate>
+    <pubDate>Tue, 07 Aug 2018 06:59:26 -0700</pubDate>
+    <lastBuildDate>Tue, 07 Aug 2018 06:59:26 -0700</lastBuildDate>
     <generator>Jekyll v2.5.3</generator>
     
       <item>