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 2017/03/01 10:14:39 UTC

svn commit: r1784907 - in /kylin/site: blog/2017/02/25/v2.0.0-beta-ready/index.html cn/blog/2017/02/25/v2.0.0-beta-ready/index.html feed.xml

Author: lidong
Date: Wed Mar  1 10:14:39 2017
New Revision: 1784907

URL: http://svn.apache.org/viewvc?rev=1784907&view=rev
Log:
add reference to spark cubing blog

Modified:
    kylin/site/blog/2017/02/25/v2.0.0-beta-ready/index.html
    kylin/site/cn/blog/2017/02/25/v2.0.0-beta-ready/index.html
    kylin/site/feed.xml

Modified: kylin/site/blog/2017/02/25/v2.0.0-beta-ready/index.html
URL: http://svn.apache.org/viewvc/kylin/site/blog/2017/02/25/v2.0.0-beta-ready/index.html?rev=1784907&r1=1784906&r2=1784907&view=diff
==============================================================================
--- kylin/site/blog/2017/02/25/v2.0.0-beta-ready/index.html (original)
+++ kylin/site/blog/2017/02/25/v2.0.0-beta-ready/index.html Wed Mar  1 10:14:39 2017
@@ -227,9 +227,9 @@
 <p>To enable the Spark cubing engine:</p>
 
 <ul>
-  <li>Go through the “Spark Engine Configs” settings in <code class="highlighter-rouge">kylin.properties</code> carefully.
+  <li>Read <a href="/blog/2017/02/23/by-layer-spark-cubing/">this blog</a> at first, then go through the “Spark Engine Configs” settings in <code class="highlighter-rouge">kylin.properties</code> carefully.
     <ul>
-      <li>Make sure the <code class="highlighter-rouge">HADOOP_CONF_DIR</code> contains site xmls of core, yarn, hive, and hbase.</li>
+      <li>Make sure the <code class="highlighter-rouge">kylin.env.hadoop-conf-dir</code> contains site xmls of core, yarn, hive, and hbase.</li>
       <li>Adjust the numbers of spark executor instances, cores, and memory according to your environment.</li>
       <li>Hive on Tez somehow did not work out as we tested. Switching to Hive on MR worked.</li>
     </ul>

Modified: kylin/site/cn/blog/2017/02/25/v2.0.0-beta-ready/index.html
URL: http://svn.apache.org/viewvc/kylin/site/cn/blog/2017/02/25/v2.0.0-beta-ready/index.html?rev=1784907&r1=1784906&r2=1784907&view=diff
==============================================================================
--- kylin/site/cn/blog/2017/02/25/v2.0.0-beta-ready/index.html (original)
+++ kylin/site/cn/blog/2017/02/25/v2.0.0-beta-ready/index.html Wed Mar  1 10:14:39 2017
@@ -227,9 +227,9 @@
 <p>启用 Spark 构建引擎:</p>
 
 <ul>
-  <li>仔细检查 <code class="highlighter-rouge">kylin.properties</code> 中的 Spark Engine Configs 部分。
+  <li>请先阅读<a href="/blog/2017/02/23/by-layer-spark-cubing/">这篇博客</a>,然后仔细检查 <code class="highlighter-rouge">kylin.properties</code> 中的 Spark Engine Configs 部分。
     <ul>
-      <li>确保指定的 <code class="highlighter-rouge">HADOOP_CONF_DIR</code> 目录中包含 core, yarn, hive, 和 hbase 的 site xml。</li>
+      <li>确保指定的 <code class="highlighter-rouge">kylin.env.hadoop-conf-dir</code> 目录中包含 core, yarn, hive, 和 hbase 的 site xml。</li>
       <li>根据集群的具体配置调整 Spark executor instances, cores, 和 memory。</li>
       <li>测试中 Hive on Tez 会遇到问题,切换到 Hive on MR 可以绕过。</li>
     </ul>

