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-cub

2018-03-03 Thread lidong
Modified: kylin/site/docs23/release_notes.html
URL: 
http://svn.apache.org/viewvc/kylin/site/docs23/release_notes.html?rev=1825799=1825798=1825799=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 @@
 
   
  Home
-  Docs
+  Docs
   Download
   Community
   Development
@@ -4230,9 +4230,9 @@ there are source code package, binary pa
   Development relative: 
 
 
-v2.3.0 - 2018-02-XX
-Tag: https://github.com/apache/kylin/tree/kylin-2.2.0;>kylin-2.3.0
-This is a major release after 2.2, with more than 200 bug fixes and 
enhancement. Check How to 
upgrade.
+v2.3.0 - 2018-03-04
+Tag: https://github.com/apache/kylin/tree/kylin-2.3.0;>kylin-2.3.0
+This is a major release after 2.2, with more than 250 bug fixes and 
enhancement. Check How to 
upgrade.
 
 New Feature
 * [KYLIN-3125] - Support SparkSql in Cube building step “Create Intermediate 
Flat Hive Table”
@@ -4247,8 +4247,15 @@ This is a major release after 2.2, with
 * [KYLIN-1892] - Support volatile range for segments auto merge
 
 Improvement
+* [KYLIN-3265] - Add “jobSearchMode” as a condition to 
“/kylin/api/jobs” API
+* [KYLIN-3245] - Searching cube support fuzzy search
+* [KYLIN-3243] - Optimize the code and keep the code consistent in the 
access.html
+* [KYLIN-3239] - Refactor the ACL code about “checkPermission” and 
“hasPermission”
+* [KYLIN-3215] - Remove ‘drop’ option when job status is stopped and 
error
+* [KYLIN-3214] - Initialize ExternalAclProvider when starting kylin
 * [KYLIN-3209] - Optimize job partial statistics path be consistent with 
existing one
 * [KYLIN-3196] - Replace StringUtils.containsOnly with Regex
+* [KYLIN-3194] - Tolerate broken job metadata caused by executable 
ClassNotFoundException
 * [KYLIN-3193] - No model clone across projects
 * [KYLIN-3182] - Update Kylin help menu links
 * [KYLIN-3181] - The submit button status of refreshing cube is not suitable 
when the start time is equal or more than the end time.
@@ -4258,6 +4265,7 @@ This is a major release after 2.2, with
 * [KYLIN-3157] - Enhance query timeout to entire query life cycle
 * [KYLIN-3151] - Enable ‘Query History’ to show items filtered by 
different projects
 * [KYLIN-3150] - Support different compression in PercentileCounter measure
+* [KYLIN-3145] - Support Kafka JSON message whose property name includes 
“_”
 * [KYLIN-3144] - Adopt Collections.emptyList() for empty list values
 * [KYLIN-3129] - Fix the joda library conflicts during Kylin start on EMR 
5.8+
 * [KYLIN-3128] - Configs for allowing export query results for admin/nonadmin 
user
@@ -4316,8 +4324,8 @@ This is a major release after 2.2, with
 * [KYLIN-2913] - Enable job retry for configurable exceptions
 * [KYLIN-2912] - Remove “hfile” folder after bulk load to HBase
 * [KYLIN-2909] - Refine Email Template for notification by freemarker
+* [KYLIN-2908] - Add one option for migration tool to indicate whether to 
migrate segment data
 * [KYLIN-2905] - Refine the process of submitting a job
-* [KYLIN-2895] - Refine query cache
 * [KYLIN-2884] - Add delete segment function for portal
 * [KYLIN-2881] - Improve hbase coprocessor exception handling at kylin server 
side 
 * [KYLIN-2875] - Cube e-mail notification Validation
@@ -4339,7 +4347,25 @@ This is a major release after 2.2, with
 * [KYLIN-1872] - Make query visible and interruptible, improve server’s 
stablility
 
 Bug
+* [KYLIN-3268] - Tomcat Security Vulnerability Alert. The version of the 
tomcat for kylin should upgrade to 7.0.85.
+* [KYLIN-3263] - AbstractExecutable’s retry has problem
+* [KYLIN-3247] - REST API ‘GET 
/api/cubes/{cubeName}/segs/{segmentName}/sql’ should return a cube segment 
sql
+* [KYLIN-3242] - export result should use alias too
+* [KYLIN-3241] - When refresh on ‘Add Cube Page’, a blank page will 
appear.
+* [KYLIN-3228] - Should remove the related segment when deleting a job
+* [KYLIN-3227] - Automatically remove the blank at the end of lines in 
properties files
+* [KYLIN-3226] - When user logs in with only query permission, ‘N/A’ is 
displayed in the cube’s action list.
+* [KYLIN-3224] - data can’t show when use kylin pushdown model 
+* [KYLIN-3223] - Query for the list of hybrid cubes results in NPE
+* [KYLIN-3222] - The function of editing ‘Advanced Dictionaries’ in cube 
is unavailable.
+* [KYLIN-3219] - Fix NPE when updating metrics during Spark CubingJob
+* [KYLIN-3216] - Remove the hard-code of spark-history path in 
‘check-env.sh’
+* [KYLIN-3213] - Kylin help has duplicate items
+* [KYLIN-3211] - Class IntegerDimEnc shuould give more exception information 
when the length is exceed the max or less than the min
+* [KYLIN-3210] - The project shows ‘_null’ in result page.
 * [KYLIN-3205] - Allow one column is used for both 

