Author: lidong
Date: Tue May 24 08:45:57 2016
New Revision: 1745332

URL: http://svn.apache.org/viewvc?rev=1745332&view=rev
Log:
add post kylin guide for aws emr

Added:
    kylin/site/blog/2016/05/
    kylin/site/blog/2016/05/24/
    kylin/site/blog/2016/05/24/aws-emr/
    kylin/site/blog/2016/05/24/aws-emr/index.html
    kylin/site/images/blog/aws_emr_console.png   (with props)
Modified:
    kylin/site/blog/index.html
    kylin/site/feed.xml

Added: kylin/site/blog/2016/05/24/aws-emr/index.html
URL: 
http://svn.apache.org/viewvc/kylin/site/blog/2016/05/24/aws-emr/index.html?rev=1745332&view=auto
==============================================================================
--- kylin/site/blog/2016/05/24/aws-emr/index.html (added)
+++ kylin/site/blog/2016/05/24/aws-emr/index.html Tue May 24 08:45:57 2016
@@ -0,0 +1,328 @@
+<!--
+* Licensed to the Apache Software Foundation (ASF) under one
+* or more contributor license agreements.  See the NOTICE file
+* distributed with this work for additional information
+* regarding copyright ownership.  The ASF licenses this file
+* to you under the Apache License, Version 2.0 (the
+* "License"); you may not use this file except in compliance
+* with the License.  You may obtain a copy of the License at
+*
+*     http://www.apache.org/licenses/LICENSE-2.0
+*
+* Unless required by applicable law or agreed to in writing, software
+* distributed under the License is distributed on an "AS IS" BASIS,
+* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+* See the License for the specific language governing permissions and
+* limitations under the License.
+-->
+<!doctype html>
+<html>
+       <!--
+* Licensed to the Apache Software Foundation (ASF) under one
+* or more contributor license agreements.  See the NOTICE file
+* distributed with this work for additional information
+* regarding copyright ownership.  The ASF licenses this file
+* to you under the Apache License, Version 2.0 (the
+* "License"); you may not use this file except in compliance
+* with the License.  You may obtain a copy of the License at
+*
+*     http://www.apache.org/licenses/LICENSE-2.0
+*
+* Unless required by applicable law or agreed to in writing, software
+* distributed under the License is distributed on an "AS IS" BASIS,
+* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+* See the License for the specific language governing permissions and
+* limitations under the License.
+-->
+
+<head>
+  <meta charset="utf-8">
+  <meta http-equiv="X-UA-Compatible" content="IE=edge">
+  <meta name="viewport" content="width=device-width, initial-scale=1">
+
+  <title>Apache Kylin | Apache Kylin Guide for AWS EMR User</title>
+  <meta name="description" content="Install Apache Kylin on EMR  Create an EMR 
cluster from AWS console, and remember to pick the applications configuration 
which contains HBase and Hive as sho...">
+  <meta name="author"      content="Apache Kylin">
+  <link rel="shortcut icon" href="fav.png" type="image/png">
+
+
+
+<link rel="stylesheet" href="/assets/css/animate.css">
+<!-- Bootstrap -->
+<link rel="stylesheet" href="/assets/css/bootstrap.min.css">
+
+<!-- Fonts -->
+<!-- <link rel="stylesheet" 
href="http://fonts.googleapis.com/css?family=Alice|Open+Sans:400,300,700"> -->
+
+<!-- Icons -->
+<link rel="stylesheet" href="/assets/css/font-awesome.min.css">
+
+  <!-- Custom styles -->
+  <link rel="stylesheet" href="/assets/css/styles.css">
+  <link rel="stylesheet" href="/assets/css/docs.css">
+  <link rel="stylesheet" href="/assets/css/pygments.css">
+
+  <link rel="canonical" 
href="http://kylin.apache.org/blog/2016/05/24/aws-emr/";>
+  <link rel="alternate" type="application/rss+xml" title="Apache Kylin" 
href="http://kylin.apache.org/feed.xml"; />
+
+<!--[if lt IE 9]> <script src="assets/js/html5shiv.js"></script> <![endif]-->
+<script>
+  (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
+  (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new 
Date();a=s.createElement(o),
+  
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
+  })(window,document,'script','//www.google-analytics.com/analytics.js','ga');
+
+  //oringal tracker for kylin.io
+  ga('create', 'UA-55534813-1', 'auto');
+  //new tracker for kylin.apache.org
+  ga('create', 'UA-55534813-2', 'auto', {'name':'toplevel'});
+
+  ga('send', 'pageview');
+  ga('toplevel.send', 'pageview');
+
+
+</script>
+<script type="text/javascript" src="/assets/js/jquery-1.9.1.min.js"></script>
+<script type="text/javascript" src="/assets/js/nside.js"></script> </script>
+<script type="text/javascript" src="/assets/js/nnav.js"></script> </script>
+</head>
+
+       <body>
+               <!--
+* Licensed to the Apache Software Foundation (ASF) under one
+* or more contributor license agreements.  See the NOTICE file
+* distributed with this work for additional information
+* regarding copyright ownership.  The ASF licenses this file
+* to you under the Apache License, Version 2.0 (the
+* "License"); you may not use this file except in compliance
+* with the License.  You may obtain a copy of the License at
+*
+*     http://www.apache.org/licenses/LICENSE-2.0
+*
+* Unless required by applicable law or agreed to in writing, software
+* distributed under the License is distributed on an "AS IS" BASIS,
+* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+* See the License for the specific language governing permissions and
+* limitations under the License.
+-->
+
+<header id="header" >
+  
+  <div id="head" class="parallax" parallax-speed="3" >
+    <div id="logo" class="text-center"> <img class="img-circle" 
id="circlelogo" src="/assets/images/kylin_logo.jpg"> <span class="title" 
>Apache Kylin™</span> <span class="tagline">Extreme OLAP Engine for Big 
Data</span> 
+    </div>
+  </div>
+  
+
+  <!-- Main Menu -->
+  <nav class="navbar navbar-default" role="navigation" id="nav-wrapper">
+  <div class="container-fluid" id="nav">
+    <!--
+    <img class="img-circle" width="40px" height="40px" id="circlelogo" 
src="/assets/images/kylin_logo.jpg">
+    -->
+    <!-- Brand and toggle get grouped for better mobile display -->
+    <div class="navbar-header">
+      <button type="button" class="navbar-toggle collapsed" 
data-toggle="collapse" data-target="#bs-example-navbar-collapse-1">
+        <span class="sr-only">Toggle navigation</span>
+        <span class="icon-bar"></span>
+        <span class="icon-bar"></span>
+        <span class="icon-bar"></span>
+      </button>
+     
+    </div>
+
+    <!-- Collect the nav links, forms, and other content for toggling -->
+    <div class="collapse navbar-collapse" id="bs-example-navbar-collapse-1">
+      <ul class="nav navbar-nav">
+     <li><a href="/">Home</a></li>
+          <li><a href="/docs15" >Docs</a></li>
+          <li><a href="/download">Download</li>
+          <li><a href="/community" >Community</a></li>
+          <li><a href="/development" >Development</a></li>
+          <li><a href="/blog">Blog</li>
+          <li><a href="/cn" >中文版</a></li>  
+          <li><a href="https://twitter.com/apachekylin"; target="_blank" 
class="fa fa-twitter fa-lg" title="Twitter: @ApacheKylin" ></a></li>
+          <li><a href="https://github.com/apache/kylin"; target="_blank" 
class="fa fa-github-alt fa-lg" title="Github: apache/kylin" ></a></li>          
+          <li><a href="https://www.facebook.com/kylinio"; target="_blank" 
class="fa fa-facebook fa-lg" title="Facebook: kylin.io" ></a></li>   
+      </ul>      
+    </div><!-- /.navbar-collapse -->
+  </div><!-- /.container-fluid -->
+</nav>
+ </header>
+
+               <div class="page-content">
+                       <header style=" padding:2em 0 0 0">
+                       <div class="container" >
+                               <h4 class="section-title"><span>Apache Kylin™ 
Technical Blog</span></h4>
+                       </div>
+               </div>
+
+               <div class="container">
+                       <div>
+                               <article class="post-content" > 
+                               <!--
+* Licensed to the Apache Software Foundation (ASF) under one
+* or more contributor license agreements.  See the NOTICE file
+* distributed with this work for additional information
+* regarding copyright ownership.  The ASF licenses this file
+* to you under the Apache License, Version 2.0 (the
+* "License"); you may not use this file except in compliance
+* with the License.  You may obtain a copy of the License at
+*
+*     http://www.apache.org/licenses/LICENSE-2.0
+*
+* Unless required by applicable law or agreed to in writing, software
+* distributed under the License is distributed on an "AS IS" BASIS,
+* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+* See the License for the specific language governing permissions and
+* limitations under the License.
+-->
+
+<div class="post" style=" padding:2em 4em 4em 4em">
+
+  <header class="post-header">
+    <h1 class="post-title">Apache Kylin Guide for AWS EMR User</h1>
+    <p class="post-meta" >May 24, 2016 • Roger Shi</p>
+  </header>
+
+  <article class="post-content" >
+    <h1 id="install-apache-kylin-on-emr">Install Apache Kylin on EMR</h1>
+<ol>
+  <li>
+    <p>Create an EMR cluster from AWS console, and remember to pick the 
applications configuration which contains HBase and Hive as shown here. <br />
+<img src="/images/blog/aws_emr_console.png" alt="install EMR cluster" 
title="Applications configuration when creating EMR cluster" /></p>
+  </li>
+  <li>
+    <p>Login to master node of the cluster with ssh. (<a 
href="http://docs.aws.amazon.com/ElasticMapReduce/latest/DeveloperGuide/emr-connect-master-node-ssh.html";>instruction</a>)</p>
+  </li>
+  <li>
+    <p>Download and install Kylin binary, we take Kylin version 1.5.1 as 
example here (Please refer to <a href="http://kylin.apache.org/download/";>Kylin 
download page</a> for latest binary package). Run the commands below.</p>
+  </li>
+</ol>
+
+<div class="highlighter-rouge"><pre class="highlight"><code>wget 
https://dist.apache.org/repos/dist/release/kylin/apache-kylin-1.5.1/apache-kylin-1.5.1-HBase1.1.3-bin.tar.gz
+tar xzf apache-kylin-1.5.1-HBase1.1.3-bin.tar.gz
+cd apache-kylin-1.5.1-bin
+export KYLIN_HOME=`pwd`
+</code></pre>
+</div>
+
+<h1 id="configure-apache-kylin">Configure Apache Kylin</h1>
+
+<p>To make Kylin run well on AWS EMR we need to change some scripts. The fix 
can be found in this <a 
href="https://github.com/apache/kylin/commit/dc08186d570e16b37d9ddaab80aba28801cdb3d0";>commit</a>
 and it’ll be available in Kylin’s future version.</p>
