Author: lidong
Date: Thu Jan 20 14:13:27 2022
New Revision: 1897252

URL: http://svn.apache.org/viewvc?rev=1897252&view=rev
Log:
Added some tips on spark

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

Modified: kylin/site/cn/development/index.html
URL: 
http://svn.apache.org/viewvc/kylin/site/cn/development/index.html?rev=1897252&r1=1897251&r2=1897252&view=diff
==============================================================================
--- kylin/site/cn/development/index.html (original)
+++ kylin/site/cn/development/index.html Thu Jan 20 14:13:27 2022
@@ -192,7 +192,7 @@ var _hmt = _hmt || [];
 <h3 id="section-1">源仓库</h3>
 <p>Apache Kylin™ 源码使用 Git version control 进行版本控制:<br />
 Commits <a href="https://github.com/apache/kylin/commits/master";>总结</a>  
<br />
-源仓库:<a 
href="https://github.com/apache/kylin";>https://github.com/apache/kylin </a>  
<br />
+源仓库:<a 
href="https://github.com/apache/kylin";>https://github.com/apache/kylin</a><br />
 Gitbox 的镜像:<a 
href="https://gitbox.apache.org/repos/asf?p=kylin.git";>https://gitbox.apache.org/repos/asf?p=kylin.git
 </a></p>
 
 <h3 id="ci-">CI 和代码分析</h3>

Modified: kylin/site/cn/docs/install/index.html
URL: 
http://svn.apache.org/viewvc/kylin/site/cn/docs/install/index.html?rev=1897252&r1=1897251&r2=1897252&view=diff
==============================================================================
--- kylin/site/cn/docs/install/index.html (original)
+++ kylin/site/cn/docs/install/index.html Thu Jan 20 14:13:27 2022
@@ -185,8 +185,8 @@ var _hmt = _hmt || [];
 <ul>
   <li>Hadoop: cdh5.x, cdh6.x, hdp2.x, EMR5.x, EMR6.x, HDI4.x</li>
   <li>Hive: 0.13 - 1.2.1+</li>
-  <li>Spark: 2.4.7</li>
-  <li>Mysql: 5.1.17及以上</li>
+  <li>Spark: 2.4.7/3.1.1</li>
+  <li>Mysql: 5.1.17 及以上</li>
   <li>JDK: 1.8+</li>
   <li>OS: Linux only, CentOS 6.5+ or Ubuntu 16.0.4+</li>
 </ul>
@@ -235,7 +235,9 @@ wget http://mirror.bit.edu.cn/apache/kyl
 </code></pre>
 </div>
 
-<p>或者配置 SPARK_HOME 指向环境中的 spark2.4.7 的路径。</p>
+<p>download-spark.sh 脚本只能下载 spark2.4.7, 如果您使用的 kylin 
二进制包以 spark3 为后缀,您需要从<a 
href="https://spark.apache.org/";>Spark 官方网站</a>下载 spark3.1.1 
的二进制包。<br />
+建议将 spark 二进制包解压后放置在 ${KYLIN_HOME} 
目录下,并重命名为 spark,以避免兼容性问题。详情
请查看:<a 
href="https://cwiki.apache.org/confluence/display/KYLIN/KIP+10+refactor+hive+and+hadoop+dependency";>Refactor
 hive and hadoop dependency</a><br />
+如果您自定义配置了 ${SPARK_HOME} 指向环境中的 
spark2.4.7/spark3.1.1,请保证环境中的 spark 
是可以正常提交以及执行任务的。</p>
 
 <ul>
   <li>配置 Mysql 元数据</li>
@@ -248,7 +250,7 @@ kylin.env.zookeeper-connect-string<span
 </code></pre>
 </div>
 
-<p>你需要修改其中的 Mysql 用户名和密码,以及存储å…
ƒæ•°æ®çš„database和table。并将 mysql jdbc connector 放在 <code 
class="highlighter-rouge">$KYLIN_HOME/ext</code> 
目录下,没有该目录时请自行创建。<br />
+<p>你需要修改其中的 Mysql 用户名和密码,以及存储å…
ƒæ•°æ®çš„ database 和 table。并将 mysql jdbc connector 放在 <code 
class="highlighter-rouge">$KYLIN_HOME/ext</code> 
目录下,没有该目录时请自行创建。<br />
 请参考 <a href="/_docs40/tutorial/mysql_metastore.html">配置 Mysql 为 
Metastore</a>  了解 Mysql 作为 Metastore 的详细配置。</p>
 
 <h3 id="kylin-tarball-">Kylin tarball 目录</h3>
@@ -265,8 +267,8 @@ kylin.env.zookeeper-connect-string<span
 
 <h3 id="section-2">为某些环境执行额外步骤</h3>
 <p>对于 CDH6.x, EMR5.x, EMR6.x 的 hadoop 环境,在启动 kylin 
