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 2018/03/04 06:54:21 UTC

svn commit: r1825799 [5/5] - in /kylin/site: ./ about/ blog/ blog/2015/01/25/introduce-data-model/ blog/2015/06/10/release-v0.7.1-incubating/ blog/2015/08/13/kylin-dictionary/ blog/2015/08/15/fast-cubing/ blog/2015/09/06/release-v1.0-incubating/ blog/2...

Modified: kylin/site/docs23/release_notes.html
URL: http://svn.apache.org/viewvc/kylin/site/docs23/release_notes.html?rev=1825799&r1=1825798&r2=1825799&view=diff
==============================================================================
--- kylin/site/docs23/release_notes.html (original)
+++ kylin/site/docs23/release_notes.html Sun Mar  4 06:54:15 2018
@@ -149,7 +149,7 @@
     <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="/docs21" >Docs</a></li>
+          <li><a href="/docs23" >Docs</a></li>
           <li><a href="/download">Download</li>
           <li><a href="/community" >Community</a></li>
           <li><a href="/development" >Development</a></li>
@@ -4230,9 +4230,9 @@ there are source code package, binary pa
   <li>Development relative: <a href="&#109;&#097;&#105;&#108;&#116;&#111;:&#100;&#101;&#118;&#064;&#107;&#121;&#108;&#105;&#110;&#046;&#097;&#112;&#097;&#099;&#104;&#101;&#046;&#111;&#114;&#103;">&#100;&#101;&#118;&#064;&#107;&#121;&#108;&#105;&#110;&#046;&#097;&#112;&#097;&#099;&#104;&#101;&#046;&#111;&#114;&#103;</a></li>
 </ul>
 
-<h2 id="v230---2018-02-xx">v2.3.0 - 2018-02-XX</h2>
-<p><em>Tag:</em> <a href="https://github.com/apache/kylin/tree/kylin-2.2.0">kylin-2.3.0</a><br />
-This is a major release after 2.2, with more than 200 bug fixes and enhancement. Check <a href="/docs23/howto/howto_upgrade.html">How to upgrade</a>.</p>
+<h2 id="v230---2018-03-04">v2.3.0 - 2018-03-04</h2>
+<p><em>Tag:</em> <a href="https://github.com/apache/kylin/tree/kylin-2.3.0">kylin-2.3.0</a><br />
+This is a major release after 2.2, with more than 250 bug fixes and enhancement. Check <a href="/docs23/howto/howto_upgrade.html">How to upgrade</a>.</p>
 
 <p><strong>New Feature</strong><br />
 * [KYLIN-3125] - Support SparkSql in Cube building step “Create Intermediate Flat Hive Table”<br />
@@ -4247,8 +4247,15 @@ This is a major release after 2.2, with
 * [KYLIN-1892] - Support volatile range for segments auto merge</p>
 
 <p><strong>Improvement</strong><br />
+* [KYLIN-3265] - Add “jobSearchMode” as a condition to “/kylin/api/jobs” API<br />
+* [KYLIN-3245] - Searching cube support fuzzy search<br />
+* [KYLIN-3243] - Optimize the code and keep the code consistent in the access.html<br />
+* [KYLIN-3239] - Refactor the ACL code about “checkPermission” and “hasPermission”<br />
+* [KYLIN-3215] - Remove ‘drop’ option when job status is stopped and error<br />
+* [KYLIN-3214] - Initialize ExternalAclProvider when starting kylin<br />
 * [KYLIN-3209] - Optimize job partial statistics path be consistent with existing one<br />
 * [KYLIN-3196] - Replace StringUtils.containsOnly with Regex<br />
+* [KYLIN-3194] - Tolerate broken job metadata caused by executable ClassNotFoundException<br />
 * [KYLIN-3193] - No model clone across projects<br />
 * [KYLIN-3182] - Update Kylin help menu links<br />
 * [KYLIN-3181] - The submit button status of refreshing cube is not suitable when the start time is equal or more than the end time.<br />
@@ -4258,6 +4265,7 @@ This is a major release after 2.2, with
 * [KYLIN-3157] - Enhance query timeout to entire query life cycle<br />
 * [KYLIN-3151] - Enable ‘Query History’ to show items filtered by different projects<br />
 * [KYLIN-3150] - Support different compression in PercentileCounter measure<br />
+* [KYLIN-3145] - Support Kafka JSON message whose property name includes “_”<br />
 * [KYLIN-3144] - Adopt Collections.emptyList() for empty list values<br />
 * [KYLIN-3129] - Fix the joda library conflicts during Kylin start on EMR 5.8+<br />
 * [KYLIN-3128] - Configs for allowing export query results for admin/nonadmin user<br />
@@ -4316,8 +4324,8 @@ This is a major release after 2.2, with
 * [KYLIN-2913] - Enable job retry for configurable exceptions<br />
 * [KYLIN-2912] - Remove “hfile” folder after bulk load to HBase<br />
 * [KYLIN-2909] - Refine Email Template for notification by freemarker<br />
+* [KYLIN-2908] - Add one option for migration tool to indicate whether to migrate segment data<br />
 * [KYLIN-2905] - Refine the process of submitting a job<br />
-* [KYLIN-2895] - Refine query cache<br />
 * [KYLIN-2884] - Add delete segment function for portal<br />
 * [KYLIN-2881] - Improve hbase coprocessor exception handling at kylin server side <br />
 * [KYLIN-2875] - Cube e-mail notification Validation<br />