Modified: kylin/site/feed.xml
URL: http://svn.apache.org/viewvc/kylin/site/feed.xml?rev=1784907&r1=1784906&r2=1784907&view=diff
==============================================================================
--- kylin/site/feed.xml (original)
+++ kylin/site/feed.xml Wed Mar  1 10:14:39 2017
@@ -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>Sun, 26 Feb 2017 05:59:06 -0800</pubDate>
-    <lastBuildDate>Sun, 26 Feb 2017 05:59:06 -0800</lastBuildDate>
+    <pubDate>Wed, 01 Mar 2017 02:13:48 -0800</pubDate>
+    <lastBuildDate>Wed, 01 Mar 2017 02:13:48 -0800</lastBuildDate>
     <generator>Jekyll v2.5.3</generator>
     
       <item>
@@ -66,9 +66,9 @@
 &lt;p&gt;To enable the Spark cubing engine:&lt;/p&gt;
 
 &lt;ul&gt;
-  &lt;li&gt;Go through the “Spark Engine Configs” settings in &lt;code class=&quot;highlighter-rouge&quot;&gt;kylin.properties&lt;/code&gt; carefully.
+  &lt;li&gt;Read &lt;a href=&quot;/blog/2017/02/23/by-layer-spark-cubing/&quot;&gt;this blog&lt;/a&gt; at first, then go through the “Spark Engine Configs” settings in &lt;code class=&quot;highlighter-rouge&quot;&gt;kylin.properties&lt;/code&gt; carefully.
     &lt;ul&gt;
-      &lt;li&gt;Make sure the &lt;code class=&quot;highlighter-rouge&quot;&gt;HADOOP_CONF_DIR&lt;/code&gt; contains site xmls of core, yarn, hive, and hbase.&lt;/li&gt;
+      &lt;li&gt;Make sure the &lt;code class=&quot;highlighter-rouge&quot;&gt;kylin.env.hadoop-conf-dir&lt;/code&gt; contains site xmls of core, yarn, hive, and hbase.&lt;/li&gt;
       &lt;li&gt;Adjust the numbers of spark executor instances, cores, and memory according to your environment.&lt;/li&gt;
       &lt;li&gt;Hive on Tez somehow did not work out as we tested. Switching to Hive on MR worked.&lt;/li&gt;
     &lt;/ul&gt;
@@ -132,9 +132,9 @@
 &lt;p&gt;启用 Spark 构建引擎:&lt;/p&gt;
 
 &lt;ul&gt;
-  &lt;li&gt;仔细检查 &lt;code class=&quot;highlighter-rouge&quot;&gt;kylin.properties&lt;/code&gt; 中的 Spark Engine Configs 部分。
+  &lt;li&gt;请先阅读&lt;a href=&quot;/blog/2017/02/23/by-layer-spark-cubing/&quot;&gt;这篇博客&lt;/a&gt;,然后仔细检查 &lt;code class=&quot;highlighter-rouge&quot;&gt;kylin.properties&lt;/code&gt; 中的 Spark Engine Configs 部分。
     &lt;ul&gt;
-      &lt;li&gt;确保指定的 &lt;code class=&quot;highlighter-rouge&quot;&gt;HADOOP_CONF_DIR&lt;/code&gt; 目录中包含 core, yarn, hive, 和 hbase 的 site xml。&lt;/li&gt;
+      &lt;li&gt;确保指定的 &lt;code class=&quot;highlighter-rouge&quot;&gt;kylin.env.hadoop-conf-dir&lt;/code&gt; 目录中包含 core, yarn, hive, 和 hbase 的 site xml。&lt;/li&gt;
       &lt;li&gt;根据集群的具体配置调整 Spark executor instances, cores, 和 memory。&lt;/li&gt;
       &lt;li&gt;测试中 Hive on Tez 会遇到问题,切换到 Hive on MR 可以绕过。&lt;/li&gt;
     &lt;/ul&gt;