之前需要执行一些额外的步骤。<br />
-CDH6.x 环境请查看文档: 
https://cwiki.apache.org/confluence/display/KYLIN/Deploy+Kylin+4+on+CDH+6<br />
-EMR 环境请查看文档: 
https://cwiki.apache.org/confluence/display/KYLIN/Deploy+Kylin+4+on+AWS+EMR</p>
+CDH6.x 环境请查看文档: <a 
href="https://cwiki.apache.org/confluence/display/KYLIN/Deploy+Kylin+4+on+CDH+6";>Deploy
 Kylin4 on CDH6</a><br />
+EMR 环境请查看文档: <a 
href="https://cwiki.apache.org/confluence/display/KYLIN/Deploy+Kylin+4+on+AWS+EMR";>Deploy
 Kylin4 on AWS EMR</a></p>
 
 <h3 id="section-3">检查运行环境</h3>
 

Modified: kylin/site/development/index.html
URL: 
http://svn.apache.org/viewvc/kylin/site/development/index.html?rev=1897252&r1=1897251&r2=1897252&view=diff
==============================================================================
--- kylin/site/development/index.html (original)
+++ kylin/site/development/index.html Thu Jan 20 14:13:27 2022
@@ -197,7 +197,7 @@ var _hmt = _hmt || [];
 <h3 id="source-repository">Source Repository</h3>
 <p>Apache Kylin™ source code is version controlled using Git version 
control:<br />
 Commits <a href="https://github.com/apache/kylin/commits/main";>Summary</a><br 
/>
-Source Repo: <a 
href="https://github.com/apache/kylin";>https://github.com/apache/kylin </a>  
<br />
+Source Repo: <a 
href="https://github.com/apache/kylin";>https://github.com/apache/kylin</a><br />
 Mirrored to Gitbox: <a 
href="https://gitbox.apache.org/repos/asf?p=kylin.git";>https://gitbox.apache.org/repos/asf?p=kylin.git
 </a></p>
 
 <h3 id="ci-and-code-analysis">CI and Code Analysis</h3>

Modified: kylin/site/docs/install/index.html
URL: 
http://svn.apache.org/viewvc/kylin/site/docs/install/index.html?rev=1897252&r1=1897251&r2=1897252&view=diff
==============================================================================
--- kylin/site/docs/install/index.html (original)
+++ kylin/site/docs/install/index.html Thu Jan 20 14:13:27 2022
@@ -192,8 +192,8 @@ var _hmt = _hmt || [];
 <ul>
   <li>Hadoop: cdh5.x, cdh6.x, hdp2.x, EMR5.x, EMR6.x, HDI4.x</li>
   <li>Hive: 0.13 - 1.2.1+</li>
-  <li>Spark: 2.4.7</li>
-  <li>Mysql: 5.1.17及以上</li>
+  <li>Spark: 2.4.7/3.1.1</li>
+  <li>Mysql: 5.1.7 and above</li>
   <li>JDK: 1.8+</li>
   <li>OS: Linux only, CentOS 6.5+ or Ubuntu 16.0.4+</li>
 </ul>
@@ -242,7 +242,13 @@ wget http://mirror.bit.edu.cn/apache/kyl
 </code></pre>
 </div>
 
-<p>Or configure SPARK_HOME points to the path of spark2.4.7/3.1.1 in the 
environment.</p>
+<p>The script <code class="highlighter-rouge">download-spark.sh</code> can 
only download <code class="highlighter-rouge">spark2.4.7</code>.</p>
+
+<p>If the kylin binary package you use is suffixed with spark3, you need to 
download <code class="highlighter-rouge">spark3.1.1</code> binary package from 
<a href="https://spark.apache.org/";>spark website</a>.</p>
+
+<p>It is recommended to unzip the spark binary package and put it into 
${KYLIN_HOME} directory, then rename it <code 
class="highlighter-rouge">spark</code> to avoid compatibility problems. For 
details, please check:</p>
+
+<p>If you customize the configuration of <code 
class="highlighter-rouge">SPARK_HOME</code> points to spark2.4.7/spark3.1.1 in 
your environment. Please ensure that your SPARK_HOME in the environment can 
submit and execute tasks normally.</p>
 
 <ul>
   <li>Configure MySQL metastore</li>

Modified: kylin/site/feed.xml
URL: 
http://svn.apache.org/viewvc/kylin/site/feed.xml?rev=1897252&r1=1897251&r2=1897252&view=diff
==============================================================================
--- kylin/site/feed.xml (original)
+++ kylin/site/feed.xml Thu Jan 20 14:13:27 2022
@@ -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, 19 Jan 2022 03:07:12 -0800</pubDate>
-    <lastBuildDate>Wed, 19 Jan 2022 03:07:12 -0800</lastBuildDate>
+    <pubDate>Thu, 20 Jan 2022 05:59:54 -0800</pubDate>
+    <lastBuildDate>Thu, 20 Jan 2022 05:59:54 -0800</lastBuildDate>
     <generator>Jekyll v2.5.3</generator>
     
       <item>


Reply via email to