@@ -4339,7 +4347,25 @@ This is a major release after 2.2, with
 * [KYLIN-1872] - Make query visible and interruptible, improve server’s stablility</p>
 
 <p><strong>Bug</strong><br />
+* [KYLIN-3268] - Tomcat Security Vulnerability Alert. The version of the tomcat for kylin should upgrade to 7.0.85.<br />
+* [KYLIN-3263] - AbstractExecutable’s retry has problem<br />
+* [KYLIN-3247] - REST API ‘GET /api/cubes/{cubeName}/segs/{segmentName}/sql’ should return a cube segment sql<br />
+* [KYLIN-3242] - export result should use alias too<br />
+* [KYLIN-3241] - When refresh on ‘Add Cube Page’, a blank page will appear.<br />
+* [KYLIN-3228] - Should remove the related segment when deleting a job<br />
+* [KYLIN-3227] - Automatically remove the blank at the end of lines in properties files<br />
+* [KYLIN-3226] - When user logs in with only query permission, ‘N/A’ is displayed in the cube’s action list.<br />
+* [KYLIN-3224] - data can’t show when use kylin pushdown model <br />
+* [KYLIN-3223] - Query for the list of hybrid cubes results in NPE<br />
+* [KYLIN-3222] - The function of editing ‘Advanced Dictionaries’ in cube is unavailable.<br />
+* [KYLIN-3219] - Fix NPE when updating metrics during Spark CubingJob<br />
+* [KYLIN-3216] - Remove the hard-code of spark-history path in ‘check-env.sh’<br />
+* [KYLIN-3213] - Kylin help has duplicate items<br />
+* [KYLIN-3211] - Class IntegerDimEnc shuould give more exception information when the length is exceed the max or less than the min<br />
+* [KYLIN-3210] - The project shows ‘_null’ in result page.<br />
 * [KYLIN-3205] - Allow one column is used for both dimension and precisely count distinct measure<br />
+* [KYLIN-3204] - Potentially unclosed resources in JdbcExplorer#evalQueryMetadata<br />
+* [KYLIN-3199] - The login dialog should be closed when ldap user with no permission login correctly<br />
 * [KYLIN-3190] - Fix wrong parameter in revoke access API<br />
 * [KYLIN-3184] - Fix ‘_null’ project on the query page<br />
 * [KYLIN-3183] - Fix the bug of the ‘Remove’ button in ‘Query History’<br />
@@ -4352,6 +4378,7 @@ This is a major release after 2.2, with
 * [KYLIN-3165] - Fix the IllegalArgumentException during segments auto merge<br />
 * [KYLIN-3164] - HBase connection must be closed when clearing connection pool<br />
 * [KYLIN-3143] - Wrong use of Preconditions.checkNotNull() in ManagedUser#removeAuthoritie<br />
+* [KYLIN-3139] - Failure in map-reduce job due to undefined hdp.version variable when using HDP stack and remote HBase cluster<br />
 * [KYLIN-3136] - Endless status while subtask happens to be the illegal RUNNING<br />
 * [KYLIN-3135] - Fix regular expression bug in SQL comments<br />
 * [KYLIN-3131] - After refresh the page,the cubes can’t sort by ‘create_time’<br />
@@ -4383,7 +4410,6 @@ This is a major release after 2.2, with
 * [KYLIN-3053] - When aggregation group verification failed, the error message about aggregation group number does not match with the actual on the Advanced Setting page<br />
 * [KYLIN-3049] - Filter the invalid zero value of “Auto Merge Thresholds” parameter when you create or upate a cube.<br />
 * [KYLIN-3047] - Wrong column type when sync hive table via beeline<br />
-* [KYLIN-3045] - Too many open files raised from new Configuration()<br />
 * [KYLIN-3042] - In query results page, the results data table should resize when click “fullScreen” button<br />
 * [KYLIN-3040] - Refresh a non-partitioned cube changes the segment name to “19700101000000_2922789940817071255”<br />
 * [KYLIN-3038] - cannot support sum of type-converted column SQL<br />
@@ -4408,7 +4434,7 @@ This is a major release after 2.2, with
 * [KYLIN-2969] - Fix the wrong NumberBytesCodec cache in Number2BytesConverter <br />
 * [KYLIN-2968] - misspelled word in table_load.html<br />
 * [KYLIN-2967] - Add the dependency check when deleting a  project<br />
-* [KYLIN-2964] - AclEntity operation issue <br />
+* [KYLIN-2962] - drop error job not delete segment<br />
 * [KYLIN-2959] - SAML logout issue<br />
 * [KYLIN-2956] - building trie dictionary blocked on value of length over 4095 <br />
 * [KYLIN-2953] - List readable project not correct if add limit and offset<br />
@@ -4429,8 +4455,6 @@ This is a major release after 2.2, with
 * [KYLIN-2835] - Unclosed resources in JdbcExplorer<br />
 * [KYLIN-2794] - MultipleDictionaryValueEnumerator should output values in sorted order<br />
 * [KYLIN-2756] - Let “LIMIT” be optional in “Inspect” page<br />
-* [KYLIN-2744] - Should return correct type for SUM measure in web<br />
-* [KYLIN-2679] - Report error when a dimension using “dict” encoding and also configured Global dictionary for “distinct_count” measure<br />
 * [KYLIN-2470] - cube build failed when 0 bytes input for non-partition fact table<br />
 * [KYLIN-1664] - Harden security check for ‘/kylin/api/admin/config’ API</p>
 
@@ -4450,6 +4474,7 @@ This is a major release after 2.2, with
 * [KYLIN-2796] - Remove the legacy “statisticsenabled” codes in FactDistinctColumnsJob</p>
 
 <p><strong>Sub-Task</strong><br />
