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 2020/06/27 14:07:07 UTC

svn commit: r1879279 - in /kylin/site: archive/docs23.tar.gz archive/docs30_alpah.tar.gz cn/development/index.html cn/docs/index.html development/index.html docs/index.html feed.xml

Author: lidong
Date: Sat Jun 27 14:07:07 2020
New Revision: 1879279

URL: http://svn.apache.org/viewvc?rev=1879279&view=rev
Log:
update roadmap

Added:
    kylin/site/archive/docs23.tar.gz   (with props)
    kylin/site/archive/docs30_alpah.tar.gz   (with props)
Modified:
    kylin/site/cn/development/index.html
    kylin/site/cn/docs/index.html
    kylin/site/development/index.html
    kylin/site/docs/index.html
    kylin/site/feed.xml

Added: kylin/site/archive/docs23.tar.gz
URL: http://svn.apache.org/viewvc/kylin/site/archive/docs23.tar.gz?rev=1879279&view=auto
==============================================================================
Binary file - no diff available.

Propchange: kylin/site/archive/docs23.tar.gz
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: kylin/site/archive/docs30_alpah.tar.gz
URL: http://svn.apache.org/viewvc/kylin/site/archive/docs30_alpah.tar.gz?rev=1879279&view=auto
==============================================================================
Binary file - no diff available.

Propchange: kylin/site/archive/docs30_alpah.tar.gz
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Modified: kylin/site/cn/development/index.html
URL: http://svn.apache.org/viewvc/kylin/site/cn/development/index.html?rev=1879279&r1=1879278&r2=1879279&view=diff
==============================================================================
--- kylin/site/cn/development/index.html (original)
+++ kylin/site/cn/development/index.html Sat Jun 27 14:07:07 2020
@@ -202,14 +202,17 @@ Gitbox 的镜像:<a href="
 
 <h3 id="section-2">路线图</h3>
 <ul>
-  <li>支持 Hadoop 3.0(纠偏编码)</li>
-  <li>完全使用 Spark 的 Cube 引擎</li>
-  <li>接入更多的源(MySQL,Oracle,Spark SQL 等)</li>
+  <li>支持 Hadoop 3.0(纠偏编码) : 完成</li>
+  <li>完全使用 Spark 的 Cube 引擎 : 完成</li>
+  <li>接入更多的源(MySQL,Oracle,Spark SQL 等) : 完成</li>
+  <li>支持实时数据分析的 Lambda 架构 : 完成</li>
+  <li>更好的存储引擎(Druid,Kudu,Parquet,等) : Parquet 存储正在开发中(v4.0)</li>
+  <li>分布式查询执行引擎 : 与 Parquet 存储一起进行中</li>
+  <li>容器化/Kubernetes :进行中</li>
   <li>无需构建 Cube 的即席查询</li>
-  <li>更好的存储引擎(Druid,Kudu,等)</li>
-  <li>支持实时数据分析的 Lambda 架构</li>
 </ul>
 
+
 							</article>
 						</div>
 					</div>

Modified: kylin/site/cn/docs/index.html
URL: http://svn.apache.org/viewvc/kylin/site/cn/docs/index.html?rev=1879279&r1=1879278&r2=1879279&view=diff
==============================================================================
--- kylin/site/cn/docs/index.html (original)
+++ kylin/site/cn/docs/index.html Sat Jun 27 14:07:07 2020
@@ -186,10 +186,7 @@ var _hmt = _hmt || [];
 <p>Apache Kylin™是一个开源的、分布式的分析型数据仓库,提供 Hadoop 之上的 SQL 查询接口及多维分析(OLAP)能力以支持超大规模数据,最初由eBay Inc.开发并贡献至开源社区。</p>
 
 <p>查看其它版本文档: <br />
-* <a href="/docs30">v3.0-alpha document</a><br />
 * <a href="/cn/docs24/">v2.4 document</a><br />
