Author: lidong
Date: Wed Sep  1 11:07:42 2021
New Revision: 1892780

URL: http://svn.apache.org/viewvc?rev=1892780&view=rev
Log:
fix typos

Modified:
    kylin/site/cn/docs40/install/deploy_without_hadoop.html
    kylin/site/docs40/install/deploy_without_hadoop.html
    kylin/site/feed.xml

Modified: kylin/site/cn/docs40/install/deploy_without_hadoop.html
URL: 
http://svn.apache.org/viewvc/kylin/site/cn/docs40/install/deploy_without_hadoop.html?rev=1892780&r1=1892779&r2=1892780&view=diff
==============================================================================
--- kylin/site/cn/docs40/install/deploy_without_hadoop.html (original)
+++ kylin/site/cn/docs40/install/deploy_without_hadoop.html Wed Sep  1 11:07:42 
2021
@@ -187,12 +187,12 @@ var _hmt = _hmt || [];
                                                        
                                                        
                                                        <article 
class="post-content" > 
-                                                       <p>相比于 
Kylin3,Kylin4.0 实现了全新 spark 构建引擎和 parquet 存储,使 
kylin 不依赖 hadoop 环境部署成为可能。与在 AWS EMR 之上部署 
Kylin3 相比,直接在 AWS EC2 实例上部署 Kylin4 
存在以下优势:<br />
+                                                       <p>相比于 Kylin 
3.x,Kylin 4.0 实现了全新 spark 构建引擎和 parquet 存储,使 
kylin 不依赖 hadoop 环境部署成为可能。与在 AWS EMR 之上部署 
Kylin 3.x 相比,直接在 AWS EC2 实例上部署 Kylin 4.0 
存在以下优势:<br />
 1. 节省成本。相比 AWS EMR 节点,AWS EC2 节点的成本更低。<br 
/>
 2. 更加灵活。在 EC2 节点上,用户可以更加
自主选择自己所需的服务以及组件进行安装部署。<br />
 3. 去 Hadoop。Hadoop 生态比较重,需要投å…
¥ä¸€å®šçš„人力成本进行维护,去 Hadoop 可以更加
贴近云原生。</p>
 
-<p>在实现了支持在 spark standalone 
模式下进行构建和查询的功能之后,我们在 AWS 的 EC2 
实例上对无 hadoop 部署 Kylin4 做了尝试,并成功构建 cube 
和进行了查询。</p>
+<p>在实现了支持在 Spark Standalone 
模式下进行构建和查询的功能之后,我们在 AWS 的 EC2 
实例上对无 Hadoop 部署 Kylin 4.0 做了尝试,并成功构建 Cube 
和进行了查询。</p>
 
 <h3 id="section">环境准备</h3>
 
@@ -246,7 +246,7 @@ var _hmt = _hmt || [];
     <p>下载 jdk1.8 到准备好的 EC2 实例,解压到 <code 
class="highlighter-rouge">/usr/local/java</code> 目录:</p>
 
     <div class="highlighter-rouge"><pre class="highlight"><code>mkdir 
/usr/local/java
-tar -xvf jdk-8u291-linux-x64.tar -C /usr/local/java
+tar -xvf java-1.8.0-openjdk.tar -C /usr/local/java
 </code></pre>
     </div>
   </li>
@@ -537,8 +537,7 @@ cp mysql-connector-java-5.1.47.jar <span
     <div class="highlighter-rouge"><pre 
class="highlight"><code>kylin.metadata.url<span 
class="o">=</span>kylin_metadata@jdbc,url<span 
class="o">=</span>jdbc:mysql://hostname:3306/kylin,username<span 
class="o">=</span>root,password<span class="o">=</span>password,maxActive<span 
class="o">=</span>10,maxIdle<span class="o">=</span>10
 kylin.env.zookeeper-connect-string<span class="o">=</span>hostname
 kylin.engine.spark-conf.spark.master<span 
class="o">=</span>spark://hostname:7077
-<span class="c"># 当 spark.submit.deployMode 配置为 cluster 
时,需要额外配置 kylin.engine.spark.standalone.master.httpUrl</span>
-kylin.engine.spark-conf.spark.submit.deployMode<span 
class="o">=</span>client/cluster
+kylin.engine.spark-conf.spark.submit.deployMode<span class="o">=</span>client
 kylin.env.hdfs-working-dir<span class="o">=</span>s3://bucket/kylin
 kylin.engine.spark-conf.spark.eventLog.dir<span 
class="o">=</span>s3://bucket/kylin/spark-history
 kylin.engine.spark-conf.spark.history.fs.logDirectory<span 
class="o">=</span>s3://bucket/kylin/spark-history

Modified: kylin/site/docs40/install/deploy_without_hadoop.html
URL: 
http://svn.apache.org/viewvc/kylin/site/docs40/install/deploy_without_hadoop.html?rev=1892780&r1=1892779&r2=1892780&view=diff
==============================================================================
--- kylin/site/docs40/install/deploy_without_hadoop.html (original)
+++ kylin/site/docs40/install/deploy_without_hadoop.html Wed Sep  1 11:07:42 
2021
@@ -187,12 +187,12 @@ var _hmt = _hmt || [];
                                                        
                                                        
                                                        <article 