+
+<p>*First file is $KYLIN_HOME/bin/find-hive-dependency.sh, starting from line 
68.</p>
+
+<div class="highlighter-rouge"><pre class="highlight"><code> 68 if [ -z 
"$HCAT_HOME" ]
+ 69 then
+ 70     echo "HCAT_HOME not found, try to find hcatalog path from hadoop home"
+ 71     hadoop_home=`echo $hive_exec_path | awk -F '/hive.*/lib/' '{print $1}'`
+ +             is_aws=`uname -r | grep amzn`
+ 72     if [ -d "${hadoop_home}/hive-hcatalog" ]; then
+ 73       hcatalog_home=${hadoop_home}/hive-hcatalog
+ 74     elif [ -d "${hadoop_home}/hive/hcatalog" ]; then
+ 75       hcatalog_home=${hadoop_home}/hive/hcatalog
+ +     elif [ -n is_aws ] &amp;&amp; [ -d "/usr/lib/oozie/lib" ]; then
+ +             hcatalog_home=/usr/lib/oozie/lib
+ 76     else
+ 77       echo "Couldn't locate hcatalog installation, please make sure it is 
installed and set HCAT_HOME to the path."
+ 78       exit 1
+ 79     fi
+ 80 else
+ 81     echo "HCAT_HOME is set to: $HCAT_HOME, use it to find hcatalog path:"
+ 82     hcatalog_home=${HCAT_HOME}
+ 83 fi
+</code></pre>
+</div>
+
+<p>When Kylin starts running it tries to detect environment such as Hive home 
dictionary. It goes well most time but not for AWS EMR. In AWS EMR nodes, 
Hcatalog libs is under “/usr/lib/oozie/lib”, which is not expected. The 
modification makes Kylin handle it specially once detecting it’s running on 
AWS EMR.</p>
+
+<p>*Second file is $KYLIN_HOME/bin/find-hbase-dependency.sh, starting from 
line 20.</p>
+
+<div class="highlighter-rouge"><pre class="highlight"><code> 20 
hbase_classpath=`hbase classpath`
+ +
+ +     is_aws=`uname -r | grep amzn`
+ +     if [ -n is_aws ] &amp;&amp; [ -d "/usr/lib/oozie/lib" ]; then
+ +     export HBASE_ENV_INIT="true"
+ +     fi
+ +
+ 21 arr=(`echo $hbase_classpath | cut -d ":"  --output-delimiter=" " -f 1-`)
+</code></pre>
+</div>
+
+<p>In AWS EMR, Hbase scripts reset environment variable HBASE_CLASSPATH in its 
first run, which is determined by environment variable HBASE_ENV_INIT. Kylin 
builds its own class path according to this variable. To avoid missing libs 
caused by HBASE_CLASSPATH reseting, Kylin set HBASE_ENV_INIT to “true” 
after running “hbase classpath” so that HBASE_CLASSPATH won’t be reset 
next time run “hbase classpath”.</p>
+
+<h1 id="load-sample-data-and-start-apache-kylin">Load sample data and start 
Apache Kylin</h1>
+
+<p>Run following commands to load sample data and start Kylin service.</p>
+
+<div class="highlighter-rouge"><pre 
class="highlight"><code>$KYLIN_HOME/bin/sample.sh
+$KYLIN_HOME/bin/kylin.sh start
+</code></pre>
+</div>
+
+<p>Now you can play with Kylin. For further guide, please refer to <a 
href="http://kylin.apache.org/docs15/";>Kylin official doc</a>.</p>
+
+  </article>
+
+</div>
+
+
+
+
+
+                               </article>
+                       </div>
+               </div>          
+               <!--
+* Licensed to the Apache Software Foundation (ASF) under one
+* or more contributor license agreements.  See the NOTICE file
+* distributed with this work for additional information
+* regarding copyright ownership.  The ASF licenses this file
+* to you under the Apache License, Version 2.0 (the
+* "License"); you may not use this file except in compliance
+* with the License.  You may obtain a copy of the License at
+*
+*     http://www.apache.org/licenses/LICENSE-2.0
+*
+* Unless required by applicable law or agreed to in writing, software
+* distributed under the License is distributed on an "AS IS" BASIS,
+* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+* See the License for the specific language governing permissions and
+* limitations under the License.
+-->
+
+<footer id="underfooter">
+    <div class="container">
+        <div class="row">
+            <div class="col-md-12 widget">
+                <div class="widget-body" style="text-align:center">
+                    <a href="http://www.apache.org";>
+                        <img id="asf-logo" alt="Apache Software Foundation" 
src="/assets/images/feather-small.gif">
+                    </a>
+
+                    <div>
+                        The contents of this website are © 2015 Apache 
Software Foundation under the terms of the <a
+                            href="http://www.apache.org/licenses/LICENSE-2.0";> 
Apache License v2 </a>. Apache Kylin and
+                        its logo are trademarks of the Apache Software 
Foundation.
+                    </div>
+
+                </div>
+            </div>
+        </div>
+        <!-- /row of widgets -->
+
+    </div>
+    <div></div>
+
+</footer>
+
+       <script src="/assets/js/jquery-1.9.1.min.js"></script> 
+       <script src="/assets/js/bootstrap.min.js"></script> 
+       <script src="/assets/js/main.js"></script>
+       </body>
+</html>
+
+
+
+

Modified: kylin/site/blog/index.html
URL: 
http://svn.apache.org/viewvc/kylin/site/blog/index.html?rev=1745332&r1=1745331&r2=1745332&view=diff
==============================================================================
--- kylin/site/blog/index.html (original)
+++ kylin/site/blog/index.html Tue May 24 08:45:57 2016
@@ -174,7 +174,7 @@
             
             <li>
         <h2 align="left" style="margin:0px">
-          <a class="post-link" href="/blog/2016/04/12/release-v1.5.1/">Apache 
Kylin v1.5.1 Release Announcement</a></h2><div align="left" 
class="post-meta">posted: Apr 12, 2016</div>
+          <a class="post-link" href="/blog/2016/05/24/aws-emr/">Apache Kylin 
Guide for AWS EMR User</a></h2><div align="left" class="post-meta">posted: May 
24, 2016</div>
         
       </li>
     
@@ -186,13 +186,13 @@
     
             <li>
         <h2 align="left" style="margin:0px">
-          <a class="post-link" 
href="/blog/2016/03/19/approximate-topn-measure/">Approximate Top-N support in 
Kylin</a></h2><div align="left" class="post-meta">posted: Mar 19, 2016</div>
+          <a class="post-link" href="/blog/2016/04/12/release-v1.5.1/">Apache 
Kylin v1.5.1 Release Announcement</a></h2><div align="left" 
class="post-meta">posted: Apr 12, 2016</div>
         
       </li>
     
             <li>
         <h2 align="left" style="margin:0px">
-          <a class="post-link" 
href="/cn/blog/2016/03/17/release-v1.5.0/">Apache Kylin v1.5.0 
正式发布</a></h2><div align="left" class="post-meta">posted: Mar 17, 
2016</div>
+          <a class="post-link" 
href="/blog/2016/03/19/approximate-topn-measure/">Approximate Top-N support in 
Kylin</a></h2><div align="left" class="post-meta">posted: Mar 19, 2016</div>
         
       </li>
     
@@ -202,6 +202,12 @@
         
       </li>
     
+            <li>
+        <h2 align="left" style="margin:0px">
+          <a class="post-link" 
href="/cn/blog/2016/03/17/release-v1.5.0/">Apache Kylin v1.5.0 
正式发布</a></h2><div align="left" class="post-meta">posted: Mar 17, 
2016</div>
+        
+      </li>
+    
             <li>
         <h2 align="left" style="margin:0px">
           <a class="post-link" href="/blog/2016/03/16/release-v1.3.0/">Apache 
Kylin v1.3.0 Release Announcement</a></h2><div align="left" 
class="post-meta">posted: Mar 16, 2016</div>

Modified: kylin/site/feed.xml
URL: 
http://svn.apache.org/viewvc/kylin/site/feed.xml?rev=1745332&r1=1745331&r2=1745332&view=diff
==============================================================================
--- kylin/site/feed.xml (original)
+++ kylin/site/feed.xml Tue May 24 08:45:57 2016
@@ -19,92 +19,92 @@
     <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, 23 May 2016 06:59:39 -0700</pubDate>
-    <lastBuildDate>Mon, 23 May 2016 06:59:39 -0700</lastBuildDate>
+    <pubDate>Tue, 24 May 2016 09:44:24 -0700</pubDate>
+    <lastBuildDate>Tue, 24 May 2016 09:44:24 -0700</lastBuildDate>
     <generator>Jekyll v2.5.3</generator>
     
       <item>