-* <a href="/cn/docs23/">v2.3 document</a><br />
-* <a href="/cn/docs21/">v2.1 and v2.2 document</a><br />
 * <a href="/archive/">归档</a></p>
 
 <h2 id="section">安装</h2>
@@ -237,8 +234,9 @@ var _hmt = _hmt || [];
 
 <h2 id="section-3">帮助</h2>
 <ol>
-  <li><a href="howto/howto_backup_metadata.html">备份 Kylin 元数据</a></li>
+  <li><a href="howto/howto_backup_metadata.html">备份元数据</a></li>
   <li><a href="howto/howto_cleanup_storage.html">清理存储</a></li>
+  <li><a href="howto/howto_upgrade.html">版本升级</a></li>
 </ol>
 
 

Modified: kylin/site/development/index.html
URL: http://svn.apache.org/viewvc/kylin/site/development/index.html?rev=1879279&r1=1879278&r2=1879279&view=diff
==============================================================================
--- kylin/site/development/index.html (original)
+++ kylin/site/development/index.html Sat Jun 27 14:07:07 2020
@@ -7740,12 +7740,14 @@ Static Code Analysis: <a href="https://b
 
 <h3 id="roadmap">Roadmap</h3>
 <ul>
-  <li>Hadoop 3.0 support (Erasure Coding)</li>
-  <li>Fully on Spark Cube engine</li>
-  <li>Connect more data sources (MySQL, Oracle, SparkSQL, etc)</li>
+  <li>Hadoop 3.0 support (Erasure Coding) : DONE</li>
+  <li>Fully on Spark Cube engine : DONE</li>
+  <li>Connect more data sources (MySQL, Oracle, SparkSQL, etc) : DONE</li>
+  <li>Real-time analytics with Lambda Architecture : DONE</li>
+  <li>Better storage (Druid, Kudu, Parquet, etc) : Parquet storage is in-progress (v4.0)</li>
+  <li>Distributed query execution engine : Together with Parquet storage</li>
+  <li>Containerlization/Kubernetes : In progress</li>
   <li>Ad-hoc queries without Cubing</li>
-  <li>Better storage (Druid, Kudu, etc)</li>
-  <li>Real-time analytics with Lambda Architecture</li>
 </ul>
 
 							</article>

Modified: kylin/site/docs/index.html
URL: http://svn.apache.org/viewvc/kylin/site/docs/index.html?rev=1879279&r1=1879278&r2=1879279&view=diff
==============================================================================
--- kylin/site/docs/index.html (original)
+++ kylin/site/docs/index.html Sat Jun 27 14:07:07 2020
@@ -7723,9 +7723,7 @@ var _hmt = _hmt || [];
 <p>Apache Kylin™ is an open source Distributed Analytical Data Warehouse for big data; It was designed to provide SQL interface and multi-dimensional analysis (OLAP) on Hadoop supporting extremely large datasets.</p>
 
 <p>This is the document for the latest released version (v3.0). Document of other versions: <br />
-* <a href="/docs30">v3.0-alpha document</a><br />
 * <a href="/docs24">v2.4 document</a><br />
-* <a href="/docs23">v2.3 document</a><br />
 * <a href="/archive/">Archived</a></p>
 
 <h2 id="installation--setup">Installation &amp; Setup</h2>

Modified: kylin/site/feed.xml
URL: http://svn.apache.org/viewvc/kylin/site/feed.xml?rev=1879279&r1=1879278&r2=1879279&view=diff
==============================================================================
--- kylin/site/feed.xml (original)
+++ kylin/site/feed.xml Sat Jun 27 14:07:07 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>Tue, 09 Jun 2020 06:59:12 -0700</pubDate>
-    <lastBuildDate>Tue, 09 Jun 2020 06:59:12 -0700</lastBuildDate>
+    <pubDate>Sat, 27 Jun 2020 06:59:13 -0700</pubDate>
+    <lastBuildDate>Sat, 27 Jun 2020 06:59:13 -0700</lastBuildDate>
     <generator>Jekyll v2.5.3</generator>
     
       <item>