svn commit: r1825799 [2/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-cub

2018-03-03 Thread lidong
Modified: kylin/site/cn/docs/tutorial/web.html
URL: 
http://svn.apache.org/viewvc/kylin/site/cn/docs/tutorial/web.html?rev=1825799=1825798=1825799=diff
==
--- kylin/site/cn/docs/tutorial/web.html (original)
+++ kylin/site/cn/docs/tutorial/web.html Sun Mar  4 06:54:15 2018
@@ -144,7 +144,7 @@
 
   
  首页
-  文档
+  文档
   下载
   社区
   开发

Modified: kylin/site/cn/docs15/index.html
URL: 
http://svn.apache.org/viewvc/kylin/site/cn/docs15/index.html?rev=1825799=1825798=1825799=diff
==
--- kylin/site/cn/docs15/index.html (original)
+++ kylin/site/cn/docs15/index.html Sun Mar  4 06:54:15 2018
@@ -144,7 +144,7 @@
 
   
  首页
-  文档
+  文档
   下载
   社区
   开发

Modified: kylin/site/cn/docs15/install/index.html
URL: 
http://svn.apache.org/viewvc/kylin/site/cn/docs15/install/index.html?rev=1825799=1825798=1825799=diff
==
--- kylin/site/cn/docs15/install/index.html (original)
+++ kylin/site/cn/docs15/install/index.html Sun Mar  4 06:54:15 2018
@@ -149,7 +149,7 @@
 
   
  Home
-  Docs
+  Docs
   Download
   Community
   Development

Modified: kylin/site/cn/docs15/install/manual_install_guide.html
URL: 
http://svn.apache.org/viewvc/kylin/site/cn/docs15/install/manual_install_guide.html?rev=1825799=1825798=1825799=diff
==
--- kylin/site/cn/docs15/install/manual_install_guide.html (original)
+++ kylin/site/cn/docs15/install/manual_install_guide.html Sun Mar  4 06:54:15 
2018
@@ -144,7 +144,7 @@
 
   
  首页
-  文档
+  文档
   下载
   社区
   开发

Modified: kylin/site/cn/docs15/tutorial/acl.html
URL: 
http://svn.apache.org/viewvc/kylin/site/cn/docs15/tutorial/acl.html?rev=1825799=1825798=1825799=diff
==
--- kylin/site/cn/docs15/tutorial/acl.html (original)
+++ kylin/site/cn/docs15/tutorial/acl.html Sun Mar  4 06:54:15 2018
@@ -144,7 +144,7 @@
 
   
  首页
-  文档
+  文档
   下载
   社区
   开发

Modified: kylin/site/cn/docs15/tutorial/create_cube.html
URL: 
http://svn.apache.org/viewvc/kylin/site/cn/docs15/tutorial/create_cube.html?rev=1825799=1825798=1825799=diff
==
--- kylin/site/cn/docs15/tutorial/create_cube.html (original)
+++ kylin/site/cn/docs15/tutorial/create_cube.html Sun Mar  4 06:54:15 2018
@@ -144,7 +144,7 @@
 
   
  首页
-  文档
+  文档
   下载
   社区
   开发

Modified: kylin/site/cn/docs15/tutorial/cube_build_job.html
URL: 
http://svn.apache.org/viewvc/kylin/site/cn/docs15/tutorial/cube_build_job.html?rev=1825799=1825798=1825799=diff
==
--- kylin/site/cn/docs15/tutorial/cube_build_job.html (original)
+++ kylin/site/cn/docs15/tutorial/cube_build_job.html Sun Mar  4 06:54:15 2018
@@ -144,7 +144,7 @@
 
   
  首页
-  文档
+  文档
   下载
   社区
   开发

Modified: kylin/site/cn/docs15/tutorial/odbc.html
URL: 
http://svn.apache.org/viewvc/kylin/site/cn/docs15/tutorial/odbc.html?rev=1825799=1825798=1825799=diff
==
--- kylin/site/cn/docs15/tutorial/odbc.html (original)
+++ kylin/site/cn/docs15/tutorial/odbc.html Sun Mar  4 06:54:15 2018
@@ -144,7 +144,7 @@
 
   
  首页
-  文档
+  文档
   下载
   社区
   开发

Modified: kylin/site/cn/docs15/tutorial/powerbi.html
URL: 
http://svn.apache.org/viewvc/kylin/site/cn/docs15/tutorial/powerbi.html?rev=1825799=1825798=1825799=diff
==
--- kylin/site/cn/docs15/tutorial/powerbi.html (original)
+++ kylin/site/cn/docs15/tutorial/powerbi.html Sun Mar  4 06:54:15 2018
@@ -144,7 +144,7 @@
 
   
  首页
-  文档
+  文档
   下载
   社区
   开发

Modified: kylin/site/cn/docs15/tutorial/tableau.html
URL: 
http://svn.apache.org/viewvc/kylin/site/cn/docs15/tutorial/tableau.html?rev=1825799=1825798=1825799=diff
==
--- kylin/site/cn/docs15/tutorial/tableau.html (original)
+++ kylin/site/cn/docs15/tutorial/tableau.html Sun Mar  4 06:54:15 2018
@@ -144,7 +144,7 @@
 
   

svn commit: r1825799 [4/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-cub

2018-03-03 Thread lidong
Modified: kylin/site/docs20/install/hadoop_env.html
URL: 
http://svn.apache.org/viewvc/kylin/site/docs20/install/hadoop_env.html?rev=1825799=1825798=1825799=diff
==
--- kylin/site/docs20/install/hadoop_env.html (original)
+++ kylin/site/docs20/install/hadoop_env.html Sun Mar  4 06:54:15 2018
@@ -149,7 +149,7 @@
 
   
  Home
-  Docs
+  Docs
   Download
   Community
   Development

Modified: kylin/site/docs20/install/index.html
URL: 
http://svn.apache.org/viewvc/kylin/site/docs20/install/index.html?rev=1825799=1825798=1825799=diff
==
--- kylin/site/docs20/install/index.html (original)
+++ kylin/site/docs20/install/index.html Sun Mar  4 06:54:15 2018
@@ -149,7 +149,7 @@
 
   
  Home
-  Docs
+  Docs
   Download
   Community
   Development

Modified: kylin/site/docs20/install/kylin_cluster.html
URL: 
http://svn.apache.org/viewvc/kylin/site/docs20/install/kylin_cluster.html?rev=1825799=1825798=1825799=diff
==
--- kylin/site/docs20/install/kylin_cluster.html (original)
+++ kylin/site/docs20/install/kylin_cluster.html Sun Mar  4 06:54:15 2018
@@ -149,7 +149,7 @@
 
   
  Home
-  Docs
+  Docs
   Download
   Community
   Development

Modified: kylin/site/docs20/install/kylin_docker.html
URL: 
http://svn.apache.org/viewvc/kylin/site/docs20/install/kylin_docker.html?rev=1825799=1825798=1825799=diff
==
--- kylin/site/docs20/install/kylin_docker.html (original)
+++ kylin/site/docs20/install/kylin_docker.html Sun Mar  4 06:54:15 2018
@@ -149,7 +149,7 @@
 
   
  Home
-  Docs
+  Docs
   Download
   Community
   Development

Modified: kylin/site/docs20/release_notes.html
URL: 
http://svn.apache.org/viewvc/kylin/site/docs20/release_notes.html?rev=1825799=1825798=1825799=diff
==
--- kylin/site/docs20/release_notes.html (original)
+++ kylin/site/docs20/release_notes.html Sun Mar  4 06:54:15 2018
@@ -149,7 +149,7 @@
 
   
  Home
-  Docs
+  Docs
   Download
   Community
   Development

Modified: kylin/site/docs20/tutorial/acl.html
URL: 
http://svn.apache.org/viewvc/kylin/site/docs20/tutorial/acl.html?rev=1825799=1825798=1825799=diff
==
--- kylin/site/docs20/tutorial/acl.html (original)
+++ kylin/site/docs20/tutorial/acl.html Sun Mar  4 06:54:15 2018
@@ -149,7 +149,7 @@
 
   
  Home
-  Docs
+  Docs
   Download
   Community
   Development

Modified: kylin/site/docs20/tutorial/create_cube.html
URL: 
http://svn.apache.org/viewvc/kylin/site/docs20/tutorial/create_cube.html?rev=1825799=1825798=1825799=diff
==
--- kylin/site/docs20/tutorial/create_cube.html (original)
+++ kylin/site/docs20/tutorial/create_cube.html Sun Mar  4 06:54:15 2018
@@ -149,7 +149,7 @@
 
   
  Home
-  Docs
+  Docs
   Download
   Community
   Development

Modified: kylin/site/docs20/tutorial/cube_build_job.html
URL: 
http://svn.apache.org/viewvc/kylin/site/docs20/tutorial/cube_build_job.html?rev=1825799=1825798=1825799=diff
==
--- kylin/site/docs20/tutorial/cube_build_job.html (original)
+++ kylin/site/docs20/tutorial/cube_build_job.html Sun Mar  4 06:54:15 2018
@@ -149,7 +149,7 @@
 
   
  Home
-  Docs
+  Docs
   Download
   Community
   Development

Modified: kylin/site/docs20/tutorial/cube_build_performance.html
URL: 
http://svn.apache.org/viewvc/kylin/site/docs20/tutorial/cube_build_performance.html?rev=1825799=1825798=1825799=diff
==
--- kylin/site/docs20/tutorial/cube_build_performance.html (original)
+++ kylin/site/docs20/tutorial/cube_build_performance.html Sun Mar  4 06:54:15 
2018
@@ -149,7 +149,7 @@
 
   
  Home
-  Docs
+  Docs
   Download
   Community
   Development

Modified: kylin/site/docs20/tutorial/cube_spark.html
URL: 
http://svn.apache.org/viewvc/kylin/site/docs20/tutorial/cube_spark.html?rev=1825799=1825798=1825799=diff
==
--- kylin/site/docs20/tutorial/cube_spark.html (original)
+++ kylin/site/docs20/tutorial/cube_spark.html Sun Mar  4 

svn commit: r1825799 [3/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-cub

2018-03-03 Thread lidong
Modified: kylin/site/docs/howto/howto_use_restapi_in_js.html
URL: 
http://svn.apache.org/viewvc/kylin/site/docs/howto/howto_use_restapi_in_js.html?rev=1825799=1825798=1825799=diff
==
--- kylin/site/docs/howto/howto_use_restapi_in_js.html (original)
+++ kylin/site/docs/howto/howto_use_restapi_in_js.html Sun Mar  4 06:54:15 2018
@@ -149,7 +149,7 @@
 
   
  Home
-  Docs
+  Docs
   Download
   Community
   Development

Modified: kylin/site/docs/index.html
URL: 
http://svn.apache.org/viewvc/kylin/site/docs/index.html?rev=1825799=1825798=1825799=diff
==
--- kylin/site/docs/index.html (original)
+++ kylin/site/docs/index.html Sun Mar  4 06:54:15 2018
@@ -149,7 +149,7 @@
 
   
  Home
-  Docs
+  Docs
   Download
   Community
   Development

Modified: kylin/site/docs/install/advance_settings.html
URL: 
http://svn.apache.org/viewvc/kylin/site/docs/install/advance_settings.html?rev=1825799=1825798=1825799=diff
==
--- kylin/site/docs/install/advance_settings.html (original)
+++ kylin/site/docs/install/advance_settings.html Sun Mar  4 06:54:15 2018
@@ -149,7 +149,7 @@
 
   
  Home
-  Docs
+  Docs
   Download
   Community
   Development

Modified: kylin/site/docs/install/index.html
URL: 
http://svn.apache.org/viewvc/kylin/site/docs/install/index.html?rev=1825799=1825798=1825799=diff
==
--- kylin/site/docs/install/index.html (original)
+++ kylin/site/docs/install/index.html Sun Mar  4 06:54:15 2018
@@ -149,7 +149,7 @@
 
   
  Home
-  Docs
+  Docs
   Download
   Community
   Development

Modified: kylin/site/docs/install/kylin_cluster.html
URL: 
http://svn.apache.org/viewvc/kylin/site/docs/install/kylin_cluster.html?rev=1825799=1825798=1825799=diff
==
--- kylin/site/docs/install/kylin_cluster.html (original)
+++ kylin/site/docs/install/kylin_cluster.html Sun Mar  4 06:54:15 2018
@@ -149,7 +149,7 @@
 
   
  Home
-  Docs
+  Docs
   Download
   Community
   Development

Modified: kylin/site/docs/install/kylin_docker.html
URL: 
http://svn.apache.org/viewvc/kylin/site/docs/install/kylin_docker.html?rev=1825799=1825798=1825799=diff
==
--- kylin/site/docs/install/kylin_docker.html (original)
+++ kylin/site/docs/install/kylin_docker.html Sun Mar  4 06:54:15 2018
@@ -149,7 +149,7 @@
 
   
  Home
-  Docs
+  Docs
   Download
   Community
   Development

Modified: kylin/site/docs/install/manual_install_guide.html
URL: 
http://svn.apache.org/viewvc/kylin/site/docs/install/manual_install_guide.html?rev=1825799=1825798=1825799=diff
==
--- kylin/site/docs/install/manual_install_guide.html (original)
+++ kylin/site/docs/install/manual_install_guide.html Sun Mar  4 06:54:15 2018
@@ -149,7 +149,7 @@
 
   
  Home
-  Docs
+  Docs
   Download
   Community
   Development

Modified: kylin/site/docs/release_notes.html
URL: 
http://svn.apache.org/viewvc/kylin/site/docs/release_notes.html?rev=1825799=1825798=1825799=diff
==
--- kylin/site/docs/release_notes.html (original)
+++ kylin/site/docs/release_notes.html Sun Mar  4 06:54:15 2018
@@ -149,7 +149,7 @@
 
   
  Home
-  Docs
+  Docs
   Download
   Community
   Development

Modified: kylin/site/docs/tutorial/acl.html
URL: 
http://svn.apache.org/viewvc/kylin/site/docs/tutorial/acl.html?rev=1825799=1825798=1825799=diff
==
--- kylin/site/docs/tutorial/acl.html (original)
+++ kylin/site/docs/tutorial/acl.html Sun Mar  4 06:54:15 2018
@@ -149,7 +149,7 @@
 
   
  Home
-  Docs
+  Docs
   Download
   Community
   Development

Modified: kylin/site/docs/tutorial/create_cube.html
URL: 
http://svn.apache.org/viewvc/kylin/site/docs/tutorial/create_cube.html?rev=1825799=1825798=1825799=diff
==
--- kylin/site/docs/tutorial/create_cube.html (original)
+++ kylin/site/docs/tutorial/create_cube.html Sun Mar  4 06:54:15 2018
@@ -149,7 +149,7 @@
 
   
  Home
-  Docs
+  Docs
   

svn commit: r1825799 [1/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-cub

2018-03-03 Thread lidong
Author: lidong
Date: Sun Mar  4 06:54:15 2018
New Revision: 1825799

URL: http://svn.apache.org/viewvc?rev=1825799=rev
Log:
add 2.3 release blog

Added:
kylin/site/blog/2018/03/
kylin/site/blog/2018/03/04/
kylin/site/blog/2018/03/04/release-v2.3.0/
kylin/site/blog/2018/03/04/release-v2.3.0/index.html
Modified:
kylin/site/about/index.html
kylin/site/blog/2015/01/25/introduce-data-model/index.html
kylin/site/blog/2015/06/10/release-v0.7.1-incubating/index.html
kylin/site/blog/2015/08/13/kylin-dictionary/index.html
kylin/site/blog/2015/08/15/fast-cubing/index.html
kylin/site/blog/2015/09/06/release-v1.0-incubating/index.html
kylin/site/blog/2015/09/09/fast-cubing-on-spark/index.html
kylin/site/blog/2015/09/25/hybrid-model/index.html
kylin/site/blog/2015/10/14/Apache-Kylin-Meetup/index.html
kylin/site/blog/2015/10/25/release-v1.1-incubating/index.html
kylin/site/blog/2015/12/23/release-v1.2/index.html
kylin/site/blog/2015/12/25/support-powerbi-tableau9/index.html
kylin/site/blog/2016/02/03/streaming-cubing/index.html
kylin/site/blog/2016/02/18/new-aggregation-group/index.html
kylin/site/blog/2016/03/16/release-v1.3.0/index.html
kylin/site/blog/2016/03/17/release-v1.5.0/index.html
kylin/site/blog/2016/03/19/approximate-topn-measure/index.html
kylin/site/blog/2016/04/12/release-v1.5.1/index.html
kylin/site/blog/2016/05/26/release-v1.5.2/index.html
kylin/site/blog/2016/05/29/raw-measure-in-kylin/index.html
kylin/site/blog/2016/06/10/diagnosis-tool/index.html
kylin/site/blog/2016/06/10/standalone-hbase-cluster/index.html
kylin/site/blog/2016/07/28/release-v1.5.3/index.html
kylin/site/blog/2016/08/01/count-distinct-in-kylin/index.html
kylin/site/blog/2016/08/27/query-metrics-in-kylin/index.html
kylin/site/blog/2016/10/18/new-nrt-streaming/index.html
kylin/site/blog/2016/11/16/window-function/index.html
kylin/site/blog/2016/11/28/intersect-count/index.html
kylin/site/blog/2016/12/04/release-v1.6.0/index.html
kylin/site/blog/2017/02/23/by-layer-spark-cubing/index.html
kylin/site/blog/2017/02/25/v2.0.0-beta-ready/index.html
kylin/site/blog/2017/04/01/percentile-measure/index.html
kylin/site/blog/2017/07/21/Improving-Spark-Cubing/index.html
kylin/site/blog/2018/01/01/kylin-and-superset/index.html
kylin/site/blog/index.html
kylin/site/cn/blog/2015/10/25/release-v1.1-incubating/index.html
kylin/site/cn/blog/2015/12/23/release-v1.2/index.html
kylin/site/cn/blog/2015/12/25/support-powerbi-tableau9/index.html
kylin/site/cn/blog/2016/03/16/release-v1.3.0/index.html
kylin/site/cn/blog/2016/03/17/release-v1.5.0/index.html
kylin/site/cn/blog/2016/04/12/release-v1.5.1/index.html
kylin/site/cn/blog/2016/05/26/release-v1.5.2/index.html
kylin/site/cn/blog/2016/07/28/release-v1.5.3/index.html
kylin/site/cn/blog/2016/12/04/release-v1.6.0/index.html
kylin/site/cn/blog/2017/02/25/v2.0.0-beta-ready/index.html
kylin/site/cn/docs/index.html
kylin/site/cn/docs/install/index.html
kylin/site/cn/docs/install/manual_install_guide.html
kylin/site/cn/docs/tutorial/acl.html
kylin/site/cn/docs/tutorial/create_cube.html
kylin/site/cn/docs/tutorial/cube_build_job.html
kylin/site/cn/docs/tutorial/kylin_client_tool.html
kylin/site/cn/docs/tutorial/odbc.html
kylin/site/cn/docs/tutorial/powerbi.html
kylin/site/cn/docs/tutorial/tableau.html
kylin/site/cn/docs/tutorial/tableau_91.html
kylin/site/cn/docs/tutorial/web.html
kylin/site/cn/docs15/index.html
kylin/site/cn/docs15/install/index.html
kylin/site/cn/docs15/install/manual_install_guide.html
kylin/site/cn/docs15/tutorial/acl.html
kylin/site/cn/docs15/tutorial/create_cube.html
kylin/site/cn/docs15/tutorial/cube_build_job.html
kylin/site/cn/docs15/tutorial/odbc.html
kylin/site/cn/docs15/tutorial/powerbi.html
kylin/site/cn/docs15/tutorial/tableau.html
kylin/site/cn/docs15/tutorial/tableau_91.html
kylin/site/cn/docs15/tutorial/web.html
kylin/site/cn/docs16/index.html
kylin/site/cn/docs16/install/index.html
kylin/site/cn/docs16/install/manual_install_guide.html
kylin/site/cn/docs16/tutorial/acl.html
kylin/site/cn/docs16/tutorial/create_cube.html
kylin/site/cn/docs16/tutorial/cube_build_job.html
kylin/site/cn/docs16/tutorial/odbc.html
kylin/site/cn/docs16/tutorial/powerbi.html
kylin/site/cn/docs16/tutorial/tableau.html
kylin/site/cn/docs16/tutorial/tableau_91.html
kylin/site/cn/docs16/tutorial/web.html
kylin/site/cn/docs20/index.html
kylin/site/cn/docs20/install/index.html
kylin/site/cn/docs20/install/manual_install_guide.html
kylin/site/cn/docs20/tutorial/acl.html
kylin/site/cn/docs20/tutorial/create_cube.html
kylin/site/cn/docs20/tutorial/cube_build_job.html
kylin/site/cn/docs20/tutorial/odbc.html
kylin/site/cn/docs20/tutorial/powerbi.html

[kylin] branch document updated: add 2.3 release blog

2018-03-03 Thread billyliu
This is an automated email from the ASF dual-hosted git repository.

billyliu pushed a commit to branch document
in repository https://gitbox.apache.org/repos/asf/kylin.git


The following commit(s) were added to refs/heads/document by this push:
 new e98f444  add 2.3 release blog
e98f444 is described below

commit e98f4448ec571f15cf16c5bda7ca4831fb1d75cb
Author: Billy Liu 
AuthorDate: Sun Mar 4 14:40:01 2018 +0800

add 2.3 release blog
---
 website/_posts/blog/2018-03-04-release-v2.3.0.md | 44 
 1 file changed, 44 insertions(+)

diff --git a/website/_posts/blog/2018-03-04-release-v2.3.0.md 
b/website/_posts/blog/2018-03-04-release-v2.3.0.md
new file mode 100644
index 000..9f102f9
--- /dev/null
+++ b/website/_posts/blog/2018-03-04-release-v2.3.0.md
@@ -0,0 +1,44 @@
+---
+layout: post-blog
+title:  Apache Kylin v2.3.0 Release Announcement
+date:   2018-03-04 20:00:00
+author: Billy Liu
+categories: blog
+---
+
+The Apache Kylin community is pleased to announce the release of Apache Kylin 
v2.3.0.
+
+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.
+
+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. 
+
+Apache Kylin 2.3.0 resolved 250+ issues including bug fixes, improvements, and 
new features. All of the changes can be found in the [release notes]( 
+https://kylin.apache.org/docs23/release_notes.html).
+
+
+## Change Highlights
+
+- Support SparkSql in Cube building step "Create Intermediate Flat Hive Table" 
[KYLIN-3125](https://issues.apache.org/jira/browse/KYLIN-3125) 
+- Support SQL Server as data source 
[KYLIN-3044](https://issues.apache.org/jira/browse/KYLIN-3044)
+- Support user/group and role authentication for LDAP 
[KYLIN-2960](https://issues.apache.org/jira/browse/KYLIN-2960)
+- New metric framework based on dropwizard 
[KYLIN-2776](https://issues.apache.org/jira/browse/KYLIN-2776)
+- Introduce cube planner able to select cost-effective cuboids to be built by 
cost-based algorithms 
[KYLIN-2727](https://issues.apache.org/jira/browse/KYLIN-2727) 
[Document](http://kylin.apache.org/docs23/howto/howto_use_cube_planner.html)
+- Introduce a dashboard for showing kylin service related metrics, like query 
count, query latency, job count, etc 
[KYLIN-2726](https://issues.apache.org/jira/browse/KYLIN-2726) 
[Document](http://kylin.apache.org/docs23/howto/howto_use_dashboard.html)
+- Support volatile range for segments auto merge 
[KYLIN-1892](https://issues.apache.org/jira/browse/KYLIN-1892) 
+
+
+To download Apache Kylin v2.3.0 source code or binary package, visit the 
[download](http://kylin.apache.org/download) page.
+
+__Upgrade__
+ 
+Follow the [upgrade guide](/docs23/howto/howto_upgrade.html).
+
+
+__Support__
+
+Any issue or question,
+open JIRA to Apache Kylin project: 
[https://issues.apache.org/jira/browse/KYLIN/](https://issues.apache.org/jira/browse/KYLIN/)
+or
+send mail to Apache Kylin dev mailing list: 
[d...@kylin.apache.org](mailto:d...@kylin.apache.org)
+
+_Great thanks to everyone who contributed!_

-- 
To stop receiving notification emails like this one, please contact
billy...@apache.org.


[kylin] branch document updated: update 2.3.0 release notes

2018-03-03 Thread billyliu
This is an automated email from the ASF dual-hosted git repository.

billyliu pushed a commit to branch document
in repository https://gitbox.apache.org/repos/asf/kylin.git


The following commit(s) were added to refs/heads/document by this push:
 new 2074b5e  update 2.3.0 release notes
2074b5e is described below

commit 2074b5eae6e118074e7ba875aa896df347ed6e3f
Author: Billy Liu 
AuthorDate: Sun Mar 4 14:14:34 2018 +0800

update 2.3.0 release notes
---
 website/_docs23/release_notes.md | 44 ++--
 website/_includes/header.cn.html |  2 +-
 website/_includes/header.html|  2 +-
 website/download/index.cn.md |  8 
 website/download/index.md|  8 
 5 files changed, 51 insertions(+), 13 deletions(-)

diff --git a/website/_docs23/release_notes.md b/website/_docs23/release_notes.md
index 7e0d839..40eea53 100644
--- a/website/_docs23/release_notes.md
+++ b/website/_docs23/release_notes.md
@@ -15,9 +15,9 @@ or send to Apache Kylin mailing list:
 * User relative: [u...@kylin.apache.org](mailto:u...@kylin.apache.org)
 * Development relative: [d...@kylin.apache.org](mailto:d...@kylin.apache.org)
 
-## v2.3.0 - 2018-02-XX
-_Tag:_ [kylin-2.3.0](https://github.com/apache/kylin/tree/kylin-2.2.0)
-This is a major release after 2.2, with more than 200 bug fixes and 
enhancement. Check [How to upgrade](/docs23/howto/howto_upgrade.html).
+## v2.3.0 - 2018-03-04
+_Tag:_ [kylin-2.3.0](https://github.com/apache/kylin/tree/kylin-2.3.0)
+This is a major release after 2.2, with more than 250 bug fixes and 
enhancement. Check [How to upgrade](/docs23/howto/howto_upgrade.html).
 
 __New Feature__
 * [KYLIN-3125] - Support SparkSql in Cube building step "Create Intermediate 
Flat Hive Table"
@@ -32,8 +32,15 @@ __New Feature__
 * [KYLIN-1892] - Support volatile range for segments auto merge
 
 __Improvement__
+* [KYLIN-3265] - Add "jobSearchMode" as a condition to "/kylin/api/jobs" API
+* [KYLIN-3245] - Searching cube support fuzzy search
+* [KYLIN-3243] - Optimize the code and keep the code consistent in the 
access.html
+* [KYLIN-3239] - Refactor the ACL code about "checkPermission" and 
"hasPermission"
+* [KYLIN-3215] - Remove 'drop' option when job status is stopped and error
+* [KYLIN-3214] - Initialize ExternalAclProvider when starting kylin
 * [KYLIN-3209] - Optimize job partial statistics path be consistent with 
existing one
 * [KYLIN-3196] - Replace StringUtils.containsOnly with Regex
+* [KYLIN-3194] - Tolerate broken job metadata caused by executable 
ClassNotFoundException
 * [KYLIN-3193] - No model clone across projects
 * [KYLIN-3182] - Update Kylin help menu links
 * [KYLIN-3181] - The submit button status of refreshing cube is not suitable 
when the start time is equal or more than the end time.
@@ -43,6 +50,7 @@ __Improvement__
 * [KYLIN-3157] - Enhance query timeout to entire query life cycle
 * [KYLIN-3151] - Enable 'Query History' to show items filtered by different 
projects
 * [KYLIN-3150] - Support different compression in PercentileCounter measure
+* [KYLIN-3145] - Support Kafka JSON message whose property name includes "_"
 * [KYLIN-3144] - Adopt Collections.emptyList() for empty list values
 * [KYLIN-3129] - Fix the joda library conflicts during Kylin start on EMR 5.8+
 * [KYLIN-3128] - Configs for allowing export query results for admin/nonadmin 
user
@@ -101,8 +109,8 @@ __Improvement__
 * [KYLIN-2913] - Enable job retry for configurable exceptions
 * [KYLIN-2912] - Remove "hfile" folder after bulk load to HBase
 * [KYLIN-2909] - Refine Email Template for notification by freemarker
+* [KYLIN-2908] - Add one option for migration tool to indicate whether to 
migrate segment data
 * [KYLIN-2905] - Refine the process of submitting a job
-* [KYLIN-2895] - Refine query cache
 * [KYLIN-2884] - Add delete segment function for portal
 * [KYLIN-2881] - Improve hbase coprocessor exception handling at kylin server 
side 
 * [KYLIN-2875] - Cube e-mail notification Validation
@@ -124,7 +132,25 @@ __Improvement__
 * [KYLIN-1872] - Make query visible and interruptible, improve server's 
stablility
 
 __Bug__
+* [KYLIN-3268] - Tomcat Security Vulnerability Alert. The version of the 
tomcat for kylin should upgrade to 7.0.85.
+* [KYLIN-3263] - AbstractExecutable's retry has problem
+* [KYLIN-3247] - REST API 'GET /api/cubes/{cubeName}/segs/{segmentName}/sql' 
should return a cube segment sql
+* [KYLIN-3242] - export result should use alias too
+* [KYLIN-3241] - When refresh on 'Add Cube Page', a blank page will appear.
+* [KYLIN-3228] - Should remove the related segment when deleting a job
+* [KYLIN-3227] - Automatically remove the blank at the end of lines in 
properties files
+* [KYLIN-3226] - When user logs in with only query permission, 'N/A' is 
displayed in the cube's action list.
+* [KYLIN-3224] - data can't show when use kylin pushdown model 
+* [KYLIN-3223] - Query for the list of hybrid cubes results in NPE
+* [KYLIN-3222] 

[kylin] branch master updated (a05a4d0 -> 1e7825b)

2018-03-03 Thread billyliu
This is an automated email from the ASF dual-hosted git repository.

billyliu pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/kylin.git.


from a05a4d0  KYLIN-3251, add a hook that can customize test_case_data and 
add MetadataCleanupJob UT.
 new 8e55ba9  manual update htrace to 2.3.0
 new 81129cf  [maven-release-plugin] prepare release kylin-2.3.0
 new 1d4b2d3  [maven-release-plugin] prepare for next development iteration
 new eae0c95  manual update htrace to 2.4.0-SNAPSHOT
 new 1e7825b  bump to 2.4.0-SNAPSHOT

The 5 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 assembly/pom.xml   |  5 ++---
 atopcalcite/pom.xml|  5 ++---
 core-common/pom.xml|  5 ++---
 .../java/org/apache/kylin/common/KylinVersion.java |  2 +-
 core-cube/pom.xml  |  5 ++---
 core-dictionary/pom.xml|  5 ++---
 core-job/pom.xml   |  5 ++---
 core-metadata/pom.xml  |  6 ++
 core-metrics/pom.xml   |  5 ++---
 core-storage/pom.xml   |  5 ++---
 engine-mr/pom.xml  |  5 ++---
 engine-spark/pom.xml   |  5 ++---
 external/htrace/pom.xml|  2 +-
 external/pom.xml   |  6 ++
 jdbc/pom.xml   |  5 ++---
 kylin-it/pom.xml   | 18 --
 metrics-reporter-hive/pom.xml  |  5 ++---
 metrics-reporter-kafka/pom.xml |  2 +-
 pom.xml| 12 +---
 query/pom.xml  |  5 ++---
 server-base/pom.xml|  6 ++
 server/pom.xml |  5 ++---
 source-hive/pom.xml|  5 ++---
 source-kafka/pom.xml   |  5 ++---
 storage-hbase/pom.xml  |  9 +++--
 tomcat-ext/pom.xml |  6 ++
 tool-assembly/pom.xml  |  5 ++---
 tool/pom.xml   |  5 ++---
 28 files changed, 63 insertions(+), 96 deletions(-)

-- 
To stop receiving notification emails like this one, please contact
billy...@apache.org.


[kylin] 05/05: bump to 2.4.0-SNAPSHOT

2018-03-03 Thread billyliu
This is an automated email from the ASF dual-hosted git repository.

billyliu pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/kylin.git

commit 1e7825bd8b69ad7517298175d2d5bb0fde578fca
Author: Billy Liu 
AuthorDate: Sun Mar 4 13:21:37 2018 +0800

bump to 2.4.0-SNAPSHOT
---
 core-common/src/main/java/org/apache/kylin/common/KylinVersion.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/core-common/src/main/java/org/apache/kylin/common/KylinVersion.java 
b/core-common/src/main/java/org/apache/kylin/common/KylinVersion.java
index 749cb86..8fe795c 100644
--- a/core-common/src/main/java/org/apache/kylin/common/KylinVersion.java
+++ b/core-common/src/main/java/org/apache/kylin/common/KylinVersion.java
@@ -95,7 +95,7 @@ public class KylinVersion implements Comparable {
 /**
  * Require MANUAL updating kylin version per ANY upgrading.
  */
-private static final KylinVersion CURRENT_KYLIN_VERSION = new 
KylinVersion("2.3.0.20500");
+private static final KylinVersion CURRENT_KYLIN_VERSION = new 
KylinVersion("2.4.0.20500");
 
 private static final KylinVersion VERSION_200 = new KylinVersion("2.0.0");
 

-- 
To stop receiving notification emails like this one, please contact
billy...@apache.org.


[kylin] 03/05: [maven-release-plugin] prepare for next development iteration

2018-03-03 Thread billyliu
This is an automated email from the ASF dual-hosted git repository.

billyliu pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/kylin.git

commit 1d4b2d3ff4cd2c0b8457b4f1ce02f96c69daf616
Author: Billy Liu 
AuthorDate: Thu Mar 1 03:01:41 2018 +

[maven-release-plugin] prepare for next development iteration
---
 assembly/pom.xml   | 2 +-
 atopcalcite/pom.xml| 2 +-
 core-common/pom.xml| 2 +-
 core-cube/pom.xml  | 2 +-
 core-dictionary/pom.xml| 2 +-
 core-job/pom.xml   | 2 +-
 core-metadata/pom.xml  | 2 +-
 core-metrics/pom.xml   | 2 +-
 core-storage/pom.xml   | 2 +-
 engine-mr/pom.xml  | 2 +-
 engine-spark/pom.xml   | 2 +-
 external/pom.xml   | 2 +-
 jdbc/pom.xml   | 2 +-
 kylin-it/pom.xml   | 2 +-
 metrics-reporter-hive/pom.xml  | 2 +-
 metrics-reporter-kafka/pom.xml | 2 +-
 pom.xml| 6 +++---
 query/pom.xml  | 2 +-
 server-base/pom.xml| 2 +-
 server/pom.xml | 2 +-
 source-hive/pom.xml| 2 +-
 source-kafka/pom.xml   | 2 +-
 storage-hbase/pom.xml  | 2 +-
 tomcat-ext/pom.xml | 2 +-
 tool-assembly/pom.xml  | 2 +-
 tool/pom.xml   | 2 +-
 26 files changed, 28 insertions(+), 28 deletions(-)

diff --git a/assembly/pom.xml b/assembly/pom.xml
index 558ae91..2f7befc 100644
--- a/assembly/pom.xml
+++ b/assembly/pom.xml
@@ -26,7 +26,7 @@
 
 kylin
 org.apache.kylin
-2.3.0
+2.4.0-SNAPSHOT
 
 
 
diff --git a/atopcalcite/pom.xml b/atopcalcite/pom.xml
index d5d0325..1f5c714 100644
--- a/atopcalcite/pom.xml
+++ b/atopcalcite/pom.xml
@@ -28,7 +28,7 @@
 
 org.apache.kylin
 kylin
-2.3.0
+2.4.0-SNAPSHOT
 
 
 
diff --git a/core-common/pom.xml b/core-common/pom.xml
index 1b81f69..1507833 100644
--- a/core-common/pom.xml
+++ b/core-common/pom.xml
@@ -28,7 +28,7 @@
 
 org.apache.kylin
 kylin
-2.3.0
+2.4.0-SNAPSHOT
 
 
 
diff --git a/core-cube/pom.xml b/core-cube/pom.xml
index ddf89d2..81fa547 100644
--- a/core-cube/pom.xml
+++ b/core-cube/pom.xml
@@ -28,7 +28,7 @@
 
 org.apache.kylin
 kylin
-2.3.0
+2.4.0-SNAPSHOT
 
 
 
diff --git a/core-dictionary/pom.xml b/core-dictionary/pom.xml
index a9d4ef4..7e8bee1 100644
--- a/core-dictionary/pom.xml
+++ b/core-dictionary/pom.xml
@@ -28,7 +28,7 @@
 
 org.apache.kylin
 kylin
-2.3.0
+2.4.0-SNAPSHOT
 
 
 
diff --git a/core-job/pom.xml b/core-job/pom.xml
index 5bac3d1..0a025d8 100644
--- a/core-job/pom.xml
+++ b/core-job/pom.xml
@@ -28,7 +28,7 @@
 
 org.apache.kylin
 kylin
-2.3.0
+2.4.0-SNAPSHOT
 
 
 
diff --git a/core-metadata/pom.xml b/core-metadata/pom.xml
index 211d04f..21aa6ee 100644
--- a/core-metadata/pom.xml
+++ b/core-metadata/pom.xml
@@ -28,7 +28,7 @@
 
 org.apache.kylin
 kylin
-2.3.0
+2.4.0-SNAPSHOT
 
 
 
diff --git a/core-metrics/pom.xml b/core-metrics/pom.xml
index c56e15c..e76aa2f 100644
--- a/core-metrics/pom.xml
+++ b/core-metrics/pom.xml
@@ -28,7 +28,7 @@
 
 kylin
 org.apache.kylin
-2.3.0
+2.4.0-SNAPSHOT
 
 
 
diff --git a/core-storage/pom.xml b/core-storage/pom.xml
index 34d7dbe..c173c5e 100644
--- a/core-storage/pom.xml
+++ b/core-storage/pom.xml
@@ -28,7 +28,7 @@
 
 org.apache.kylin
 kylin
-2.3.0
+2.4.0-SNAPSHOT
 
 
 
diff --git a/engine-mr/pom.xml b/engine-mr/pom.xml
index 2b2d3bb..129afbe 100644
--- a/engine-mr/pom.xml
+++ b/engine-mr/pom.xml
@@ -28,7 +28,7 @@
 
 org.apache.kylin
 kylin
-2.3.0
+2.4.0-SNAPSHOT
 
 
 
diff --git a/engine-spark/pom.xml b/engine-spark/pom.xml
index 17bc5c5..9fa646e 100644
--- a/engine-spark/pom.xml
+++ b/engine-spark/pom.xml
@@ -28,7 +28,7 @@
 
 org.apache.kylin
 kylin
-2.3.0
+2.4.0-SNAPSHOT
 
 
 
diff --git a/external/pom.xml b/external/pom.xml
index 1e18edc..8a038ba 100644
--- a/external/pom.xml
+++ b/external/pom.xml
@@ -26,7 +26,7 @@
 
 org.apache.kylin
 kylin
-2.3.0
+2.4.0-SNAPSHOT
 
 
 
diff --git a/jdbc/pom.xml b/jdbc/pom.xml
index a730b23..224be54 100644
--- a/jdbc/pom.xml
+++ b/jdbc/pom.xml
@@ -28,7 +28,7 @@
 
 org.apache.kylin
 kylin
-2.3.0
+2.4.0-SNAPSHOT
 
 
 
diff --git a/kylin-it/pom.xml b/kylin-it/pom.xml
index a119a0d..fd4fa8b 100644
--- a/kylin-it/pom.xml
+++ b/kylin-it/pom.xml
@@ -29,7 +29,7 @@
 
 kylin
 org.apache.kylin
-2.3.0
+2.4.0-SNAPSHOT
 
 
 
diff --git 

[kylin] 02/05: [maven-release-plugin] prepare release kylin-2.3.0

2018-03-03 Thread billyliu
This is an automated email from the ASF dual-hosted git repository.

billyliu pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/kylin.git

commit 81129cf25a4bd9d191a68cda9d0e69384a930e3a
Author: Billy Liu 
AuthorDate: Thu Mar 1 03:01:21 2018 +

[maven-release-plugin] prepare release kylin-2.3.0
---
 assembly/pom.xml   |  5 ++---
 atopcalcite/pom.xml|  5 ++---
 core-common/pom.xml|  5 ++---
 core-cube/pom.xml  |  5 ++---
 core-dictionary/pom.xml|  5 ++---
 core-job/pom.xml   |  5 ++---
 core-metadata/pom.xml  |  6 ++
 core-metrics/pom.xml   |  5 ++---
 core-storage/pom.xml   |  5 ++---
 engine-mr/pom.xml  |  5 ++---
 engine-spark/pom.xml   |  5 ++---
 external/pom.xml   |  6 ++
 jdbc/pom.xml   |  5 ++---
 kylin-it/pom.xml   | 18 --
 metrics-reporter-hive/pom.xml  |  5 ++---
 metrics-reporter-kafka/pom.xml |  2 +-
 pom.xml| 14 ++
 query/pom.xml  |  5 ++---
 server-base/pom.xml|  6 ++
 server/pom.xml |  5 ++---
 source-hive/pom.xml|  5 ++---
 source-kafka/pom.xml   |  5 ++---
 storage-hbase/pom.xml  |  9 +++--
 tomcat-ext/pom.xml |  6 ++
 tool-assembly/pom.xml  |  5 ++---
 tool/pom.xml   |  5 ++---
 26 files changed, 62 insertions(+), 95 deletions(-)

diff --git a/assembly/pom.xml b/assembly/pom.xml
index cc254d1..558ae91 100644
--- a/assembly/pom.xml
+++ b/assembly/pom.xml
@@ -17,8 +17,7 @@
  limitations under the License.
 -->
 
-http://maven.apache.org/POM/4.0.0; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance;
- xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 
http://maven.apache.org/xsd/maven-4.0.0.xsd;>
+http://maven.apache.org/POM/4.0.0; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance; 
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 
http://maven.apache.org/xsd/maven-4.0.0.xsd;>
 4.0.0
 
 kylin-assembly
@@ -27,7 +26,7 @@
 
 kylin
 org.apache.kylin
-2.3.0-SNAPSHOT
+2.3.0
 
 
 
diff --git a/atopcalcite/pom.xml b/atopcalcite/pom.xml
index 80b3a9a..d5d0325 100644
--- a/atopcalcite/pom.xml
+++ b/atopcalcite/pom.xml
@@ -17,8 +17,7 @@
  limitations under the License.
 -->
 
-http://maven.apache.org/POM/4.0.0; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance;
- xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 
http://maven.apache.org/xsd/maven-4.0.0.xsd;>
+http://maven.apache.org/POM/4.0.0; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance; 
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 
http://maven.apache.org/xsd/maven-4.0.0.xsd;>
 4.0.0
 
 atopcalcite
@@ -29,7 +28,7 @@
 
 org.apache.kylin
 kylin
-2.3.0-SNAPSHOT
+2.3.0
 
 
 
diff --git a/core-common/pom.xml b/core-common/pom.xml
index 4d12a47..1b81f69 100644
--- a/core-common/pom.xml
+++ b/core-common/pom.xml
@@ -17,8 +17,7 @@
  limitations under the License.
 -->
 
-http://maven.apache.org/POM/4.0.0; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance;
- xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 
http://maven.apache.org/xsd/maven-4.0.0.xsd;>
+http://maven.apache.org/POM/4.0.0; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance; 
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 
http://maven.apache.org/xsd/maven-4.0.0.xsd;>
 4.0.0
 
 kylin-core-common
@@ -29,7 +28,7 @@
 
 org.apache.kylin
 kylin
-2.3.0-SNAPSHOT
+2.3.0
 
 
 
diff --git a/core-cube/pom.xml b/core-cube/pom.xml
index 2bd1ecd..ddf89d2 100644
--- a/core-cube/pom.xml
+++ b/core-cube/pom.xml
@@ -17,8 +17,7 @@
  limitations under the License.
 -->
 
-http://maven.apache.org/POM/4.0.0; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance;
- xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 
http://maven.apache.org/xsd/maven-4.0.0.xsd;>
+http://maven.apache.org/POM/4.0.0; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance; 
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 
http://maven.apache.org/xsd/maven-4.0.0.xsd;>
 4.0.0
 
 kylin-core-cube
@@ -29,7 +28,7 @@
 
 org.apache.kylin
 kylin
-2.3.0-SNAPSHOT
+2.3.0
 
 
 
diff --git a/core-dictionary/pom.xml b/core-dictionary/pom.xml
index 3a53149..a9d4ef4 100644
--- a/core-dictionary/pom.xml
+++ b/core-dictionary/pom.xml
@@ -17,8 +17,7 @@
  limitations under the License.
 -->
 
-http://maven.apache.org/POM/4.0.0; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance;
- xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 
http://maven.apache.org/xsd/maven-4.0.0.xsd;>
+http://maven.apache.org/POM/4.0.0; 

[kylin] 01/05: manual update htrace to 2.3.0

2018-03-03 Thread billyliu
This is an automated email from the ASF dual-hosted git repository.

billyliu pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/kylin.git

commit 8e55ba90096613012097807acedfc0e42dc3407d
Author: Billy Liu 
AuthorDate: Thu Mar 1 02:53:33 2018 +

manual update htrace to 2.3.0
---
 external/htrace/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/external/htrace/pom.xml b/external/htrace/pom.xml
index e83b153..5427e09 100644
--- a/external/htrace/pom.xml
+++ b/external/htrace/pom.xml
@@ -28,7 +28,7 @@
 
 org.apache.kylin
 kylin
-2.3.0-SNAPSHOT
+2.3.0
 ../../pom.xml
 
 

-- 
To stop receiving notification emails like this one, please contact
billy...@apache.org.


[kylin] 04/05: manual update htrace to 2.4.0-SNAPSHOT

2018-03-03 Thread billyliu
This is an automated email from the ASF dual-hosted git repository.

billyliu pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/kylin.git

commit eae0c95ccb95f5a5a040127ac5ee4d3ff414ba13
Author: Billy Liu 
AuthorDate: Thu Mar 1 03:03:23 2018 +

manual update htrace to 2.4.0-SNAPSHOT
---
 external/htrace/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/external/htrace/pom.xml b/external/htrace/pom.xml
index 5427e09..cfadfce 100644
--- a/external/htrace/pom.xml
+++ b/external/htrace/pom.xml
@@ -28,7 +28,7 @@
 
 org.apache.kylin
 kylin
-2.3.0
+2.4.0-SNAPSHOT
 ../../pom.xml
 
 

-- 
To stop receiving notification emails like this one, please contact
billy...@apache.org.


svn commit: r25395 - /release/kylin/apache-kylin-1.6.0/

2018-03-03 Thread billyliu
Author: billyliu
Date: Sun Mar  4 05:09:13 2018
New Revision: 25395

Log:
Remove old release 1.6.0

Removed:
release/kylin/apache-kylin-1.6.0/



svn commit: r25394 - /release/kylin/apache-kylin-2.3.0/

2018-03-03 Thread billyliu
Author: billyliu
Date: Sun Mar  4 05:03:57 2018
New Revision: 25394

Log:
checkin release artifacts for Kylin 2.3.0

Added:
release/kylin/apache-kylin-2.3.0/
release/kylin/apache-kylin-2.3.0/apache-kylin-2.3.0-cdh57-bin.tar.gz   
(with props)
release/kylin/apache-kylin-2.3.0/apache-kylin-2.3.0-cdh57-bin.tar.gz.asc   
(with props)
release/kylin/apache-kylin-2.3.0/apache-kylin-2.3.0-cdh57-bin.tar.gz.md5
release/kylin/apache-kylin-2.3.0/apache-kylin-2.3.0-cdh57-bin.tar.gz.sha1
release/kylin/apache-kylin-2.3.0/apache-kylin-2.3.0-hbase1x-bin.tar.gz   
(with props)
release/kylin/apache-kylin-2.3.0/apache-kylin-2.3.0-hbase1x-bin.tar.gz.asc  
 (with props)
release/kylin/apache-kylin-2.3.0/apache-kylin-2.3.0-hbase1x-bin.tar.gz.md5
release/kylin/apache-kylin-2.3.0/apache-kylin-2.3.0-hbase1x-bin.tar.gz.sha1
release/kylin/apache-kylin-2.3.0/apache-kylin-2.3.0-src.tar.gz   (with 
props)
release/kylin/apache-kylin-2.3.0/apache-kylin-2.3.0-src.tar.gz.asc   (with 
props)
release/kylin/apache-kylin-2.3.0/apache-kylin-2.3.0-src.tar.gz.asc.md5
release/kylin/apache-kylin-2.3.0/apache-kylin-2.3.0-src.tar.gz.asc.sha1
release/kylin/apache-kylin-2.3.0/apache-kylin-2.3.0-src.tar.gz.md5
release/kylin/apache-kylin-2.3.0/apache-kylin-2.3.0-src.tar.gz.sha1

Added: release/kylin/apache-kylin-2.3.0/apache-kylin-2.3.0-cdh57-bin.tar.gz
==
Binary file - no diff available.

Propchange: release/kylin/apache-kylin-2.3.0/apache-kylin-2.3.0-cdh57-bin.tar.gz
--
svn:mime-type = application/x-gzip

Added: release/kylin/apache-kylin-2.3.0/apache-kylin-2.3.0-cdh57-bin.tar.gz.asc
==
Binary file - no diff available.

Propchange: 
release/kylin/apache-kylin-2.3.0/apache-kylin-2.3.0-cdh57-bin.tar.gz.asc
--
svn:mime-type = application/pgp-signature

Added: release/kylin/apache-kylin-2.3.0/apache-kylin-2.3.0-cdh57-bin.tar.gz.md5
==
--- release/kylin/apache-kylin-2.3.0/apache-kylin-2.3.0-cdh57-bin.tar.gz.md5 
(added)
+++ release/kylin/apache-kylin-2.3.0/apache-kylin-2.3.0-cdh57-bin.tar.gz.md5 
Sun Mar  4 05:03:57 2018
@@ -0,0 +1 @@
+00033d0b78fdfa2f17cda36dc065dd66  apache-kylin-2.3.0-cdh57-bin.tar.gz

Added: release/kylin/apache-kylin-2.3.0/apache-kylin-2.3.0-cdh57-bin.tar.gz.sha1
==
--- release/kylin/apache-kylin-2.3.0/apache-kylin-2.3.0-cdh57-bin.tar.gz.sha1 
(added)
+++ release/kylin/apache-kylin-2.3.0/apache-kylin-2.3.0-cdh57-bin.tar.gz.sha1 
Sun Mar  4 05:03:57 2018
@@ -0,0 +1 @@
+092e54d9d31f5bce7e7362b1192bedb6aeaf3cea  apache-kylin-2.3.0-cdh57-bin.tar.gz

Added: release/kylin/apache-kylin-2.3.0/apache-kylin-2.3.0-hbase1x-bin.tar.gz
==
Binary file - no diff available.

Propchange: 
release/kylin/apache-kylin-2.3.0/apache-kylin-2.3.0-hbase1x-bin.tar.gz
--
svn:mime-type = application/x-gzip

Added: 
release/kylin/apache-kylin-2.3.0/apache-kylin-2.3.0-hbase1x-bin.tar.gz.asc
==
Binary file - no diff available.

Propchange: 
release/kylin/apache-kylin-2.3.0/apache-kylin-2.3.0-hbase1x-bin.tar.gz.asc
--
svn:mime-type = application/pgp-signature

Added: 
release/kylin/apache-kylin-2.3.0/apache-kylin-2.3.0-hbase1x-bin.tar.gz.md5
==
--- release/kylin/apache-kylin-2.3.0/apache-kylin-2.3.0-hbase1x-bin.tar.gz.md5 
(added)
+++ release/kylin/apache-kylin-2.3.0/apache-kylin-2.3.0-hbase1x-bin.tar.gz.md5 
Sun Mar  4 05:03:57 2018
@@ -0,0 +1 @@
+c0447bb92f4ded7c3071f025ee0e2649  apache-kylin-2.3.0-hbase1x-bin.tar.gz

Added: 
release/kylin/apache-kylin-2.3.0/apache-kylin-2.3.0-hbase1x-bin.tar.gz.sha1
==
--- release/kylin/apache-kylin-2.3.0/apache-kylin-2.3.0-hbase1x-bin.tar.gz.sha1 
(added)
+++ release/kylin/apache-kylin-2.3.0/apache-kylin-2.3.0-hbase1x-bin.tar.gz.sha1 
Sun Mar  4 05:03:57 2018
@@ -0,0 +1 @@
+1247b7448e007e118f3c6d2a40eada8caae33b25  apache-kylin-2.3.0-hbase1x-bin.tar.gz

Added: release/kylin/apache-kylin-2.3.0/apache-kylin-2.3.0-src.tar.gz
==
Binary file - no diff available.

Propchange: release/kylin/apache-kylin-2.3.0/apache-kylin-2.3.0-src.tar.gz

[kylin] branch sync deleted (was a05a4d0)

2018-03-03 Thread liyang
This is an automated email from the ASF dual-hosted git repository.

liyang pushed a change to branch sync
in repository https://gitbox.apache.org/repos/asf/kylin.git.


 was a05a4d0  KYLIN-3251, add a hook that can customize test_case_data and 
add MetadataCleanupJob UT.

The revisions that were on this branch are still contained in
other references; therefore, this change does not discard any commits
from the repository.

-- 
To stop receiving notification emails like this one, please contact
liy...@apache.org.


[kylin] branch master updated (39ef73c -> a05a4d0)

2018-03-03 Thread liyang
This is an automated email from the ASF dual-hosted git repository.

liyang pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/kylin.git.


from 39ef73c  KYLIN-3236 The function 'reGenerateAdvancedDict()' has an 
error logical judgment, which will cause an exception when you edit the cube.
 add c5e46bb  KYLIN-3234, add a API to ResourceStore that can recursively
 add d63160d  KYLIN-3233, fix CacheController if cacheKey has "/".
 add 4823d8b  KYLIN-3234, add HDFS resource store implementation.
 add 24d319e  KYLIN-3227 Automatically remove the blank at the end of lines 
in properties files (#4035)
 add 4b2ead2  Move out the wrong execute metadata to a test folder
 add c6829f1  Fix unstable ut 
org.apache.kylin.job.impl.threadpool.DefaultSchedulerTest#testMetaStoreRecover
 add a040c9a  KYLIN-3266 improve kylin CI BuildCubeWithEngine coverage
 add 31af5c2  bug fix,fix KylinConfig deadlock
 add 0efcf9c  KYLIN-3265 update test case to cover it
 add 451b7ba  KYLIN-3267 MR config override at project/cube level only for 
mem-hungry build steps
 add a05a4d0  KYLIN-3251, add a hook that can customize test_case_data and 
add MetadataCleanupJob UT.

No new revisions were added by this update.

Summary of changes:
 build/conf/kylin_job_conf_inmem.xml|   4 ++
 .../java/org/apache/kylin/common/KylinConfig.java  |   2 +-
 .../org/apache/kylin/common/KylinConfigBase.java   |   5 ++
 .../common/persistence/FileResourceStore.java  |  28 ++--
 .../common/persistence/HDFSResourceStore.java  |  36 --
 .../kylin/common/persistence/ResourceStore.java|  12 +++-
 .../apache/kylin/common/restclient/RestClient.java |  13 +++-
 .../org/apache/kylin/common/KylinConfigTest.java   |   2 +-
 .../common/persistence/HDFSResourceStoreTest.java  |  77 +
 .../common/util/LocalFileMetadataTestCase.java |  77 -
 .../apache/kylin/job/ExecutableManagerTest.java|   2 +-
 .../job/impl/threadpool/DefaultSchedulerTest.java  |  24 +++
 .../engine/mr/common/MapReduceExecutable.java  |  21 --
 .../engine/mr/common/MapReduceExecutableTest.java  |  50 +
 examples/test_case_data/localmeta/kylin.properties |   2 +
 .../sandbox/kylin_job_conf_inmem.xml   |   4 ++
 .../kylin/provision/BuildCubeWithEngine.java   |  75 +++-
 .../broadcaster/BroadcasterReceiveServlet.java |  21 +-
 .../kylin/rest/controller/CacheController.java |  10 +++
 .../kylin/rest/controller/JobControllerTest.java   |  21 --
 .../execute/d9a2b721-9916-4607-8047-148ceb2473b1   |   0
 .../kylin/storage/hbase/HBaseResourceStore.java|  24 ---
 .../org/apache/kylin/tool/MetadataCleanupJob.java  |  56 +++
 .../apache/kylin/tool/MetadataCleanupJobTest.java  |  76 
 .../src/test/resources/test_meta}/UUID | Bin
 .../test_meta/cube/ci_inner_join_cube.json |  60 
 .../test_meta}/cube_desc/ci_inner_join_cube.json   |   0
 .../04b6db34-b243-4780-855a-4c7ea4cee817.seq   | Bin 0 -> 2605183 bytes
 .../NAME/b58ce89d-3df6-46d1-8cff-2a9cfc8b7510.dict | Bin 0 -> 823 bytes
 .../NAME/64ca8fea-b859-4e63-aea3-bfb4c6ee0c9d.dict | Bin 0 -> 844 bytes
 .../execute/d861b8b7-c773-47ab-bb1e-c8782ae8d930   |  41 +++
 .../d861b8b7-c773-47ab-bb1e-c8782ae8d930   |  13 
 .../d861b8b7-c773-47ab-bb1e-c8782ae8d930-00|  13 
 .../d861b8b7-c773-47ab-bb1e-c8782ae8d930-01|  13 
 .../src/test/resources/test_meta/kylin.properties  |   0
 .../test_meta}/model_desc/ci_inner_join_model.json |   0
 .../test/resources/test_meta/project/default.json  |  35 ++
 .../test_meta}/table/DEFAULT.TEST_ACCOUNT.json |   0
 .../table/DEFAULT.TEST_CATEGORY_GROUPINGS.json |   0
 .../test_meta}/table/DEFAULT.TEST_COUNTRY.json |   0
 .../test_meta}/table/DEFAULT.TEST_KYLIN_FACT.json  |   0
 .../test_meta}/table/DEFAULT.TEST_ORDER.json   |   0
 .../test_meta}/table/EDW.TEST_CAL_DT.json  |   0
 .../test_meta}/table/EDW.TEST_SELLER_TYPE_DIM.json |   0
 .../resources/test_meta}/table/EDW.TEST_SITES.json |   0
 .../92456efe-9b79-4385-a5a3-e7f37b677bf7.snapshot  | Bin 0 -> 16063 bytes
 .../7ecdb07b-a8d0-49d8-892b-fe2dd75512ca.snapshot  | Bin 0 -> 16061 bytes
 47 files changed, 680 insertions(+), 137 deletions(-)
 create mode 100644 
core-common/src/test/java/org/apache/kylin/common/persistence/HDFSResourceStoreTest.java
 create mode 100644 
engine-mr/src/test/java/org/apache/kylin/engine/mr/common/MapReduceExecutableTest.java
 rename {examples/test_case_data/localmeta => 
server/src/test/resources/ut_meta/broken_executable}/execute/d9a2b721-9916-4607-8047-148ceb2473b1
 (100%)
 create mode 100644 
tool/src/test/java/org/apache/kylin/tool/MetadataCleanupJobTest.java
 copy {examples/test_case_data/localmeta => 
tool/src/test/resources/test_meta}/UUID (100%)
 create mode 100644