+* [KYLIN-3235] - add null check for SQL<br />
 * [KYLIN-3202] - Doc directory for 2.3<br />
 * [KYLIN-3155] - Create a document for how to use dashboard<br />
 * [KYLIN-3154] - Create a document for cube planner<br />
@@ -4457,9 +4482,6 @@ This is a major release after 2.2, with
 * [KYLIN-3018] - Change maxLevel for layered cubing<br />
 * [KYLIN-2946] - Introduce a tool for batch incremental building of system cubes<br />
 * [KYLIN-2934] - Provide user guide for KYLIN-2656(Support Zookeeper ACL)<br />
-* [KYLIN-2899] - Enable segment level query cache<br />
-* [KYLIN-2898] - Introduce memcached as a distributed cache for queries<br />
-* [KYLIN-2894] - Change the query cache expiration strategy by signature checking<br />
 * [KYLIN-2822] - Introduce sunburst chart to show cuboid tree<br />
 * [KYLIN-2746] - Separate filter row count &amp; aggregated row count for metrics collection returned by coprocessor<br />
 * [KYLIN-2735] - Introduce an option to make job scheduler consider job priority<br />

Modified: kylin/site/docs23/tutorial/Qlik.html
URL: http://svn.apache.org/viewvc/kylin/site/docs23/tutorial/Qlik.html?rev=1825799&r1=1825798&r2=1825799&view=diff
==============================================================================
--- kylin/site/docs23/tutorial/Qlik.html (original)
+++ kylin/site/docs23/tutorial/Qlik.html Sun Mar  4 06:54:15 2018
@@ -149,7 +149,7 @@
     <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="/docs21" >Docs</a></li>
+          <li><a href="/docs23" >Docs</a></li>
           <li><a href="/download">Download</li>
           <li><a href="/community" >Community</a></li>
           <li><a href="/development" >Development</a></li>

Modified: kylin/site/docs23/tutorial/acl.html
URL: http://svn.apache.org/viewvc/kylin/site/docs23/tutorial/acl.html?rev=1825799&r1=1825798&r2=1825799&view=diff
==============================================================================
--- kylin/site/docs23/tutorial/acl.html (original)
+++ kylin/site/docs23/tutorial/acl.html Sun Mar  4 06:54:15 2018
@@ -149,7 +149,7 @@
     <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="/docs21" >Docs</a></li>
+          <li><a href="/docs23" >Docs</a></li>
           <li><a href="/download">Download</li>
           <li><a href="/community" >Community</a></li>
           <li><a href="/development" >Development</a></li>

Modified: kylin/site/docs23/tutorial/create_cube.html
URL: http://svn.apache.org/viewvc/kylin/site/docs23/tutorial/create_cube.html?rev=1825799&r1=1825798&r2=1825799&view=diff
==============================================================================
--- kylin/site/docs23/tutorial/create_cube.html (original)
+++ kylin/site/docs23/tutorial/create_cube.html Sun Mar  4 06:54:15 2018
@@ -149,7 +149,7 @@
     <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="/docs21" >Docs</a></li>
+          <li><a href="/docs23" >Docs</a></li>
           <li><a href="/download">Download</li>
           <li><a href="/community" >Community</a></li>
           <li><a href="/development" >Development</a></li>

Modified: kylin/site/docs23/tutorial/cube_build_job.html
URL: http://svn.apache.org/viewvc/kylin/site/docs23/tutorial/cube_build_job.html?rev=1825799&r1=1825798&r2=1825799&view=diff
==============================================================================
--- kylin/site/docs23/tutorial/cube_build_job.html (original)
+++ kylin/site/docs23/tutorial/cube_build_job.html Sun Mar  4 06:54:15 2018
@@ -149,7 +149,7 @@
     <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="/docs21" >Docs</a></li>
+          <li><a href="/docs23" >Docs</a></li>
           <li><a href="/download">Download</li>
           <li><a href="/community" >Community</a></li>
           <li><a href="/development" >Development</a></li>

Modified: kylin/site/docs23/tutorial/cube_build_performance.html
URL: http://svn.apache.org/viewvc/kylin/site/docs23/tutorial/cube_build_performance.html?rev=1825799&r1=1825798&r2=1825799&view=diff
==============================================================================
--- kylin/site/docs23/tutorial/cube_build_performance.html (original)
+++ kylin/site/docs23/tutorial/cube_build_performance.html Sun Mar  4 06:54:15 2018
@@ -149,7 +149,7 @@
     <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="/docs21" >Docs</a></li>
+          <li><a href="/docs23" >Docs</a></li>
           <li><a href="/download">Download</li>
           <li><a href="/community" >Community</a></li>
           <li><a href="/development" >Development</a></li>

Modified: kylin/site/docs23/tutorial/cube_spark.html
URL: http://svn.apache.org/viewvc/kylin/site/docs23/tutorial/cube_spark.html?rev=1825799&r1=1825798&r2=1825799&view=diff
==============================================================================
--- kylin/site/docs23/tutorial/cube_spark.html (original)
+++ kylin/site/docs23/tutorial/cube_spark.html Sun Mar  4 06:54:15 2018
@@ -149,7 +149,7 @@
     <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="/docs21" >Docs</a></li>
+          <li><a href="/docs23" >Docs</a></li>
           <li><a href="/download">Download</li>
           <li><a href="/community" >Community</a></li>
           <li><a href="/development" >Development</a></li>