-        <title>Apache Kylin v1.5.1 Release Announcement</title>
-        <description>&lt;p&gt;The Apache Kylin community is pleased to 
announce the release of Apache Kylin v1.5.1.&lt;/p&gt;
-
-&lt;p&gt;Apache Kylin is an open source Distributed Analytics Engine designed 
to provide SQL interface and multi-dimensional analysis (OLAP) on Hadoop 
supporting extremely large datasets, original contributed from eBay 
Inc.&lt;/p&gt;
-
-&lt;p&gt;To download Apache Kylin v1.5.1 source code or binary package:&lt;br 
/&gt;
-please visit the &lt;a 
href=&quot;http://kylin.apache.org/download&quot;&gt;download&lt;/a&gt; 
page.&lt;/p&gt;
+        <title>Apache Kylin Guide for AWS EMR User</title>
+        <description>&lt;h1 
id=&quot;install-apache-kylin-on-emr&quot;&gt;Install Apache Kylin on 
EMR&lt;/h1&gt;
+&lt;ol&gt;
+  &lt;li&gt;
+    &lt;p&gt;Create an EMR cluster from AWS console, and remember to pick the 
applications configuration which contains HBase and Hive as shown here. &lt;br 
/&gt;
+&lt;img src=&quot;/images/blog/aws_emr_console.png&quot; alt=&quot;install EMR 
cluster&quot; title=&quot;Applications configuration when creating EMR 
cluster&quot; /&gt;&lt;/p&gt;
+  &lt;/li&gt;
+  &lt;li&gt;
+    &lt;p&gt;Login to master node of the cluster with ssh. (&lt;a 
href=&quot;http://docs.aws.amazon.com/ElasticMapReduce/latest/DeveloperGuide/emr-connect-master-node-ssh.html&quot;&gt;instruction&lt;/a&gt;)&lt;/p&gt;
+  &lt;/li&gt;
+  &lt;li&gt;
+    &lt;p&gt;Download and install Kylin binary, we take Kylin version 1.5.1 as 
example here (Please refer to &lt;a 
href=&quot;http://kylin.apache.org/download/&quot;&gt;Kylin download 
page&lt;/a&gt; for latest binary package). Run the commands below.&lt;/p&gt;
+  &lt;/li&gt;
+&lt;/ol&gt;
+
+&lt;div class=&quot;highlighter-rouge&quot;&gt;&lt;pre 
class=&quot;highlight&quot;&gt;&lt;code&gt;wget 
https://dist.apache.org/repos/dist/release/kylin/apache-kylin-1.5.1/apache-kylin-1.5.1-HBase1.1.3-bin.tar.gz
+tar xzf apache-kylin-1.5.1-HBase1.1.3-bin.tar.gz
+cd apache-kylin-1.5.1-bin
+export KYLIN_HOME=`pwd`
+&lt;/code&gt;&lt;/pre&gt;
+&lt;/div&gt;
 
-&lt;p&gt;This is a major release which brings more stable, robust and well 
management version, Apache Kylin community resolved about 37 issues including 
bug fixes, improvements, and few new features.&lt;/p&gt;
+&lt;h1 id=&quot;configure-apache-kylin&quot;&gt;Configure Apache 
Kylin&lt;/h1&gt;
 
-&lt;h2 id=&quot;change-highlights&quot;&gt;Change Highlights&lt;/h2&gt;
+&lt;p&gt;To make Kylin run well on AWS EMR we need to change some scripts. The 
fix can be found in this &lt;a 
href=&quot;https://github.com/apache/kylin/commit/dc08186d570e16b37d9ddaab80aba28801cdb3d0&quot;&gt;commit&lt;/a&gt;
 and it’ll be available in Kylin’s future version.&lt;/p&gt;
 
-&lt;p&gt;&lt;strong&gt;New Feature&lt;/strong&gt;&lt;/p&gt;
+&lt;p&gt;*First file is $KYLIN_HOME/bin/find-hive-dependency.sh, starting from 
line 68.&lt;/p&gt;
 
-&lt;ul&gt;
-  &lt;li&gt;Kylin support detail data query from fact table &lt;a 
href=&quot;https://issues.apache.org/jira/browse/KYLIN-1122&quot;&gt;KYLIN-1122&lt;/a&gt;&lt;/li&gt;
-  &lt;li&gt;Add UI for TopN measure &lt;a 
href=&quot;https://issues.apache.org/jira/browse/KYLIN-1378&quot;&gt;KYLIN-1378&lt;/a&gt;&lt;/li&gt;
-  &lt;li&gt;Custom dimension encoding &lt;a 
href=&quot;https://issues.apache.org/jira/browse/KYLIN-1492&quot;&gt;KYLIN-1492&lt;/a&gt;&lt;/li&gt;
-  &lt;li&gt;Metadata upgrade from 1.0~1.3 to 1.5, including metadata 
correction, relevant tools, etc. &lt;a 
href=&quot;https://issues.apache.org/jira/browse/KYLIN-1495&quot;&gt;KYLIN-1495&lt;/a&gt;&lt;/li&gt;
-  &lt;li&gt;Run some classes at the beginning of kylin server startup &lt;a 
href=&quot;https://issues.apache.org/jira/browse/KYLIN-1501&quot;&gt;KYLIN-1501&lt;/a&gt;&lt;/li&gt;
-  &lt;li&gt;Print version information with kylin.sh &lt;a 
href=&quot;https://issues.apache.org/jira/browse/KYLIN-1503&quot;&gt;KYLIN-1503&lt;/a&gt;&lt;/li&gt;
-  &lt;li&gt;Add smoke test scripts &lt;a 
href=&quot;https://issues.apache.org/jira/browse/KYLIN-1531&quot;&gt;KYLIN-1531&lt;/a&gt;&lt;/li&gt;
-  &lt;li&gt;Cube specific config, override global kylin.properties &lt;a 
href=&quot;https://issues.apache.org/jira/browse/KYLIN-1534&quot;&gt;KYLIN-1534&lt;/a&gt;&lt;/li&gt;
-  &lt;li&gt;REST API for deleting segment &lt;a 
href=&quot;https://issues.apache.org/jira/browse/KYLIN-1540&quot;&gt;KYLIN-1540&lt;/a&gt;&lt;/li&gt;
-  &lt;li&gt;IntegerDimEnc, custom dimension encoding for integers &lt;a 
href=&quot;https://issues.apache.org/jira/browse/KYLIN-1541&quot;&gt;KYLIN-1541&lt;/a&gt;&lt;/li&gt;
-  &lt;li&gt;Tool to dump information for diagnosis &lt;a 
href=&quot;https://issues.apache.org/jira/browse/KYLIN-1546&quot;&gt;KYLIN-1546&lt;/a&gt;&lt;/li&gt;
-  &lt;li&gt;Persist some recent bad query &lt;a 
href=&quot;https://issues.apache.org/jira/browse/KYLIN-1550&quot;&gt;KYLIN-1550&lt;/a&gt;&lt;/li&gt;
-&lt;/ul&gt;
+&lt;div class=&quot;highlighter-rouge&quot;&gt;&lt;pre 
class=&quot;highlight&quot;&gt;&lt;code&gt; 68 if [ -z &quot;$HCAT_HOME&quot; ]
+ 69 then
+ 70     echo &quot;HCAT_HOME not found, try to find hcatalog path from hadoop 
home&quot;
+ 71     hadoop_home=`echo $hive_exec_path | awk -F &#39;/hive.*/lib/&#39; 
&#39;{print $1}&#39;`
+ +             is_aws=`uname -r | grep amzn`
+ 72     if [ -d &quot;${hadoop_home}/hive-hcatalog&quot; ]; then
+ 73       hcatalog_home=${hadoop_home}/hive-hcatalog
+ 74     elif [ -d &quot;${hadoop_home}/hive/hcatalog&quot; ]; then
+ 75       hcatalog_home=${hadoop_home}/hive/hcatalog
+ +     elif [ -n is_aws ] &amp;amp;&amp;amp; [ -d 
&quot;/usr/lib/oozie/lib&quot; ]; then
+ +             hcatalog_home=/usr/lib/oozie/lib
+ 76     else
+ 77       echo &quot;Couldn&#39;t locate hcatalog installation, please make 
sure it is installed and set HCAT_HOME to the path.&quot;
+ 78       exit 1
+ 79     fi
+ 80 else
+ 81     echo &quot;HCAT_HOME is set to: $HCAT_HOME, use it to find hcatalog 
path:&quot;
+ 82     hcatalog_home=${HCAT_HOME}
+ 83 fi
+&lt;/code&gt;&lt;/pre&gt;
+&lt;/div&gt;
 
-&lt;p&gt;&lt;strong&gt;Improvement&lt;/strong&gt;&lt;/p&gt;
+&lt;p&gt;When Kylin starts running it tries to detect environment such as Hive 
home dictionary. It goes well most time but not for AWS EMR. In AWS EMR nodes, 
Hcatalog libs is under “/usr/lib/oozie/lib”, which is not expected. The 
modification makes Kylin handle it specially once detecting it’s running on 
AWS EMR.&lt;/p&gt;
 
-&lt;ul&gt;
-  &lt;li&gt;Use InstallShield 2015 to generate ODBC Driver setup files &lt;a 
href=&quot;https://issues.apache.org/jira/browse/KYLIN-1490&quot;&gt;KYLIN-1490&lt;/a&gt;&lt;/li&gt;
-  &lt;li&gt;cube desc signature not calculated correctly &lt;a 
href=&quot;https://issues.apache.org/jira/browse/KYLIN-1498&quot;&gt;KYLIN-1498&lt;/a&gt;&lt;/li&gt;
-  &lt;li&gt;streaming_fillgap cause out of memory &lt;a 
href=&quot;https://issues.apache.org/jira/browse/KYLIN-1500&quot;&gt;KYLIN-1500&lt;/a&gt;&lt;/li&gt;
-  &lt;li&gt;When cube is not empty, only signature consistent cube desc 
updates are allowed &lt;a 
href=&quot;https://issues.apache.org/jira/browse/KYLIN-1502&quot;&gt;KYLIN-1502&lt;/a&gt;&lt;/li&gt;
-  &lt;li&gt;Use NavigableSet to store rowkey and use prefix filter to check 
resource path prefix instead String comparison on tomcat side &lt;a 
href=&quot;https://issues.apache.org/jira/browse/KYLIN-1504&quot;&gt;KYLIN-1504&lt;/a&gt;&lt;/li&gt;
-  &lt;li&gt;Combine guava filters with Predicates.and &lt;a 
href=&quot;https://issues.apache.org/jira/browse/KYLIN-1505&quot;&gt;KYLIN-1505&lt;/a&gt;&lt;/li&gt;
-  &lt;li&gt;GTFilterScanner performance tuning &lt;a 
href=&quot;https://issues.apache.org/jira/browse/KYLIN-1543&quot;&gt;KYLIN-1543&lt;/a&gt;&lt;/li&gt;
-  &lt;li&gt;Enhance the check on aggregation group dimension number &lt;a 
href=&quot;https://issues.apache.org/jira/browse/KYLIN-1557&quot;&gt;KYLIN-1557&lt;/a&gt;&lt;/li&gt;
-&lt;/ul&gt;
-
-&lt;p&gt;&lt;strong&gt;Bug&lt;/strong&gt;&lt;/p&gt;
+&lt;p&gt;*Second file is $KYLIN_HOME/bin/find-hbase-dependency.sh, starting 
from line 20.&lt;/p&gt;
 
-&lt;ul&gt;
-  &lt;li&gt;need to encode export query url to get right result in query page 
&lt;a 
href=&quot;https://issues.apache.org/jira/browse/KYLIN-1373&quot;&gt;KYLIN-1373&lt;/a&gt;&lt;/li&gt;
-  &lt;li&gt;Kylin Job Monitor API: /kylin/api/jobs is too slow in large kylin 
deployment &lt;a 
href=&quot;https://issues.apache.org/jira/browse/KYLIN-1434&quot;&gt;KYLIN-1434&lt;/a&gt;&lt;/li&gt;
-  &lt;li&gt;Export csv get error when there is a plus sign in the sql &lt;a 
href=&quot;https://issues.apache.org/jira/browse/KYLIN-1472&quot;&gt;KYLIN-1472&lt;/a&gt;&lt;/li&gt;
-  &lt;li&gt;java.lang.IllegalArgumentException: Too many digits for 
NumberDictionary &lt;a 
href=&quot;https://issues.apache.org/jira/browse/KYLIN-1486&quot;&gt;KYLIN-1486&lt;/a&gt;&lt;/li&gt;
-  &lt;li&gt;Should return base cuboid as valid cuboid if no aggregation group 
matches &lt;a 
href=&quot;https://issues.apache.org/jira/browse/KYLIN-1491&quot;&gt;KYLIN-1491&lt;/a&gt;&lt;/li&gt;
-  &lt;li&gt;make ExecutableManager.getInstance thread safe &lt;a 
href=&quot;https://issues.apache.org/jira/browse/KYLIN-1493&quot;&gt;KYLIN-1493&lt;/a&gt;&lt;/li&gt;
-  &lt;li&gt;Make three class.getInstance thread safe &lt;a 
href=&quot;https://issues.apache.org/jira/browse/KYLIN-1497&quot;&gt;KYLIN-1497&lt;/a&gt;&lt;/li&gt;
-  &lt;li&gt;Couldn’t find hive dependency jar on some platform like CDH 
&lt;a 
href=&quot;https://issues.apache.org/jira/browse/KYLIN-1507&quot;&gt;KYLIN-1507&lt;/a&gt;&lt;/li&gt;
-  &lt;li&gt;Time partitioning doesn’t work across multiple days &lt;a 
href=&quot;https://issues.apache.org/jira/browse/KYLIN-1513&quot;&gt;KYLIN-1513&lt;/a&gt;&lt;/li&gt;
-  &lt;li&gt;MD5 validation of Tomcat does not work when package tar &lt;a 
href=&quot;https://issues.apache.org/jira/browse/KYLIN-1514&quot;&gt;KYLIN-1514&lt;/a&gt;&lt;/li&gt;
-  &lt;li&gt;Couldn’t refresh a cube segment whose start time is before 
1970-01-01 &lt;a 
href=&quot;https://issues.apache.org/jira/browse/KYLIN-1521&quot;&gt;KYLIN-1521&lt;/a&gt;&lt;/li&gt;
-  &lt;li&gt;HLLC is incorrect when result is feed from cache &lt;a 
href=&quot;https://issues.apache.org/jira/browse/KYLIN-1522&quot;&gt;KYLIN-1522&lt;/a&gt;&lt;/li&gt;
-  &lt;li&gt;Get “java.lang.Double cannot be cast to java.lang.Long” error 
when Top-N metris data type is BigInt &lt;a 
href=&quot;https://issues.apache.org/jira/browse/KYLIN-1524&quot;&gt;KYLIN-1524&lt;/a&gt;&lt;/li&gt;
-  &lt;li&gt;Columns with all NULL values can’t be queried &lt;a 
href=&quot;https://issues.apache.org/jira/browse/KYLIN-1527&quot;&gt;KYLIN-1527&lt;/a&gt;&lt;/li&gt;
-  &lt;li&gt;Failed to create flat hive table, when name is too long &lt;a 
href=&quot;https://issues.apache.org/jira/browse/KYLIN-1537&quot;&gt;KYLIN-1537&lt;/a&gt;&lt;/li&gt;
-  &lt;li&gt;DoubleDeltaSerializer cause obvious error after deserialize and 
serialize &lt;a 
href=&quot;https://issues.apache.org/jira/browse/KYLIN-1538&quot;&gt;KYLIN-1538&lt;/a&gt;&lt;/li&gt;
-  &lt;li&gt;Cannot find rowkey column “COL_NAME” in cube CubeDesc &lt;a 
href=&quot;https://issues.apache.org/jira/browse/KYLIN-1553&quot;&gt;KYLIN-1553&lt;/a&gt;&lt;/li&gt;
-  &lt;li&gt;Unclosed table in BuildCubeWithEngine#checkHFilesInHBase() &lt;a 
href=&quot;https://issues.apache.org/jira/browse/KYLIN-1564&quot;&gt;KYLIN-1564&lt;/a&gt;&lt;/li&gt;
-&lt;/ul&gt;
+&lt;div class=&quot;highlighter-rouge&quot;&gt;&lt;pre 
class=&quot;highlight&quot;&gt;&lt;code&gt; 20 hbase_classpath=`hbase classpath`
+ +
+ +     is_aws=`uname -r | grep amzn`
+ +     if [ -n is_aws ] &amp;amp;&amp;amp; [ -d &quot;/usr/lib/oozie/lib&quot; 
]; then
+ +     export HBASE_ENV_INIT=&quot;true&quot;
+ +     fi
+ +
+ 21 arr=(`echo $hbase_classpath | cut -d &quot;:&quot;  
--output-delimiter=&quot; &quot; -f 1-`)
+&lt;/code&gt;&lt;/pre&gt;
+&lt;/div&gt;
 
-&lt;p&gt;&lt;strong&gt;Upgrade&lt;/strong&gt;&lt;/p&gt;
+&lt;p&gt;In AWS EMR, Hbase scripts reset environment variable HBASE_CLASSPATH 
in its first run, which is determined by environment variable HBASE_ENV_INIT. 
Kylin builds its own class path according to this variable. To avoid missing 
libs caused by HBASE_CLASSPATH reseting, Kylin set HBASE_ENV_INIT to “true” 
after running “hbase classpath” so that HBASE_CLASSPATH won’t be reset 
next time run “hbase classpath”.&lt;/p&gt;
 
-&lt;p&gt;Data and metadata of this version is back compatible with v1.5.0, but 
may need to &lt;a 
href=&quot;/docs15/howto/howto_update_coprocessor.html&quot;&gt;redeploy hbase 
coprocessor&lt;/a&gt;.&lt;/p&gt;
+&lt;h1 id=&quot;load-sample-data-and-start-apache-kylin&quot;&gt;Load sample 
data and start Apache Kylin&lt;/h1&gt;
 
-&lt;p&gt;&lt;strong&gt;Support&lt;/strong&gt;&lt;/p&gt;
+&lt;p&gt;Run following commands to load sample data and start Kylin 
service.&lt;/p&gt;
 
-&lt;p&gt;Any issue or question, please&lt;br /&gt;
-open JIRA to Kylin project: &lt;a 
href=&quot;https://issues.apache.org/jira/browse/KYLIN/&quot;&gt;https://issues.apache.org/jira/browse/KYLIN/&lt;/a&gt;&lt;br
 /&gt;
-or&lt;br /&gt;
-send mail to Apache Kylin dev mailing list: &lt;a 
href=&quot;&amp;#109;&amp;#097;&amp;#105;&amp;#108;&amp;#116;&amp;#111;:&amp;#100;&amp;#101;&amp;#118;&amp;#064;&amp;#107;&amp;#121;&amp;#108;&amp;#105;&amp;#110;&amp;#046;&amp;#097;&amp;#112;&amp;#097;&amp;#099;&amp;#104;&amp;#101;&amp;#046;&amp;#111;&amp;#114;&amp;#103;&quot;&gt;&amp;#100;&amp;#101;&amp;#118;&amp;#064;&amp;#107;&amp;#121;&amp;#108;&amp;#105;&amp;#110;&amp;#046;&amp;#097;&amp;#112;&amp;#097;&amp;#099;&amp;#104;&amp;#101;&amp;#046;&amp;#111;&amp;#114;&amp;#103;&lt;/a&gt;&lt;/p&gt;
+&lt;div class=&quot;highlighter-rouge&quot;&gt;&lt;pre 
class=&quot;highlight&quot;&gt;&lt;code&gt;$KYLIN_HOME/bin/sample.sh
+$KYLIN_HOME/bin/kylin.sh start
+&lt;/code&gt;&lt;/pre&gt;
+&lt;/div&gt;
 
-&lt;p&gt;&lt;em&gt;Great thanks to everyone who 
contributed!&lt;/em&gt;&lt;/p&gt;
+&lt;p&gt;Now you can play with Kylin. For further guide, please refer to &lt;a 
href=&quot;http://kylin.apache.org/docs15/&quot;&gt;Kylin official 
doc&lt;/a&gt;.&lt;/p&gt;
 </description>
-        <pubDate>Tue, 12 Apr 2016 04:00:00 -0700</pubDate>
-        <link>http://kylin.apache.org/blog/2016/04/12/release-v1.5.1/</link>
-        <guid 
isPermaLink="true">http://kylin.apache.org/blog/2016/04/12/release-v1.5.1/</guid>
+        <pubDate>Tue, 24 May 2016 04:00:00 -0700</pubDate>
+        <link>http://kylin.apache.org/blog/2016/05/24/aws-emr/</link>
+        <guid 
isPermaLink="true">http://kylin.apache.org/blog/2016/05/24/aws-emr/</guid>
         
         
         <category>blog</category>
@@ -200,6 +200,94 @@ send mail to Apache Kylin dev mailing li
       </item>
     
       <item>
+        <title>Apache Kylin v1.5.1 Release Announcement</title>
+        <description>&lt;p&gt;The Apache Kylin community is pleased to 
announce the release of Apache Kylin v1.5.1.&lt;/p&gt;
+
+&lt;p&gt;Apache Kylin is an open source Distributed Analytics Engine designed 
to provide SQL interface and multi-dimensional analysis (OLAP) on Hadoop 
supporting extremely large datasets, original contributed from eBay 
Inc.&lt;/p&gt;
+
+&lt;p&gt;To download Apache Kylin v1.5.1 source code or binary package:&lt;br 
/&gt;
+please visit the &lt;a 
href=&quot;http://kylin.apache.org/download&quot;&gt;download&lt;/a&gt; 
page.&lt;/p&gt;
+
+&lt;p&gt;This is a major release which brings more stable, robust and well 
management version, Apache Kylin community resolved about 37 issues including 
bug fixes, improvements, and few new features.&lt;/p&gt;
+
+&lt;h2 id=&quot;change-highlights&quot;&gt;Change Highlights&lt;/h2&gt;
+
+&lt;p&gt;&lt;strong&gt;New Feature&lt;/strong&gt;&lt;/p&gt;
+
+&lt;ul&gt;
+  &lt;li&gt;Kylin support detail data query from fact table &lt;a 
href=&quot;https://issues.apache.org/jira/browse/KYLIN-1122&quot;&gt;KYLIN-1122&lt;/a&gt;&lt;/li&gt;
+  &lt;li&gt;Add UI for TopN measure &lt;a 
href=&quot;https://issues.apache.org/jira/browse/KYLIN-1378&quot;&gt;KYLIN-1378&lt;/a&gt;&lt;/li&gt;
+  &lt;li&gt;Custom dimension encoding &lt;a 
href=&quot;https://issues.apache.org/jira/browse/KYLIN-1492&quot;&gt;KYLIN-1492&lt;/a&gt;&lt;/li&gt;
+  &lt;li&gt;Metadata upgrade from 1.0~1.3 to 1.5, including metadata 
correction, relevant tools, etc. &lt;a 
href=&quot;https://issues.apache.org/jira/browse/KYLIN-1495&quot;&gt;KYLIN-1495&lt;/a&gt;&lt;/li&gt;
+  &lt;li&gt;Run some classes at the beginning of kylin server startup &lt;a 
href=&quot;https://issues.apache.org/jira/browse/KYLIN-1501&quot;&gt;KYLIN-1501&lt;/a&gt;&lt;/li&gt;
+  &lt;li&gt;Print version information with kylin.sh &lt;a 
href=&quot;https://issues.apache.org/jira/browse/KYLIN-1503&quot;&gt;KYLIN-1503&lt;/a&gt;&lt;/li&gt;
+  &lt;li&gt;Add smoke test scripts &lt;a 
href=&quot;https://issues.apache.org/jira/browse/KYLIN-1531&quot;&gt;KYLIN-1531&lt;/a&gt;&lt;/li&gt;
+  &lt;li&gt;Cube specific config, override global kylin.properties &lt;a 
href=&quot;https://issues.apache.org/jira/browse/KYLIN-1534&quot;&gt;KYLIN-1534&lt;/a&gt;&lt;/li&gt;
+  &lt;li&gt;REST API for deleting segment &lt;a 
href=&quot;https://issues.apache.org/jira/browse/KYLIN-1540&quot;&gt;KYLIN-1540&lt;/a&gt;&lt;/li&gt;
+  &lt;li&gt;IntegerDimEnc, custom dimension encoding for integers &lt;a 
href=&quot;https://issues.apache.org/jira/browse/KYLIN-1541&quot;&gt;KYLIN-1541&lt;/a&gt;&lt;/li&gt;
+  &lt;li&gt;Tool to dump information for diagnosis &lt;a 
href=&quot;https://issues.apache.org/jira/browse/KYLIN-1546&quot;&gt;KYLIN-1546&lt;/a&gt;&lt;/li&gt;
+  &lt;li&gt;Persist some recent bad query &lt;a 
href=&quot;https://issues.apache.org/jira/browse/KYLIN-1550&quot;&gt;KYLIN-1550&lt;/a&gt;&lt;/li&gt;
+&lt;/ul&gt;
+
+&lt;p&gt;&lt;strong&gt;Improvement&lt;/strong&gt;&lt;/p&gt;
+
+&lt;ul&gt;
+  &lt;li&gt;Use InstallShield 2015 to generate ODBC Driver setup files &lt;a 
href=&quot;https://issues.apache.org/jira/browse/KYLIN-1490&quot;&gt;KYLIN-1490&lt;/a&gt;&lt;/li&gt;
+  &lt;li&gt;cube desc signature not calculated correctly &lt;a 
href=&quot;https://issues.apache.org/jira/browse/KYLIN-1498&quot;&gt;KYLIN-1498&lt;/a&gt;&lt;/li&gt;
+  &lt;li&gt;streaming_fillgap cause out of memory &lt;a 
href=&quot;https://issues.apache.org/jira/browse/KYLIN-1500&quot;&gt;KYLIN-1500&lt;/a&gt;&lt;/li&gt;
+  &lt;li&gt;When cube is not empty, only signature consistent cube desc 
updates are allowed &lt;a 
href=&quot;https://issues.apache.org/jira/browse/KYLIN-1502&quot;&gt;KYLIN-1502&lt;/a&gt;&lt;/li&gt;
+  &lt;li&gt;Use NavigableSet to store rowkey and use prefix filter to check 
resource path prefix instead String comparison on tomcat side &lt;a 
href=&quot;https://issues.apache.org/jira/browse/KYLIN-1504&quot;&gt;KYLIN-1504&lt;/a&gt;&lt;/li&gt;
+  &lt;li&gt;Combine guava filters with Predicates.and &lt;a 
href=&quot;https://issues.apache.org/jira/browse/KYLIN-1505&quot;&gt;KYLIN-1505&lt;/a&gt;&lt;/li&gt;
+  &lt;li&gt;GTFilterScanner performance tuning &lt;a 
href=&quot;https://issues.apache.org/jira/browse/KYLIN-1543&quot;&gt;KYLIN-1543&lt;/a&gt;&lt;/li&gt;
+  &lt;li&gt;Enhance the check on aggregation group dimension number &lt;a 
href=&quot;https://issues.apache.org/jira/browse/KYLIN-1557&quot;&gt;KYLIN-1557&lt;/a&gt;&lt;/li&gt;
+&lt;/ul&gt;
+
+&lt;p&gt;&lt;strong&gt;Bug&lt;/strong&gt;&lt;/p&gt;
+
+&lt;ul&gt;
+  &lt;li&gt;need to encode export query url to get right result in query page 
&lt;a 
href=&quot;https://issues.apache.org/jira/browse/KYLIN-1373&quot;&gt;KYLIN-1373&lt;/a&gt;&lt;/li&gt;
+  &lt;li&gt;Kylin Job Monitor API: /kylin/api/jobs is too slow in large kylin 
deployment &lt;a 
href=&quot;https://issues.apache.org/jira/browse/KYLIN-1434&quot;&gt;KYLIN-1434&lt;/a&gt;&lt;/li&gt;
+  &lt;li&gt;Export csv get error when there is a plus sign in the sql &lt;a 
href=&quot;https://issues.apache.org/jira/browse/KYLIN-1472&quot;&gt;KYLIN-1472&lt;/a&gt;&lt;/li&gt;
+  &lt;li&gt;java.lang.IllegalArgumentException: Too many digits for 
NumberDictionary &lt;a 
href=&quot;https://issues.apache.org/jira/browse/KYLIN-1486&quot;&gt;KYLIN-1486&lt;/a&gt;&lt;/li&gt;
+  &lt;li&gt;Should return base cuboid as valid cuboid if no aggregation group 
matches &lt;a 
href=&quot;https://issues.apache.org/jira/browse/KYLIN-1491&quot;&gt;KYLIN-1491&lt;/a&gt;&lt;/li&gt;
+  &lt;li&gt;make ExecutableManager.getInstance thread safe &lt;a 
href=&quot;https://issues.apache.org/jira/browse/KYLIN-1493&quot;&gt;KYLIN-1493&lt;/a&gt;&lt;/li&gt;
+  &lt;li&gt;Make three class.getInstance thread safe &lt;a 
href=&quot;https://issues.apache.org/jira/browse/KYLIN-1497&quot;&gt;KYLIN-1497&lt;/a&gt;&lt;/li&gt;
+  &lt;li&gt;Couldn’t find hive dependency jar on some platform like CDH 
&lt;a 
href=&quot;https://issues.apache.org/jira/browse/KYLIN-1507&quot;&gt;KYLIN-1507&lt;/a&gt;&lt;/li&gt;
+  &lt;li&gt;Time partitioning doesn’t work across multiple days &lt;a 
href=&quot;https://issues.apache.org/jira/browse/KYLIN-1513&quot;&gt;KYLIN-1513&lt;/a&gt;&lt;/li&gt;
+  &lt;li&gt;MD5 validation of Tomcat does not work when package tar &lt;a 
href=&quot;https://issues.apache.org/jira/browse/KYLIN-1514&quot;&gt;KYLIN-1514&lt;/a&gt;&lt;/li&gt;
+  &lt;li&gt;Couldn’t refresh a cube segment whose start time is before 
1970-01-01 &lt;a 
href=&quot;https://issues.apache.org/jira/browse/KYLIN-1521&quot;&gt;KYLIN-1521&lt;/a&gt;&lt;/li&gt;
+  &lt;li&gt;HLLC is incorrect when result is feed from cache &lt;a 
href=&quot;https://issues.apache.org/jira/browse/KYLIN-1522&quot;&gt;KYLIN-1522&lt;/a&gt;&lt;/li&gt;
+  &lt;li&gt;Get “java.lang.Double cannot be cast to java.lang.Long” error 
when Top-N metris data type is BigInt &lt;a 
href=&quot;https://issues.apache.org/jira/browse/KYLIN-1524&quot;&gt;KYLIN-1524&lt;/a&gt;&lt;/li&gt;
+  &lt;li&gt;Columns with all NULL values can’t be queried &lt;a 
href=&quot;https://issues.apache.org/jira/browse/KYLIN-1527&quot;&gt;KYLIN-1527&lt;/a&gt;&lt;/li&gt;
+  &lt;li&gt;Failed to create flat hive table, when name is too long &lt;a 
href=&quot;https://issues.apache.org/jira/browse/KYLIN-1537&quot;&gt;KYLIN-1537&lt;/a&gt;&lt;/li&gt;
+  &lt;li&gt;DoubleDeltaSerializer cause obvious error after deserialize and 
serialize &lt;a 
href=&quot;https://issues.apache.org/jira/browse/KYLIN-1538&quot;&gt;KYLIN-1538&lt;/a&gt;&lt;/li&gt;
+  &lt;li&gt;Cannot find rowkey column “COL_NAME” in cube CubeDesc &lt;a 
href=&quot;https://issues.apache.org/jira/browse/KYLIN-1553&quot;&gt;KYLIN-1553&lt;/a&gt;&lt;/li&gt;
+  &lt;li&gt;Unclosed table in BuildCubeWithEngine#checkHFilesInHBase() &lt;a 
href=&quot;https://issues.apache.org/jira/browse/KYLIN-1564&quot;&gt;KYLIN-1564&lt;/a&gt;&lt;/li&gt;
+&lt;/ul&gt;
+
+&lt;p&gt;&lt;strong&gt;Upgrade&lt;/strong&gt;&lt;/p&gt;
+
+&lt;p&gt;Data and metadata of this version is back compatible with v1.5.0, but 
may need to &lt;a 
href=&quot;/docs15/howto/howto_update_coprocessor.html&quot;&gt;redeploy hbase 
coprocessor&lt;/a&gt;.&lt;/p&gt;
+
+&lt;p&gt;&lt;strong&gt;Support&lt;/strong&gt;&lt;/p&gt;
+
+&lt;p&gt;Any issue or question, please&lt;br /&gt;
+open JIRA to Kylin project: &lt;a 
href=&quot;https://issues.apache.org/jira/browse/KYLIN/&quot;&gt;https://issues.apache.org/jira/browse/KYLIN/&lt;/a&gt;&lt;br
 /&gt;
+or&lt;br /&gt;
+send mail to Apache Kylin dev mailing list: &lt;a 
href=&quot;&amp;#109;&amp;#097;&amp;#105;&amp;#108;&amp;#116;&amp;#111;:&amp;#100;&amp;#101;&amp;#118;&amp;#064;&amp;#107;&amp;#121;&amp;#108;&amp;#105;&amp;#110;&amp;#046;&amp;#097;&amp;#112;&amp;#097;&amp;#099;&amp;#104;&amp;#101;&amp;#046;&amp;#111;&amp;#114;&amp;#103;&quot;&gt;&amp;#100;&amp;#101;&amp;#118;&amp;#064;&amp;#107;&amp;#121;&amp;#108;&amp;#105;&amp;#110;&amp;#046;&amp;#097;&amp;#112;&amp;#097;&amp;#099;&amp;#104;&amp;#101;&amp;#046;&amp;#111;&amp;#114;&amp;#103;&lt;/a&gt;&lt;/p&gt;
+
+&lt;p&gt;&lt;em&gt;Great thanks to everyone who 
contributed!&lt;/em&gt;&lt;/p&gt;
+</description>
+        <pubDate>Tue, 12 Apr 2016 04:00:00 -0700</pubDate>
+        <link>http://kylin.apache.org/blog/2016/04/12/release-v1.5.1/</link>
+        <guid 
isPermaLink="true">http://kylin.apache.org/blog/2016/04/12/release-v1.5.1/</guid>
+        
+        
+        <category>blog</category>
+        
+      </item>
+    
+      <item>
         <title>Approximate Top-N support in Kylin</title>
         <description>&lt;h2 id=&quot;background&quot;&gt;Background&lt;/h2&gt;
 
@@ -683,6 +771,87 @@ send mail to Apache Kylin dev mailing li
       </item>
     
       <item>
+        <title>Apache Kylin v1.3.0 正式发布</title>
+        <description>&lt;p&gt;Apache Kylin社区非常高兴宣布Apache Kylin 
v1.3.0正式发布,这是自顺利毕业成Apache顶级项目后的第二个发布版本。&lt;/p&gt;
+
+&lt;p&gt;Apache 
Kylin是一个开源的分布式分析引擎,提供Hadoop之上的SQL查询接口及多维分析(OLAP)能力以支持è¶
…大规模数据,最初由eBay Inc. 
开发并贡献至开源社区。&lt;/p&gt;
+
+&lt;p&gt;下载Apache Kylin v1.3.0源代码及二进制安装包,&lt;br /&gt;
+请访问&lt;a 
href=&quot;http://kylin.apache.org/cn/download/&quot;&gt;下载&lt;/a&gt;页面.&lt;/p&gt;
+
+&lt;p&gt;这是一个主要的版本发布带来了更稳定,健壮及更好管理的版本,Apache
 Kylin社区解决了57个issue,包
括Bug修复,功能增强及一些新特性等。&lt;/p&gt;
+
+&lt;h2 id=&quot;section&quot;&gt;主要变化&lt;/h2&gt;
+
+&lt;p&gt;&lt;strong&gt;新功能&lt;/strong&gt;&lt;/p&gt;
+
+&lt;ul&gt;
+  &lt;li&gt;从Kylin中卸载表 &lt;a 
href=&quot;https://issues.apache.org/jira/browse/KYLIN-579&quot;&gt;KYLIN-579&lt;/a&gt;&lt;/li&gt;
+  &lt;li&gt;支持自定义的Aggregation Types &lt;a 
href=&quot;https://issues.apache.org/jira/browse/KYLIN-976&quot;&gt;KYLIN-976&lt;/a&gt;&lt;/li&gt;
+  &lt;li&gt;支持Hive Beeline客户端 &lt;a 
href=&quot;https://issues.apache.org/jira/browse/KYLIN-1054&quot;&gt;KYLIN-1054&lt;/a&gt;&lt;/li&gt;
+  &lt;li&gt;克隆cube元数据 &lt;a 
href=&quot;https://issues.apache.org/jira/browse/KYLIN-1128&quot;&gt;KYLIN-1128&lt;/a&gt;&lt;/li&gt;
+  &lt;li&gt;在有限条件下使用bitmap支持精确的distinct count &lt;a 
href=&quot;https://issues.apache.org/jira/browse/KYLIN-1186&quot;&gt;KYLIN-1186&lt;/a&gt;&lt;/li&gt;
+&lt;/ul&gt;
+
+&lt;p&gt;&lt;strong&gt;改进&lt;/strong&gt;&lt;/p&gt;
+
+&lt;ul&gt;
+  &lt;li&gt;HiveColumnCardinalityJob使用conf/kylin_job_conf.xml下的配置 
&lt;a 
href=&quot;https://issues.apache.org/jira/browse/KYLIN-955&quot;&gt;KYLIN-955&lt;/a&gt;&lt;/li&gt;
+  &lt;li&gt;从RM获取状态时支持kerberos &lt;a 
href=&quot;https://issues.apache.org/jira/browse/KYLIN-1014&quot;&gt;KYLIN-1014&lt;/a&gt;&lt;/li&gt;
+  &lt;li&gt;允许通过选择模式来选择hive的表 &lt;a 
href=&quot;https://issues.apache.org/jira/browse/KYLIN-1074&quot;&gt;KYLIN-1074&lt;/a&gt;&lt;/li&gt;
+  &lt;li&gt;hive的依赖加入到tmpjars &lt;a 
href=&quot;https://issues.apache.org/jira/browse/KYLIN-1082&quot;&gt;KYLIN-1082&lt;/a&gt;&lt;/li&gt;
+  &lt;li&gt;cube创建cube时简化filter输入 &lt;a 
href=&quot;https://issues.apache.org/jira/browse/KYLIN-1132&quot;&gt;KYLIN-1132&lt;/a&gt;&lt;/li&gt;
+  &lt;li&gt;增强project级别的ACL &lt;a 
href=&quot;https://issues.apache.org/jira/browse/KYLIN-1201&quot;&gt;KYLIN-1201&lt;/a&gt;&lt;/li&gt;
+  &lt;li&gt;增加’Enable Cache’ 按钮 &lt;a 
href=&quot;https://issues.apache.org/jira/browse/KYLIN-1211&quot;&gt;KYLIN-1211&lt;/a&gt;&lt;/li&gt;
+  &lt;li&gt;增强DeployCoprocessorCLI支持filter &lt;a 
href=&quot;https://issues.apache.org/jira/browse/KYLIN-1312&quot;&gt;KYLIN-1312&lt;/a&gt;&lt;/li&gt;
+  &lt;li&gt;放弃job时杀死后台hadoop进程 &lt;a 
href=&quot;https://issues.apache.org/jira/browse/KYLIN-1317&quot;&gt;KYLIN-1317&lt;/a&gt;&lt;/li&gt;
+  &lt;li&gt;改进convert hfile的性能 &lt;a 
href=&quot;https://issues.apache.org/jira/browse/KYLIN-1323&quot;&gt;KYLIN-1323&lt;/a&gt;&lt;/li&gt;
+  &lt;li&gt;升级calcite到1.6 &lt;a 
href=&quot;https://issues.apache.org/jira/browse/KYLIN-1343&quot;&gt;KYLIN-1343&lt;/a&gt;&lt;/li&gt;
+&lt;/ul&gt;
+
+&lt;p&gt;&lt;strong&gt;Bug修复&lt;/strong&gt;&lt;/p&gt;
+
+&lt;ul&gt;
+  &lt;li&gt;Calcite报出 “java.lang.Float cannot be cast to 
java.lang.Double” &lt;a 
href=&quot;https://issues.apache.org/jira/browse/KYLIN-918&quot;&gt;KYLIN-918&lt;/a&gt;&lt;/li&gt;
+  &lt;li&gt;不支持select [MeasureCol] from [FactTbl] &lt;a 
href=&quot;https://issues.apache.org/jira/browse/KYLIN-1075&quot;&gt;KYLIN-1075&lt;/a&gt;&lt;/li&gt;
+  &lt;li&gt;长维度值导致ArrayIndexOutOfBoundsException &lt;a 
href=&quot;https://issues.apache.org/jira/browse/KYLIN-1104&quot;&gt;KYLIN-1104&lt;/a&gt;&lt;/li&gt;
+  &lt;li&gt;前端相关bug &lt;a 
href=&quot;https://issues.apache.org/jira/browse/KYLIN-1159&quot;&gt;KYLIN-1159&lt;/a&gt;&lt;/li&gt;
+  &lt;li&gt;CubeMigrationCLI ACL 相关问题 &lt;a 
href=&quot;https://issues.apache.org/jira/browse/KYLIN-1230&quot;&gt;KYLIN-1230&lt;/a&gt;&lt;/li&gt;
+  &lt;li&gt;创建同名cube时model被覆盖 &lt;a 
href=&quot;https://issues.apache.org/jira/browse/KYLIN-1254&quot;&gt;KYLIN-1254&lt;/a&gt;&lt;/li&gt;
+  &lt;li&gt;从JDBC查询时默认返回partial result &lt;a 
href=&quot;https://issues.apache.org/jira/browse/KYLIN-1274&quot;&gt;KYLIN-1274&lt;/a&gt;&lt;/li&gt;
+  &lt;li&gt;有多个OR语句的PrepareStatement失败 &lt;a 
href=&quot;https://issues.apache.org/jira/browse/KYLIN-1372&quot;&gt;KYLIN-1372&lt;/a&gt;&lt;/li&gt;
+  &lt;li&gt;kylin.metadata.url HBase 名字空间问题 &lt;a 
href=&quot;https://issues.apache.org/jira/browse/KYLIN-1400&quot;&gt;KYLIN-1400&lt;/a&gt;&lt;/li&gt;
+  &lt;li&gt;Hive Column Cardinality 作业时报出 
StringIndexOutOfBoundsException &lt;a 
href=&quot;https://issues.apache.org/jira/browse/KYLIN-1402&quot;&gt;KYLIN-1402&lt;/a&gt;&lt;/li&gt;
+  &lt;li&gt;子查询中有orderby时报出NullPointerException &lt;a 
href=&quot;https://issues.apache.org/jira/browse/KYLIN-1419&quot;&gt;KYLIN-1419&lt;/a&gt;&lt;/li&gt;
+  &lt;li&gt;HBase 大小精确度问题 &lt;a 
href=&quot;https://issues.apache.org/jira/browse/KYLIN-1423&quot;&gt;KYLIN-1423&lt;/a&gt;&lt;/li&gt;
+  &lt;li&gt;取消使用 “1970-01-01” 作为默认cube结束时间 &lt;a 
href=&quot;https://issues.apache.org/jira/browse/KYLIN-1456&quot;&gt;KYLIN-1456&lt;/a&gt;&lt;/li&gt;
+  &lt;li&gt;Hive的依赖在测试中被写死 &lt;a 
href=&quot;https://issues.apache.org/jira/browse/KYLIN-1469&quot;&gt;KYLIN-1469&lt;/a&gt;&lt;/li&gt;
+&lt;/ul&gt;
+
+&lt;p&gt;&lt;strong&gt;升级&lt;/strong&gt;&lt;/p&gt;
+
+&lt;p&gt;我们建议从早前颁布升级到此版本已获得更好的性能,稳定性及Bug修复等。&lt;br
 /&gt;
+并且与社区最新特性及支持保持同步。&lt;/p&gt;
+
+&lt;p&gt;&lt;strong&gt;支持&lt;/strong&gt;&lt;/p&gt;
+
+&lt;p&gt;升级和使用过程中有任何问题,请:&lt;br /&gt;
+提交至Kylin的JIRA: &lt;a 
href=&quot;https://issues.apache.org/jira/browse/KYLIN/&quot;&gt;https://issues.apache.org/jira/browse/KYLIN/&lt;/a&gt;&lt;br
 /&gt;
+或者&lt;br /&gt;
+发送邮件到Apache Kylin邮件列表: &lt;a 
href=&quot;&amp;#109;&amp;#097;&amp;#105;&amp;#108;&amp;#116;&amp;#111;:&amp;#100;&amp;#101;&amp;#118;&amp;#064;&amp;#107;&amp;#121;&amp;#108;&amp;#105;&amp;#110;&amp;#046;&amp;#097;&amp;#112;&amp;#097;&amp;#099;&amp;#104;&amp;#101;&amp;#046;&amp;#111;&amp;#114;&amp;#103;&quot;&gt;&amp;#100;&amp;#101;&amp;#118;&amp;#064;&amp;#107;&amp;#121;&amp;#108;&amp;#105;&amp;#110;&amp;#046;&amp;#097;&amp;#112;&amp;#097;&amp;#099;&amp;#104;&amp;#101;&amp;#046;&amp;#111;&amp;#114;&amp;#103;&lt;/a&gt;&lt;/p&gt;
+
+&lt;p&gt;&lt;em&gt;感谢每一位朋友的参与和贡献!&lt;/em&gt;&lt;/p&gt;
+</description>
+        <pubDate>Wed, 16 Mar 2016 15:00:00 -0700</pubDate>
+        <link>http://kylin.apache.org/cn/blog/2016/03/16/release-v1.3.0/</link>
+        <guid 
isPermaLink="true">http://kylin.apache.org/cn/blog/2016/03/16/release-v1.3.0/</guid>
+        
+        
+        <category>blog</category>
+        
+      </item>
+    
+      <item>
         <title>Apache Kylin v1.3.0 Release Announcement</title>
         <description>&lt;p&gt;The Apache Kylin community is pleased to 
announce the release of Apache Kylin v1.3.0, the second release after 
graduation.&lt;/p&gt;
 
@@ -796,87 +965,6 @@ send mail to Apache Kylin dev mailing li
       </item>
     
       <item>
-        <title>Apache Kylin v1.3.0 正式发布</title>
-        <description>&lt;p&gt;Apache Kylin社区非常高兴宣布Apache Kylin 
v1.3.0正式发布,这是自顺利毕业成Apache顶级项目后的第二个发布版本。&lt;/p&gt;
-
-&lt;p&gt;Apache 
Kylin是一个开源的分布式分析引擎,提供Hadoop之上的SQL查询接口及多维分析(OLAP)能力以支持è¶
…大规模数据,最初由eBay Inc. 
开发并贡献至开源社区。&lt;/p&gt;
-
-&lt;p&gt;下载Apache Kylin v1.3.0源代码及二进制安装包,&lt;br /&gt;
-请访问&lt;a 
href=&quot;http://kylin.apache.org/cn/download/&quot;&gt;下载&lt;/a&gt;页面.&lt;/p&gt;
-
-&lt;p&gt;这是一个主要的版本发布带来了更稳定,健壮及更好管理的版本,Apache
 Kylin社区解决了57个issue,包
括Bug修复,功能增强及一些新特性等。&lt;/p&gt;
-
-&lt;h2 id=&quot;section&quot;&gt;主要变化&lt;/h2&gt;
-
-&lt;p&gt;&lt;strong&gt;新功能&lt;/strong&gt;&lt;/p&gt;
-
-&lt;ul&gt;
-  &lt;li&gt;从Kylin中卸载表 &lt;a 
href=&quot;https://issues.apache.org/jira/browse/KYLIN-579&quot;&gt;KYLIN-579&lt;/a&gt;&lt;/li&gt;
-  &lt;li&gt;支持自定义的Aggregation Types &lt;a 
href=&quot;https://issues.apache.org/jira/browse/KYLIN-976&quot;&gt;KYLIN-976&lt;/a&gt;&lt;/li&gt;
-  &lt;li&gt;支持Hive Beeline客户端 &lt;a 
href=&quot;https://issues.apache.org/jira/browse/KYLIN-1054&quot;&gt;KYLIN-1054&lt;/a&gt;&lt;/li&gt;
-  &lt;li&gt;克隆cube元数据 &lt;a 
href=&quot;https://issues.apache.org/jira/browse/KYLIN-1128&quot;&gt;KYLIN-1128&lt;/a&gt;&lt;/li&gt;
-  &lt;li&gt;在有限条件下使用bitmap支持精确的distinct count &lt;a 
href=&quot;https://issues.apache.org/jira/browse/KYLIN-1186&quot;&gt;KYLIN-1186&lt;/a&gt;&lt;/li&gt;
-&lt;/ul&gt;
-
-&lt;p&gt;&lt;strong&gt;改进&lt;/strong&gt;&lt;/p&gt;
-
-&lt;ul&gt;
-  &lt;li&gt;HiveColumnCardinalityJob使用conf/kylin_job_conf.xml下的配置 
&lt;a 
href=&quot;https://issues.apache.org/jira/browse/KYLIN-955&quot;&gt;KYLIN-955&lt;/a&gt;&lt;/li&gt;
-  &lt;li&gt;从RM获取状态时支持kerberos &lt;a 
href=&quot;https://issues.apache.org/jira/browse/KYLIN-1014&quot;&gt;KYLIN-1014&lt;/a&gt;&lt;/li&gt;
-  &lt;li&gt;允许通过选择模式来选择hive的表 &lt;a 
href=&quot;https://issues.apache.org/jira/browse/KYLIN-1074&quot;&gt;KYLIN-1074&lt;/a&gt;&lt;/li&gt;
-  &lt;li&gt;hive的依赖加入到tmpjars &lt;a 
href=&quot;https://issues.apache.org/jira/browse/KYLIN-1082&quot;&gt;KYLIN-1082&lt;/a&gt;&lt;/li&gt;
-  &lt;li&gt;cube创建cube时简化filter输入 &lt;a 
href=&quot;https://issues.apache.org/jira/browse/KYLIN-1132&quot;&gt;KYLIN-1132&lt;/a&gt;&lt;/li&gt;
-  &lt;li&gt;增强project级别的ACL &lt;a 
href=&quot;https://issues.apache.org/jira/browse/KYLIN-1201&quot;&gt;KYLIN-1201&lt;/a&gt;&lt;/li&gt;
-  &lt;li&gt;增加’Enable Cache’ 按钮 &lt;a 
href=&quot;https://issues.apache.org/jira/browse/KYLIN-1211&quot;&gt;KYLIN-1211&lt;/a&gt;&lt;/li&gt;
-  &lt;li&gt;增强DeployCoprocessorCLI支持filter &lt;a 
href=&quot;https://issues.apache.org/jira/browse/KYLIN-1312&quot;&gt;KYLIN-1312&lt;/a&gt;&lt;/li&gt;
-  &lt;li&gt;放弃job时杀死后台hadoop进程 &lt;a 
href=&quot;https://issues.apache.org/jira/browse/KYLIN-1317&quot;&gt;KYLIN-1317&lt;/a&gt;&lt;/li&gt;
-  &lt;li&gt;改进convert hfile的性能 &lt;a 
href=&quot;https://issues.apache.org/jira/browse/KYLIN-1323&quot;&gt;KYLIN-1323&lt;/a&gt;&lt;/li&gt;
-  &lt;li&gt;升级calcite到1.6 &lt;a 
href=&quot;https://issues.apache.org/jira/browse/KYLIN-1343&quot;&gt;KYLIN-1343&lt;/a&gt;&lt;/li&gt;
-&lt;/ul&gt;
-
-&lt;p&gt;&lt;strong&gt;Bug修复&lt;/strong&gt;&lt;/p&gt;
-
-&lt;ul&gt;
-  &lt;li&gt;Calcite报出 “java.lang.Float cannot be cast to 
java.lang.Double” &lt;a 
href=&quot;https://issues.apache.org/jira/browse/KYLIN-918&quot;&gt;KYLIN-918&lt;/a&gt;&lt;/li&gt;
-  &lt;li&gt;不支持select [MeasureCol] from [FactTbl] &lt;a 
href=&quot;https://issues.apache.org/jira/browse/KYLIN-1075&quot;&gt;KYLIN-1075&lt;/a&gt;&lt;/li&gt;
-  &lt;li&gt;长维度值导致ArrayIndexOutOfBoundsException &lt;a 
href=&quot;https://issues.apache.org/jira/browse/KYLIN-1104&quot;&gt;KYLIN-1104&lt;/a&gt;&lt;/li&gt;
-  &lt;li&gt;前端相关bug &lt;a 
href=&quot;https://issues.apache.org/jira/browse/KYLIN-1159&quot;&gt;KYLIN-1159&lt;/a&gt;&lt;/li&gt;
-  &lt;li&gt;CubeMigrationCLI ACL 相关问题 &lt;a 
href=&quot;https://issues.apache.org/jira/browse/KYLIN-1230&quot;&gt;KYLIN-1230&lt;/a&gt;&lt;/li&gt;
-  &lt;li&gt;创建同名cube时model被覆盖 &lt;a 
href=&quot;https://issues.apache.org/jira/browse/KYLIN-1254&quot;&gt;KYLIN-1254&lt;/a&gt;&lt;/li&gt;
-  &lt;li&gt;从JDBC查询时默认返回partial result &lt;a 
href=&quot;https://issues.apache.org/jira/browse/KYLIN-1274&quot;&gt;KYLIN-1274&lt;/a&gt;&lt;/li&gt;
-  &lt;li&gt;有多个OR语句的PrepareStatement失败 &lt;a 
href=&quot;https://issues.apache.org/jira/browse/KYLIN-1372&quot;&gt;KYLIN-1372&lt;/a&gt;&lt;/li&gt;
-  &lt;li&gt;kylin.metadata.url HBase 名字空间问题 &lt;a 
href=&quot;https://issues.apache.org/jira/browse/KYLIN-1400&quot;&gt;KYLIN-1400&lt;/a&gt;&lt;/li&gt;
-  &lt;li&gt;Hive Column Cardinality 作业时报出 
StringIndexOutOfBoundsException &lt;a 
href=&quot;https://issues.apache.org/jira/browse/KYLIN-1402&quot;&gt;KYLIN-1402&lt;/a&gt;&lt;/li&gt;
-  &lt;li&gt;子查询中有orderby时报出NullPointerException &lt;a 
href=&quot;https://issues.apache.org/jira/browse/KYLIN-1419&quot;&gt;KYLIN-1419&lt;/a&gt;&lt;/li&gt;
-  &lt;li&gt;HBase 大小精确度问题 &lt;a 
href=&quot;https://issues.apache.org/jira/browse/KYLIN-1423&quot;&gt;KYLIN-1423&lt;/a&gt;&lt;/li&gt;
-  &lt;li&gt;取消使用 “1970-01-01” 作为默认cube结束时间 &lt;a 
href=&quot;https://issues.apache.org/jira/browse/KYLIN-1456&quot;&gt;KYLIN-1456&lt;/a&gt;&lt;/li&gt;
-  &lt;li&gt;Hive的依赖在测试中被写死 &lt;a 
href=&quot;https://issues.apache.org/jira/browse/KYLIN-1469&quot;&gt;KYLIN-1469&lt;/a&gt;&lt;/li&gt;
-&lt;/ul&gt;
-
-&lt;p&gt;&lt;strong&gt;升级&lt;/strong&gt;&lt;/p&gt;
-
-&lt;p&gt;我们建议从早前颁布升级到此版本已获得更好的性能,稳定性及Bug修复等。&lt;br
 /&gt;
-并且与社区最新特性及支持保持同步。&lt;/p&gt;
-
-&lt;p&gt;&lt;strong&gt;支持&lt;/strong&gt;&lt;/p&gt;
-
-&lt;p&gt;升级和使用过程中有任何问题,请:&lt;br /&gt;
-提交至Kylin的JIRA: &lt;a 
href=&quot;https://issues.apache.org/jira/browse/KYLIN/&quot;&gt;https://issues.apache.org/jira/browse/KYLIN/&lt;/a&gt;&lt;br
 /&gt;
-或者&lt;br /&gt;
-发送邮件到Apache Kylin邮件列表: &lt;a 
href=&quot;&amp;#109;&amp;#097;&amp;#105;&amp;#108;&amp;#116;&amp;#111;:&amp;#100;&amp;#101;&amp;#118;&amp;#064;&amp;#107;&amp;#121;&amp;#108;&amp;#105;&amp;#110;&amp;#046;&amp;#097;&amp;#112;&amp;#097;&amp;#099;&amp;#104;&amp;#101;&amp;#046;&amp;#111;&amp;#114;&amp;#103;&quot;&gt;&amp;#100;&amp;#101;&amp;#118;&amp;#064;&amp;#107;&amp;#121;&amp;#108;&amp;#105;&amp;#110;&amp;#046;&amp;#097;&amp;#112;&amp;#097;&amp;#099;&amp;#104;&amp;#101;&amp;#046;&amp;#111;&amp;#114;&amp;#103;&lt;/a&gt;&lt;/p&gt;
-
-&lt;p&gt;&lt;em&gt;感谢每一位朋友的参与和贡献!&lt;/em&gt;&lt;/p&gt;
-</description>
-        <pubDate>Wed, 16 Mar 2016 15:00:00 -0700</pubDate>
-        <link>http://kylin.apache.org/cn/blog/2016/03/16/release-v1.3.0/</link>
-        <guid 
isPermaLink="true">http://kylin.apache.org/cn/blog/2016/03/16/release-v1.3.0/</guid>
-        
-        
-        <category>blog</category>
-        
-      </item>
-    
-      <item>
         <title>New Aggregation Group</title>
         <description>&lt;p&gt;Full title of this article: &lt;code 
class=&quot;highlighter-rouge&quot;&gt;New Aggregation Group Design to Tackle 
Curse of Dimension Problem (Especially when high cardinality dimensions 
exist)&lt;/code&gt;&lt;/p&gt;
 
@@ -1030,38 +1118,6 @@ By flexibly using the new aggregation gr
         
         
         <category>blog</category>
-        
-      </item>
-    
-      <item>
-        <title>Apache Kylin增加对Tableau 9及微软Excel, Power 
BI的支持</title>
-        <description>&lt;p&gt;Apache Kylin社区更新了最新的ODBC 
Driver(v1.2),增加了对Tableau9.1、Microsoft Excel、Microsoft Power BI 
等常用商业分析软件的支持。这次的更新为广大数据分析工作è€
…带来了更多的选择&lt;/p&gt;
-
-&lt;h3 id=&quot;excel--power-bi&quot;&gt;微软Excel 及 Power BI&lt;/h3&gt;
-&lt;p&gt;Microsoft 
Excel是当今Windows平台上最流行的数据处理软件之一,支持多种数据处理功能,可以利用Power
 Query从ODBC数据源读取数据并返回到数据表中。&lt;/p&gt;
-
-&lt;p&gt;Microsoft Power 
BI是由微软推出的商业智能的专业分析工å…
·ï¼Œç»™ç”¨æˆ·æä¾›ç®€å•且丰富的数据可视化及分析功能。&lt;/p&gt;
-
-&lt;h3 id=&quot;tableau-9&quot;&gt;Tableau 9&lt;/h3&gt;
-&lt;p&gt;Tableau是Windows平台上最流行的商业智能工å…
·ä¹‹ä¸€ï¼Œå®ƒæ“ä½œç®€æ´ã€åŠŸèƒ½å¼ºå¤§ï¼Œé€šè¿‡ç®€å•åœ°æ‹–æ‹½å°±å¯ä»¥å°†å¤§é‡æ•°æ®ä½“çŽ°åœ¨å¯è§†åŒ–å›¾è¡¨ä¸­ï¼Œåœ¨æœ€æ–°çš„9.1版本中,用户体验得到了更进一步的提升&lt;/p&gt;
-
-&lt;h3 id=&quot;kylin&quot;&gt;Kylin的支持&lt;/h3&gt;
-&lt;p&gt;从eBay及å…
¶ä»–正在使用Kylin的用户中有很强烈的需求希望支持这几个工å…
·ï¼Œç‰¹åˆ«æ˜¯æ¯å¤©ä½¿ç”¨è¿™äº›å·¥å…·çš„分析师们。 在Hadoop上通过å…
¶ä»–å·¥å…
·ï¼Œä¾‹å¦‚Hive,对大数据进行交互式分析给他们带来了巨大的挑战。通过Apache
 Kylin的亚秒级查询延迟特性,及这些漂亮的报表和可视化工å…
·ä½¿å¾—分析师能够在十亿以上规模数据上能够以秒级延迟进行交互式分析。&lt;/p&gt;
-
-&lt;h3 id=&quot;section&quot;&gt;教程&lt;/h3&gt;
-&lt;p&gt;迫不及待的想试试? 请参考以下教程:  &lt;br /&gt;
-* &lt;a href=&quot;/cn/docs/tutorial/powerbi.html&quot;&gt;微软Excel及Power 
BI教程&lt;/a&gt; &lt;br /&gt;
-* &lt;a href=&quot;/cn/docs/tutorial/tableau_91.html&quot;&gt;Tableau 9 
教程&lt;/a&gt;&lt;/p&gt;
-
-&lt;p&gt;Enjoy!&lt;/p&gt;
-
-</description>
-        <pubDate>Fri, 25 Dec 2015 15:23:00 -0800</pubDate>
-        
<link>http://kylin.apache.org/cn/blog/2015/12/25/support-powerbi-tableau9/</link>
-        <guid 
isPermaLink="true">http://kylin.apache.org/cn/blog/2015/12/25/support-powerbi-tableau9/</guid>
-        
-        
-        <category>blog</category>
         
       </item>
     

Added: kylin/site/images/blog/aws_emr_console.png
URL: 
http://svn.apache.org/viewvc/kylin/site/images/blog/aws_emr_console.png?rev=1745332&view=auto
==============================================================================
Binary file - no diff available.

Propchange: kylin/site/images/blog/aws_emr_console.png
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream


Reply via email to