class="post-content" > 
-                                                       <p>Compared with 
kylin3, kylin4 implements a new spark build engine and parquet storage, making 
it possible for kylin to deploy without Hadoop environment. Compared with 
deploying kylin3 on AWS EMR, deploying kylin4 directly on AWS EC2 instances has 
the following advantages:<br />
+                                                       <p>Compared with Kylin 
3.x, Kylin 4.0 implements a new Spark build engine and parquet storage, making 
it possible for Kylin to deploy without Hadoop environment. Compared with 
deploying Kylin 3.x on AWS EMR, deploying kylin4 directly on AWS EC2 instances 
has the following advantages:<br />
 1. Cost saving. Compared with AWS EMR node, AWS EC2 node has lower cost.<br />
 2. More flexible. On the EC2 node, users can more independently select the 
services and components they need for installation and deployment.<br />
 3. Remove Hadoop dependency. Hadoop ecology is heavy and needs to be 
maintained at a certain labor cost. Remove hadoop can be closer to the 
cloud-native.</p>
 
-<p>After realizing the feature of supporting build and query in spark 
standalone mode, we tried to deploy kylin4.0 without Hadoop on the EC2 instance 
of AWS, and successfully built the cube and query.</p>
+<p>After realizing the feature of supporting build and query in Spark 
Standalone mode, we tried to deploy Kylin 4.0 without Hadoop on the EC2 
instance of AWS, and successfully built the cube and query.</p>
 
 <h3 id="environment-preparation">Environment preparation</h3>
 <ul>
@@ -244,7 +244,7 @@ var _hmt = _hmt || [];
     <p>Download JDK1.8 to the prepared EC2 instance and unzip it to the <code 
class="highlighter-rouge">/usr/local/Java</code> directory:</p>
 
     <div class="highlighter-rouge"><pre class="highlight"><code>mkdir 
/usr/local/java
-tar -xvf jdk-8u291-linux-x64.tar -C /usr/local/java
+tar -xvf java-1.8.0-openjdk.tar -C /usr/local/java
 </code></pre>
     </div>
   </li>
@@ -550,8 +550,7 @@ cp mysql-connector-java-5.1.47.jar <span
     <div class="highlighter-rouge"><pre 
class="highlight"><code>kylin.metadata.url<span 
class="o">=</span>kylin_metadata@jdbc,url<span 
class="o">=</span>jdbc:mysql://hostname:3306/kylin,username<span 
class="o">=</span>root,password<span class="o">=</span>password,maxActive<span 
class="o">=</span>10,maxIdle<span class="o">=</span>10
 kylin.env.zookeeper-connect-string<span class="o">=</span>hostname
 kylin.engine.spark-conf.spark.master<span 
class="o">=</span>spark://hostname:7077
-<span class="c"># 当 spark.submit.deployMode 配置为 cluster 
时,需要额外配置 kylin.engine.spark.standalone.master.httpUrl</span>
-kylin.engine.spark-conf.spark.submit.deployMode<span 
class="o">=</span>client/cluster
+kylin.engine.spark-conf.spark.submit.deployMode<span class="o">=</span>client
 kylin.env.hdfs-working-dir<span class="o">=</span>s3://bucket/kylin
 kylin.engine.spark-conf.spark.eventLog.dir<span 
class="o">=</span>s3://bucket/kylin/spark-history
 kylin.engine.spark-conf.spark.history.fs.logDirectory<span 
class="o">=</span>s3://bucket/kylin/spark-history
@@ -565,7 +564,7 @@ kylin.query.spark-conf.spark.yarn.jars<s
     <p>Execute <code class="highlighter-rouge">bin/kylin.sh start</code></p>
   </li>
   <li>
-    <p>Kylin may encounter ClassNotFound type errors during startup. Please 
refer to the following methods to restart kylin:</p>
+    <p>Kylin may encounter ClassNotFound type errors during startUp. Please 
refer to the following methods to restart kylin:</p>
 
     <div class="highlighter-rouge"><pre class="highlight"><code><span 
class="c"># Download commons-collections-3.2.2.jar </span>
 cp commons-collections-3.2.2.jar <span 
class="nv">$KYLIN_HOME</span>/tomcat/webapps/kylin/WEB-INF/lib/

Modified: kylin/site/feed.xml
URL: 
http://svn.apache.org/viewvc/kylin/site/feed.xml?rev=1892780&r1=1892779&r2=1892780&view=diff
==============================================================================
--- kylin/site/feed.xml (original)
+++ kylin/site/feed.xml Wed Sep  1 11:07:42 2021
@@ -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, 30 Aug 2021 04:30:18 -0700</pubDate>
-    <lastBuildDate>Mon, 30 Aug 2021 04:30:18 -0700</lastBuildDate>
+    <pubDate>Wed, 01 Sep 2021 03:52:27 -0700</pubDate>
+    <lastBuildDate>Wed, 01 Sep 2021 03:52:27 -0700</lastBuildDate>
     <generator>Jekyll v2.5.3</generator>
     
       <item>


Reply via email to