Modified: kylin/site/docs23/tutorial/flink.html
URL: http://svn.apache.org/viewvc/kylin/site/docs23/tutorial/flink.html?rev=1825799&r1=1825798&r2=1825799&view=diff
==============================================================================
--- kylin/site/docs23/tutorial/flink.html (original)
+++ kylin/site/docs23/tutorial/flink.html Sun Mar  4 06:54:15 2018
@@ -149,7 +149,7 @@
     <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="/docs21" >Docs</a></li>
+          <li><a href="/docs23" >Docs</a></li>
           <li><a href="/download">Download</li>
           <li><a href="/community" >Community</a></li>
           <li><a href="/development" >Development</a></li>

Modified: kylin/site/docs23/tutorial/hue.html
URL: http://svn.apache.org/viewvc/kylin/site/docs23/tutorial/hue.html?rev=1825799&r1=1825798&r2=1825799&view=diff
==============================================================================
--- kylin/site/docs23/tutorial/hue.html (original)
+++ kylin/site/docs23/tutorial/hue.html Sun Mar  4 06:54:15 2018
@@ -149,7 +149,7 @@
     <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="/docs21" >Docs</a></li>
+          <li><a href="/docs23" >Docs</a></li>
           <li><a href="/download">Download</li>
           <li><a href="/community" >Community</a></li>
           <li><a href="/development" >Development</a></li>

Modified: kylin/site/docs23/tutorial/kylin_client_tool.html
URL: http://svn.apache.org/viewvc/kylin/site/docs23/tutorial/kylin_client_tool.html?rev=1825799&r1=1825798&r2=1825799&view=diff
==============================================================================
--- kylin/site/docs23/tutorial/kylin_client_tool.html (original)
+++ kylin/site/docs23/tutorial/kylin_client_tool.html Sun Mar  4 06:54:15 2018
@@ -149,7 +149,7 @@
     <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="/docs21" >Docs</a></li>
+          <li><a href="/docs23" >Docs</a></li>
           <li><a href="/download">Download</li>
           <li><a href="/community" >Community</a></li>
           <li><a href="/development" >Development</a></li>

Modified: kylin/site/docs23/tutorial/kylin_sample.html
URL: http://svn.apache.org/viewvc/kylin/site/docs23/tutorial/kylin_sample.html?rev=1825799&r1=1825798&r2=1825799&view=diff
==============================================================================
--- kylin/site/docs23/tutorial/kylin_sample.html (original)
+++ kylin/site/docs23/tutorial/kylin_sample.html Sun Mar  4 06:54:15 2018
@@ -149,7 +149,7 @@
     <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="/docs21" >Docs</a></li>
+          <li><a href="/docs23" >Docs</a></li>
           <li><a href="/download">Download</li>
           <li><a href="/community" >Community</a></li>
           <li><a href="/development" >Development</a></li>

Modified: kylin/site/docs23/tutorial/microstrategy.html
URL: http://svn.apache.org/viewvc/kylin/site/docs23/tutorial/microstrategy.html?rev=1825799&r1=1825798&r2=1825799&view=diff
==============================================================================
--- kylin/site/docs23/tutorial/microstrategy.html (original)
+++ kylin/site/docs23/tutorial/microstrategy.html Sun Mar  4 06:54:15 2018
@@ -149,7 +149,7 @@
     <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="/docs21" >Docs</a></li>
+          <li><a href="/docs23" >Docs</a></li>
           <li><a href="/download">Download</li>
           <li><a href="/community" >Community</a></li>
           <li><a href="/development" >Development</a></li>

Modified: kylin/site/docs23/tutorial/odbc.html
URL: http://svn.apache.org/viewvc/kylin/site/docs23/tutorial/odbc.html?rev=1825799&r1=1825798&r2=1825799&view=diff
==============================================================================
--- kylin/site/docs23/tutorial/odbc.html (original)
+++ kylin/site/docs23/tutorial/odbc.html Sun Mar  4 06:54:15 2018
@@ -149,7 +149,7 @@
     <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="/docs21" >Docs</a></li>
+          <li><a href="/docs23" >Docs</a></li>
           <li><a href="/download">Download</li>
           <li><a href="/community" >Community</a></li>
           <li><a href="/development" >Development</a></li>

Modified: kylin/site/docs23/tutorial/powerbi.html
URL: http://svn.apache.org/viewvc/kylin/site/docs23/tutorial/powerbi.html?rev=1825799&r1=1825798&r2=1825799&view=diff
==============================================================================
--- kylin/site/docs23/tutorial/powerbi.html (original)
+++ kylin/site/docs23/tutorial/powerbi.html Sun Mar  4 06:54:15 2018
@@ -149,7 +149,7 @@
     <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="/docs21" >Docs</a></li>
+          <li><a href="/docs23" >Docs</a></li>
           <li><a href="/download">Download</li>
           <li><a href="/community" >Community</a></li>
           <li><a href="/development" >Development</a></li>

Modified: kylin/site/docs23/tutorial/project_level_acl.html
URL: http://svn.apache.org/viewvc/kylin/site/docs23/tutorial/project_level_acl.html?rev=1825799&r1=1825798&r2=1825799&view=diff
==============================================================================
--- kylin/site/docs23/tutorial/project_level_acl.html (original)
+++ kylin/site/docs23/tutorial/project_level_acl.html Sun Mar  4 06:54:15 2018
@@ -149,7 +149,7 @@
     <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="/docs21" >Docs</a></li>
+          <li><a href="/docs23" >Docs</a></li>
           <li><a href="/download">Download</li>
           <li><a href="/community" >Community</a></li>
           <li><a href="/development" >Development</a></li>

