Author: lidong
Date: Thu Jan  5 08:48:17 2017
New Revision: 1777439

URL: http://svn.apache.org/viewvc?rev=1777439&view=rev
Log:
add jenkins and SonarCube in dev page

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

Modified: kylin/site/development/index.html
URL: 
http://svn.apache.org/viewvc/kylin/site/development/index.html?rev=1777439&r1=1777438&r2=1777439&view=diff
==============================================================================
--- kylin/site/development/index.html (original)
+++ kylin/site/development/index.html Thu Jan  5 08:48:17 2017
@@ -556,6 +556,11 @@ Commits <a href="https://git-wip-us.apac
 Source Repo: <a 
href="git://git.apache.org/kylin.git">git://git.apache.org/kylin.git</a>  <br />
 Mirrored to Github: <a 
href="https://github.com/apache/kylin";>https://github.com/apache/kylin</a></p>
 
+<h3 id="ci-and-code-analysis">CI and Code Analysis</h3>
+<p>UT on master branch with JDK 1.7: <a 
href="https://builds.apache.org/job/Kylin-Master-JDK-1.7/";>Kylin-Master-JDK-1.7</a>
 <br />
+UT on master branch with JDK 1.8: <a 
href="https://builds.apache.org/job/Kylin-Master-JDK-1.8/";>Kylin-Master-JDK-1.8</a>
 <br />
+Static Code Analysis: <a 
href="https://builds.apache.org/analysis/overview?id=org.apache.kylin%3Akylin";>SonarCube
 dashboard</a></p>
+
 <h3 id="issue-tracking">Issue Tracking</h3>
 <p>Track issues on the “Kylin” Project on the Apache JIRA (<a 
href="http://issues.apache.org/jira/browse/KYLIN";>browse</a>).</p>
 

Modified: kylin/site/docs15/install/advance_settings.html
URL: 
http://svn.apache.org/viewvc/kylin/site/docs15/install/advance_settings.html?rev=1777439&r1=1777438&r2=1777439&view=diff
==============================================================================
--- kylin/site/docs15/install/advance_settings.html (original)
+++ kylin/site/docs15/install/advance_settings.html Thu Jan  5 08:48:17 2017
@@ -2125,6 +2125,13 @@
   <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>
 
+<p>## Overwrite default Hive job conf at Cube level<br />
+The <code class="highlighter-rouge">conf/kylin_hive_conf.xml</code> manage the 
default configurations when running Hive job (like creating intermediate flat 
hive table). If you have the need to customize the configs by cube, you can 
achieve that with the similar way as above, but need using another prefix <code 
class="highlighter-rouge">kylin.hive.config.override.</code>; These configs 
will be parsed out and then applied when running “hive -e” or “beeline” 
commands. See example below:</p>
+
+<ul>
+  <li>If want hive goes a different Yarn resource queue, you can define: <code 
class="highlighter-rouge">kylin.hive.config.override.mapreduce.job.queuename=myQueue</code>
 (note: “myQueue” is just a sample)</li>
+</ul>
+
 <h2 id="enable-compression">Enable compression</h2>
 
 <p>By default, Kylin does not enable compression, this is not the recommend 
settings for production environment, but a tradeoff for new Kylin users. A 
suitable compression algorithm will reduce the storage overhead. But 
unsupported algorithm will break the Kylin job build also. There are three 
kinds of compression used in Kylin, HBase table compression, Hive output 
compression and MR jobs output compression.</p>

Modified: kylin/site/docs16/install/advance_settings.html
URL: 
http://svn.apache.org/viewvc/kylin/site/docs16/install/advance_settings.html?rev=1777439&r1=1777438&r2=1777439&view=diff
==============================================================================
--- kylin/site/docs16/install/advance_settings.html (original)
+++ kylin/site/docs16/install/advance_settings.html Thu Jan  5 08:48:17 2017
@@ -2107,6 +2107,13 @@
   <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>
 
+<p>## Overwrite default Hive job conf at Cube level<br />
+The <code class="highlighter-rouge">conf/kylin_hive_conf.xml</code> manage the 
default configurations when running Hive job (like creating intermediate flat 
hive table). If you have the need to customize the configs by cube, you can 
achieve that with the similar way as above, but need using another prefix <code 
class="highlighter-rouge">kylin.hive.config.override.</code>; These configs 
will be parsed out and then applied when running “hive -e” or “beeline” 
commands. See example below:</p>
+
+<ul>
+  <li>If want hive goes a different Yarn resource queue, you can define: <code 
class="highlighter-rouge">kylin.hive.config.override.mapreduce.job.queuename=myQueue</code>
 (note: “myQueue” is just a sample)</li>
+</ul>
+
 <h2 id="enable-compression">Enable compression</h2>
 
 <p>By default, Kylin does not enable compression, this is not the recommend 
settings for production environment, but a tradeoff for new Kylin users. A 
suitable compression algorithm will reduce the storage overhead. But 
unsupported algorithm will break the Kylin job build also. There are three 
kinds of compression used in Kylin, HBase table compression, Hive output 
compression and MR jobs output compression.</p>

Modified: kylin/site/feed.xml
URL: 
http://svn.apache.org/viewvc/kylin/site/feed.xml?rev=1777439&r1=1777438&r2=1777439&view=diff
==============================================================================
--- kylin/site/feed.xml (original)
+++ kylin/site/feed.xml Thu Jan  5 08:48:17 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>Fri, 30 Dec 2016 00:05:31 -0800</pubDate>
-    <lastBuildDate>Fri, 30 Dec 2016 00:05:31 -0800</lastBuildDate>
+    <pubDate>Thu, 05 Jan 2017 00:47:07 -0800</pubDate>
+    <lastBuildDate>Thu, 05 Jan 2017 00:47:07 -0800</lastBuildDate>
     <generator>Jekyll v2.5.3</generator>
     
       <item>


Reply via email to