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 2016/12/30 08:06:38 UTC

svn commit: r1776525 - in /kylin/site: docs15/install/advance_settings.html docs16/install/advance_settings.html feed.xml

Author: lidong
Date: Fri Dec 30 08:06:38 2016
New Revision: 1776525

URL: http://svn.apache.org/viewvc?rev=1776525&view=rev
Log:
fix wrong mapreduce parameter

Modified:
    kylin/site/docs15/install/advance_settings.html
    kylin/site/docs16/install/advance_settings.html
    kylin/site/feed.xml

Modified: kylin/site/docs15/install/advance_settings.html
URL: http://svn.apache.org/viewvc/kylin/site/docs15/install/advance_settings.html?rev=1776525&r1=1776524&r2=1776525&view=diff
==============================================================================
--- kylin/site/docs15/install/advance_settings.html (original)
+++ kylin/site/docs15/install/advance_settings.html Fri Dec 30 08:06:38 2016
@@ -2121,8 +2121,8 @@
 <p>The <code class="highlighter-rouge">conf/kylin_job_conf.xml</code> and <code class="highlighter-rouge">conf/kylin_job_conf_inmem.xml</code> manage the default configurations for Hadoop jobs. If you have the need to customize the configs by cube, you can achieve that with the similar way as above, but need adding a prefix <code class="highlighter-rouge">kylin.job.mr.config.override.</code>; These configs will be parsed out and then applied when submitting jobs. See two examples below:</p>
 
 <ul>
-  <li>If want a cube’s job getting more memory from Yarn, you can define: <code class="highlighter-rouge">kylin.job.mr.config.override.mapred.map.child.java.opts=-Xmx7g</code> and <code class="highlighter-rouge">kylin.job.mr.config.override.mapred.map.memory.mb=8192</code></li>
-  <li>If want a cube’s job going to a different Yarn resource queue, you can define: <code class="highlighter-rouge">kylin.job.mr.config.override.mapred.job.queuename=myQueue</code> (note: “myQueue” is just a sample)</li>
+  <li>If want a cube’s job getting more memory from Yarn, you can define: <code class="highlighter-rouge">kylin.job.mr.config.override.mapreduce.map.java.opts=-Xmx7g</code> and <code class="highlighter-rouge">kylin.job.mr.config.override.mapreduce.map.memory.mb=8192</code></li>
+  <li>If want a cube’s job going to a different Yarn resource queue, you can define: <code class="highlighter-rouge">kylin.job.mr.config.override.mapreduce.job.queuename=myQueue</code> (note: “myQueue” is just a sample)</li>
 </ul>
 
 <h2 id="enable-compression">Enable compression</h2>

Modified: kylin/site/docs16/install/advance_settings.html
URL: http://svn.apache.org/viewvc/kylin/site/docs16/install/advance_settings.html?rev=1776525&r1=1776524&r2=1776525&view=diff
==============================================================================
--- kylin/site/docs16/install/advance_settings.html (original)
+++ kylin/site/docs16/install/advance_settings.html Fri Dec 30 08:06:38 2016
@@ -2103,8 +2103,8 @@
 <p>The <code class="highlighter-rouge">conf/kylin_job_conf.xml</code> and <code class="highlighter-rouge">conf/kylin_job_conf_inmem.xml</code> manage the default configurations for Hadoop jobs. If you have the need to customize the configs by cube, you can achieve that with the similar way as above, but need adding a prefix <code class="highlighter-rouge">kylin.job.mr.config.override.</code>; These configs will be parsed out and then applied when submitting jobs. See two examples below:</p>
 
 <ul>
-  <li>If want a cube’s job getting more memory from Yarn, you can define: <code class="highlighter-rouge">kylin.job.mr.config.override.mapred.map.child.java.opts=-Xmx7g</code> and <code class="highlighter-rouge">kylin.job.mr.config.override.mapred.map.memory.mb=8192</code></li>
-  <li>If want a cube’s job going to a different Yarn resource queue, you can define: <code class="highlighter-rouge">kylin.job.mr.config.override.mapred.job.queuename=myQueue</code> (note: “myQueue” is just a sample)</li>
+  <li>If want a cube’s job getting more memory from Yarn, you can define: <code class="highlighter-rouge">kylin.job.mr.config.override.mapreduce.map.java.opts=-Xmx7g</code> and <code class="highlighter-rouge">kylin.job.mr.config.override.mapreduce.map.memory.mb=8192</code></li>
+  <li>If want a cube’s job going to a different Yarn resource queue, you can define: <code class="highlighter-rouge">kylin.job.mr.config.override.mapreduce.job.queuename=myQueue</code> (note: “myQueue” is just a sample)</li>
 </ul>
 
 <h2 id="enable-compression">Enable compression</h2>

Modified: kylin/site/feed.xml
URL: http://svn.apache.org/viewvc/kylin/site/feed.xml?rev=1776525&r1=1776524&r2=1776525&view=diff
==============================================================================
--- kylin/site/feed.xml (original)
+++ kylin/site/feed.xml Fri Dec 30 08:06:38 2016
@@ -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>Fri, 16 Dec 2016 05:59:53 -0800</pubDate>
-    <lastBuildDate>Fri, 16 Dec 2016 05:59:53 -0800</lastBuildDate>
+    <pubDate>Fri, 30 Dec 2016 00:05:31 -0800</pubDate>
+    <lastBuildDate>Fri, 30 Dec 2016 00:05:31 -0800</lastBuildDate>
     <generator>Jekyll v2.5.3</generator>
     
       <item>