Modified: kylin/site/docs23/tutorial/query_pushdown.html
URL: http://svn.apache.org/viewvc/kylin/site/docs23/tutorial/query_pushdown.html?rev=1825799&r1=1825798&r2=1825799&view=diff
==============================================================================
--- kylin/site/docs23/tutorial/query_pushdown.html (original)
+++ kylin/site/docs23/tutorial/query_pushdown.html Sun Mar  4 06:54:15 2018
@@ -149,7 +149,7 @@
     <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="/docs21" >Docs</a></li>
+          <li><a href="/docs23" >Docs</a></li>
           <li><a href="/download">Download</li>
           <li><a href="/community" >Community</a></li>
           <li><a href="/development" >Development</a></li>

Modified: kylin/site/docs23/tutorial/squirrel.html
URL: http://svn.apache.org/viewvc/kylin/site/docs23/tutorial/squirrel.html?rev=1825799&r1=1825798&r2=1825799&view=diff
==============================================================================
--- kylin/site/docs23/tutorial/squirrel.html (original)
+++ kylin/site/docs23/tutorial/squirrel.html Sun Mar  4 06:54:15 2018
@@ -149,7 +149,7 @@
     <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="/docs21" >Docs</a></li>
+          <li><a href="/docs23" >Docs</a></li>
           <li><a href="/download">Download</li>
           <li><a href="/community" >Community</a></li>
           <li><a href="/development" >Development</a></li>

Modified: kylin/site/docs23/tutorial/tableau.html
URL: http://svn.apache.org/viewvc/kylin/site/docs23/tutorial/tableau.html?rev=1825799&r1=1825798&r2=1825799&view=diff
==============================================================================
--- kylin/site/docs23/tutorial/tableau.html (original)
+++ kylin/site/docs23/tutorial/tableau.html Sun Mar  4 06:54:15 2018
@@ -149,7 +149,7 @@
     <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="/docs21" >Docs</a></li>
+          <li><a href="/docs23" >Docs</a></li>
           <li><a href="/download">Download</li>
           <li><a href="/community" >Community</a></li>
           <li><a href="/development" >Development</a></li>

Modified: kylin/site/docs23/tutorial/tableau_91.html
URL: http://svn.apache.org/viewvc/kylin/site/docs23/tutorial/tableau_91.html?rev=1825799&r1=1825798&r2=1825799&view=diff
==============================================================================
--- kylin/site/docs23/tutorial/tableau_91.html (original)
+++ kylin/site/docs23/tutorial/tableau_91.html Sun Mar  4 06:54:15 2018
@@ -149,7 +149,7 @@
     <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="/docs21" >Docs</a></li>
+          <li><a href="/docs23" >Docs</a></li>
           <li><a href="/download">Download</li>
           <li><a href="/community" >Community</a></li>
           <li><a href="/development" >Development</a></li>

Modified: kylin/site/docs23/tutorial/web.html
URL: http://svn.apache.org/viewvc/kylin/site/docs23/tutorial/web.html?rev=1825799&r1=1825798&r2=1825799&view=diff
==============================================================================
--- kylin/site/docs23/tutorial/web.html (original)
+++ kylin/site/docs23/tutorial/web.html Sun Mar  4 06:54:15 2018
@@ -149,7 +149,7 @@
     <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="/docs21" >Docs</a></li>
+          <li><a href="/docs23" >Docs</a></li>
           <li><a href="/download">Download</li>
           <li><a href="/community" >Community</a></li>
           <li><a href="/development" >Development</a></li>

Modified: kylin/site/download/index.html
URL: http://svn.apache.org/viewvc/kylin/site/download/index.html?rev=1825799&r1=1825798&r2=1825799&view=diff
==============================================================================
--- kylin/site/download/index.html (original)
+++ kylin/site/download/index.html Sun Mar  4 06:54:15 2018
@@ -152,7 +152,7 @@
     <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="/docs21" >Docs</a></li>
+          <li><a href="/docs23" >Docs</a></li>
           <li><a href="/download">Download</li>
           <li><a href="/community" >Community</a></li>
           <li><a href="/development" >Development</a></li>
@@ -180,7 +180,20 @@
               </header>
                 <p>You can verify the download by following these <a href="https://www.apache.org/info/verification.html">procedures</a> and using these <a href="http://kylin.apache.org/KEYS">KEYS</a>.</p>
 
-<h2 id="section">2.2.0</h2>
+<h2 id="section">2.3.0</h2>
+<ul>
+  <li>This is a major release after 2.2.0, with more than 250 bug fixes and enhancements. For the detail list please check release notes.</li>
+  <li><a href="/docs23/release_notes.html">Release notes</a> and <a href="/docs23/howto/howto_upgrade.html">upgrade guide</a></li>
+  <li>Source download: <a href="http://www.apache.org/dyn/closer.cgi/kylin/apache-kylin-2.3.0/apache-kylin-2.3.0-src.tar.gz">apache-kylin-2.3.0-src.tar.gz</a> [<a href="https://dist.apache.org/repos/dist/release/kylin/apache-kylin-2.3.0/apache-kylin-2.3.0-src.tar.gz.asc">asc</a>] [<a href="https://dist.apache.org/repos/dist/release/kylin/apache-kylin-2.3.0/apache-kylin-2.3.0-src.tar.gz.md5">md5</a>]</li>
+  <li>Binary download:
+    <ul>
+      <li>for HBase 1.x (includes HDP 2.3+, AWS EMR 5.0+, Azure HDInsight 3.4 - 3.6) - <a href="http://www.apache.org/dyn/closer.cgi/kylin/apache-kylin-2.3.0/apache-kylin-2.3.0-hbase1x-bin.tar.gz">apache-kylin-2.3.0-bin-hbase1x.tar.gz</a> [<a href="https://dist.apache.org/repos/dist/release/kylin/apache-kylin-2.3.0/apache-kylin-2.3.0-hbase1x-bin.tar.gz.asc">asc</a>] [<a href="https://dist.apache.org/repos/dist/release/kylin/apache-kylin-2.3.0/apache-kylin-2.3.0-hbase1x-bin.tar.gz.md5">md5</a>]</li>
+      <li>for CDH 5.7+ - <a href="http://www.apache.org/dyn/closer.cgi/kylin/apache-kylin-2.3.0/apache-kylin-2.3.0-cdh57-bin.tar.gz">apache-kylin-2.3.0-bin-cdh57.tar.gz</a> [<a href="https://dist.apache.org/repos/dist/release/kylin/apache-kylin-2.3.0/apache-kylin-2.3.0-cdh57-bin.tar.gz.asc">asc</a>] [<a href="https://dist.apache.org/repos/dist/release/kylin/apache-kylin-2.3.0/apache-kylin-2.3.0-cdh57-bin.tar.gz.md5">md5</a>]</li>
+    </ul>
+  </li>
+</ul>
+
+<h2 id="section-1">2.2.0</h2>
 <ul>
   <li>This is a major release after 2.1, with more than 70 bug fixes and enhancements. For the detail list please check release notes.</li>
   <li><a href="/docs21/release_notes.html">Release notes</a> and <a href="/docs21/howto/howto_upgrade.html">upgrade guide</a></li>
@@ -193,7 +206,7 @@
   </li>
 </ul>
 
-<h2 id="section-1">2.1.0</h2>
+<h2 id="section-2">2.1.0</h2>
 <ul>
   <li>This is a major release after 2.0, with more than 100 bug fixes and enhancements. For the detail list please check release notes.</li>
   <li><a href="/docs21/release_notes.html">Release notes</a> and <a href="/docs21/howto/howto_upgrade.html">upgrade guide</a></li>

Modified: kylin/site/feed.xml
URL: http://svn.apache.org/viewvc/kylin/site/feed.xml?rev=1825799&r1=1825798&r2=1825799&view=diff
==============================================================================
--- kylin/site/feed.xml (original)
+++ kylin/site/feed.xml Sun Mar  4 06:54:15 2018
@@ -19,11 +19,57 @@
     <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>Thu, 22 Feb 2018 05:59:16 -0800</pubDate>
-    <lastBuildDate>Thu, 22 Feb 2018 05:59:16 -0800</lastBuildDate>
+    <pubDate>Sat, 03 Mar 2018 22:47:27 -0800</pubDate>
+    <lastBuildDate>Sat, 03 Mar 2018 22:47:27 -0800</lastBuildDate>
     <generator>Jekyll v2.5.3</generator>
     
       <item>
+        <title>Apache Kylin v2.3.0 Release Announcement</title>
+        <description>&lt;p&gt;The Apache Kylin community is pleased to announce the release of Apache Kylin v2.3.0.&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 Big Data supporting extremely large datasets.&lt;/p&gt;
+
+&lt;p&gt;This is a major release after 2.2.0. The new features include supporting SparkSQL in building “Intermediate Flat Hive Table”, new dropwizard-based metrics framework and the fantastic cube planner which could select the cost-effective cuboids to build based on cost-based algorithm.&lt;/p&gt;
+
+&lt;p&gt;Apache Kylin 2.3.0 resolved 250+ issues including bug fixes, improvements, and new features. All of the changes can be found in the &lt;a href=&quot;https://kylin.apache.org/docs23/release_notes.html&quot;&gt;release notes&lt;/a&gt;.&lt;/p&gt;
+
+&lt;h2 id=&quot;change-highlights&quot;&gt;Change Highlights&lt;/h2&gt;
+
+&lt;ul&gt;
+  &lt;li&gt;Support SparkSql in Cube building step “Create Intermediate Flat Hive Table” &lt;a href=&quot;https://issues.apache.org/jira/browse/KYLIN-3125&quot;&gt;KYLIN-3125&lt;/a&gt;&lt;/li&gt;
+  &lt;li&gt;Support SQL Server as data source &lt;a href=&quot;https://issues.apache.org/jira/browse/KYLIN-3044&quot;&gt;KYLIN-3044&lt;/a&gt;&lt;/li&gt;
+  &lt;li&gt;Support user/group and role authentication for LDAP &lt;a href=&quot;https://issues.apache.org/jira/browse/KYLIN-2960&quot;&gt;KYLIN-2960&lt;/a&gt;&lt;/li&gt;
+  &lt;li&gt;New metric framework based on dropwizard &lt;a href=&quot;https://issues.apache.org/jira/browse/KYLIN-2776&quot;&gt;KYLIN-2776&lt;/a&gt;&lt;/li&gt;
+  &lt;li&gt;Introduce cube planner able to select cost-effective cuboids to be built by cost-based algorithms &lt;a href=&quot;https://issues.apache.org/jira/browse/KYLIN-2727&quot;&gt;KYLIN-2727&lt;/a&gt; &lt;a href=&quot;http://kylin.apache.org/docs23/howto/howto_use_cube_planner.html&quot;&gt;Document&lt;/a&gt;&lt;/li&gt;
+  &lt;li&gt;Introduce a dashboard for showing kylin service related metrics, like query count, query latency, job count, etc &lt;a href=&quot;https://issues.apache.org/jira/browse/KYLIN-2726&quot;&gt;KYLIN-2726&lt;/a&gt; &lt;a href=&quot;http://kylin.apache.org/docs23/howto/howto_use_dashboard.html&quot;&gt;Document&lt;/a&gt;&lt;/li&gt;
+  &lt;li&gt;Support volatile range for segments auto merge &lt;a href=&quot;https://issues.apache.org/jira/browse/KYLIN-1892&quot;&gt;KYLIN-1892&lt;/a&gt;&lt;/li&gt;
+&lt;/ul&gt;
+
+&lt;p&gt;To download Apache Kylin v2.3.0 source code or binary package, visit the &lt;a href=&quot;http://kylin.apache.org/download&quot;&gt;download&lt;/a&gt; page.&lt;/p&gt;
+
+&lt;p&gt;&lt;strong&gt;Upgrade&lt;/strong&gt;&lt;/p&gt;
+
+&lt;p&gt;Follow the &lt;a href=&quot;/docs23/howto/howto_upgrade.html&quot;&gt;upgrade guide&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,&lt;br /&gt;
+open JIRA to Apache 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>Sun, 04 Mar 2018 12:00:00 -0800</pubDate>
+        <link>http://kylin.apache.org/blog/2018/03/04/release-v2.3.0/</link>
+        <guid isPermaLink="true">http://kylin.apache.org/blog/2018/03/04/release-v2.3.0/</guid>
+        
+        
+        <category>blog</category>
+        
+      </item>
+    
+      <item>
         <title>Get Your Interactive Analytics Superpower, with Apache Kylin and Apache Superset</title>
         <description>&lt;h2 id=&quot;challenge-of-big-data&quot;&gt;Challenge of Big Data&lt;/h2&gt;
 
@@ -818,130 +864,6 @@ group by city, version
         
         
         <category>blog</category>
-        
-      </item>
-    
-      <item>
-        <title>Use Window Function and Grouping Sets in Apache Kylin</title>
-        <description>&lt;p&gt;Since v.1.5.4&lt;/p&gt;
-
-&lt;h2 id=&quot;background&quot;&gt;Background&lt;/h2&gt;
-&lt;p&gt;We’ve provided window function and grouping sets in Apache Kylin, to support more complicate query, keeping SQL statements simple and clearly. Here’s the article about HOW TO use them.&lt;/p&gt;
-
-&lt;h2 id=&quot;window-function&quot;&gt;Window Function&lt;/h2&gt;
-&lt;p&gt;Window function give us the ability to partition, order and aggregate on the query result sets. We can use window function to meet complicated query requirements with much more simple SQL statements. &lt;br /&gt;
-The window function syntax of Apache Kylin can be found in &lt;a href=&quot;http://calcite.apache.org/docs/reference.html#window-functions&quot;&gt;calcite reference&lt;/a&gt;, and is similar with &lt;a href=&quot;https://cwiki.apache.org/confluence/display/Hive/LanguageManual+WindowingAndAnalytics&quot;&gt;Hive window function&lt;/a&gt;.&lt;br /&gt;
-Here’s some examples:&lt;/p&gt;
-
-&lt;div class=&quot;highlighter-rouge&quot;&gt;&lt;pre class=&quot;highlight&quot;&gt;&lt;code&gt;sum(col) over()
-count(col) over(partition by col2)
-row_number() over(partition by col order by col2)
-first_value(col) over(partition by col2 order by col3 rows 2 preceding)
-lag(col, 5, 0) over(partition by col2, order by col3 range 3 preceding 6 following)
-&lt;/code&gt;&lt;/pre&gt;
-&lt;/div&gt;
-
-&lt;h2 id=&quot;grouping-sets&quot;&gt;Grouping Sets&lt;/h2&gt;
-&lt;p&gt;Sometimes we want aggregate data by different keys in one SQL statements. This is possible with the grouping sets feature.&lt;br /&gt;
-Here’s example, suppose we execute one query and get result as below:&lt;/p&gt;
-
-&lt;div class=&quot;highlighter-rouge&quot;&gt;&lt;pre class=&quot;highlight&quot;&gt;&lt;code&gt;select dim1, dim2, sum(col) as metric1 from table group by dim1, dim2
-&lt;/code&gt;&lt;/pre&gt;
-&lt;/div&gt;
-
-&lt;table&gt;
-  &lt;thead&gt;
-    &lt;tr&gt;
-      &lt;th style=&quot;text-align: left&quot;&gt;dim1&lt;/th&gt;
-      &lt;th style=&quot;text-align: center&quot;&gt;dim2&lt;/th&gt;
-      &lt;th style=&quot;text-align: center&quot;&gt;metric1&lt;/th&gt;
-    &lt;/tr&gt;
-  &lt;/thead&gt;
-  &lt;tbody&gt;
-    &lt;tr&gt;
-      &lt;td style=&quot;text-align: left&quot;&gt;A&lt;/td&gt;
-      &lt;td style=&quot;text-align: center&quot;&gt;AA&lt;/td&gt;
-      &lt;td style=&quot;text-align: center&quot;&gt;10&lt;/td&gt;
-    &lt;/tr&gt;
-    &lt;tr&gt;
-      &lt;td style=&quot;text-align: left&quot;&gt;A&lt;/td&gt;
-      &lt;td style=&quot;text-align: center&quot;&gt;BB&lt;/td&gt;
-      &lt;td style=&quot;text-align: center&quot;&gt;20&lt;/td&gt;
-    &lt;/tr&gt;
-    &lt;tr&gt;
-      &lt;td style=&quot;text-align: left&quot;&gt;B&lt;/td&gt;
-      &lt;td style=&quot;text-align: center&quot;&gt;AA&lt;/td&gt;
-      &lt;td style=&quot;text-align: center&quot;&gt;15&lt;/td&gt;
-    &lt;/tr&gt;
-    &lt;tr&gt;
-      &lt;td style=&quot;text-align: left&quot;&gt;B&lt;/td&gt;
-      &lt;td style=&quot;text-align: center&quot;&gt;BB&lt;/td&gt;
-      &lt;td style=&quot;text-align: center&quot;&gt;30&lt;/td&gt;
-    &lt;/tr&gt;
-  &lt;/tbody&gt;
-&lt;/table&gt;
-
-&lt;p&gt;If we also want to see the result with dim2 rolled up, we can rewrite the sql and get result as below:&lt;/p&gt;
-
-&lt;div class=&quot;highlighter-rouge&quot;&gt;&lt;pre class=&quot;highlight&quot;&gt;&lt;code&gt;select dim1,
-case grouping(dim2) when 1 then &#39;ALL&#39; else dim2 end,
-sum(col) as metric1
-from table
-group by grouping sets((dim1, dim2), (dim1))
-&lt;/code&gt;&lt;/pre&gt;
-&lt;/div&gt;
-
-&lt;table&gt;
-  &lt;thead&gt;
-    &lt;tr&gt;
-      &lt;th style=&quot;text-align: left&quot;&gt;dim1&lt;/th&gt;
-      &lt;th style=&quot;text-align: center&quot;&gt;dim2&lt;/th&gt;
-      &lt;th style=&quot;text-align: center&quot;&gt;metric1&lt;/th&gt;
-    &lt;/tr&gt;
-  &lt;/thead&gt;
-  &lt;tbody&gt;
-    &lt;tr&gt;
-      &lt;td style=&quot;text-align: left&quot;&gt;A&lt;/td&gt;
-      &lt;td style=&quot;text-align: center&quot;&gt;ALL&lt;/td&gt;
-      &lt;td style=&quot;text-align: center&quot;&gt;30&lt;/td&gt;
-    &lt;/tr&gt;
-    &lt;tr&gt;
-      &lt;td style=&quot;text-align: left&quot;&gt;A&lt;/td&gt;
-      &lt;td style=&quot;text-align: center&quot;&gt;AA&lt;/td&gt;
-      &lt;td style=&quot;text-align: center&quot;&gt;10&lt;/td&gt;
-    &lt;/tr&gt;
-    &lt;tr&gt;
-      &lt;td style=&quot;text-align: left&quot;&gt;A&lt;/td&gt;
-      &lt;td style=&quot;text-align: center&quot;&gt;BB&lt;/td&gt;
-      &lt;td style=&quot;text-align: center&quot;&gt;20&lt;/td&gt;
-    &lt;/tr&gt;
-    &lt;tr&gt;
-      &lt;td style=&quot;text-align: left&quot;&gt;B&lt;/td&gt;
-      &lt;td style=&quot;text-align: center&quot;&gt;ALL&lt;/td&gt;
-      &lt;td style=&quot;text-align: center&quot;&gt;45&lt;/td&gt;
-    &lt;/tr&gt;
-    &lt;tr&gt;
-      &lt;td style=&quot;text-align: left&quot;&gt;B&lt;/td&gt;
-      &lt;td style=&quot;text-align: center&quot;&gt;AA&lt;/td&gt;
-      &lt;td style=&quot;text-align: center&quot;&gt;15&lt;/td&gt;
-    &lt;/tr&gt;
-    &lt;tr&gt;
-      &lt;td style=&quot;text-align: left&quot;&gt;B&lt;/td&gt;
-      &lt;td style=&quot;text-align: center&quot;&gt;BB&lt;/td&gt;
-      &lt;td style=&quot;text-align: center&quot;&gt;30&lt;/td&gt;
-    &lt;/tr&gt;
-  &lt;/tbody&gt;
-&lt;/table&gt;
-
-&lt;p&gt;Apache Kylin support cube/rollup/grouping sets, and grouping functions can be found &lt;a href=&quot;http://calcite.apache.org/docs/reference.html#grouping-functions&quot;&gt;here&lt;/a&gt;. It’s also similar with &lt;a href=&quot;https://cwiki.apache.org/confluence/display/Hive/Enhanced+Aggregation%2C+Cube%2C+Grouping+and+Rollup&quot;&gt;Hive grouping sets&lt;/a&gt;.&lt;/p&gt;
-
-</description>
-        <pubDate>Wed, 16 Nov 2016 15:30:00 -0800</pubDate>
-        <link>http://kylin.apache.org/blog/2016/11/16/window-function/</link>
-        <guid isPermaLink="true">http://kylin.apache.org/blog/2016/11/16/window-function/</guid>
-        
-        
-        <category>blog</category>
         
       </item>
     

Modified: kylin/site/index.html
URL: http://svn.apache.org/viewvc/kylin/site/index.html?rev=1825799&r1=1825798&r2=1825799&view=diff
==============================================================================
--- kylin/site/index.html (original)
+++ kylin/site/index.html Sun Mar  4 06:54:15 2018
@@ -152,7 +152,7 @@
     <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="/docs21" >Docs</a></li>
+          <li><a href="/docs23" >Docs</a></li>
           <li><a href="/download">Download</li>
           <li><a href="/community" >Community</a></li>
           <li><a href="/development" >Development</a></li>