You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@kylin.apache.org by ma...@apache.org on 2016/03/14 04:10:10 UTC

kylin git commit: update for release 1.3.0

Repository: kylin
Updated Branches:
  refs/heads/document 604d6ab9e -> b462ecb25


update for release 1.3.0


Project: http://git-wip-us.apache.org/repos/asf/kylin/repo
Commit: http://git-wip-us.apache.org/repos/asf/kylin/commit/b462ecb2
Tree: http://git-wip-us.apache.org/repos/asf/kylin/tree/b462ecb2
Diff: http://git-wip-us.apache.org/repos/asf/kylin/diff/b462ecb2

Branch: refs/heads/document
Commit: b462ecb250810aa5fae547e6b348b8ef609d7753
Parents: 604d6ab
Author: Hongbin Ma <ma...@apache.org>
Authored: Mon Mar 14 11:09:59 2016 +0800
Committer: Hongbin Ma <ma...@apache.org>
Committed: Mon Mar 14 11:09:59 2016 +0800

----------------------------------------------------------------------
 website/_docs/release_notes.md | 73 +++++++++++++++++++++++++++++++++++++
 website/download/index.cn.md   | 20 ++++++++--
 website/download/index.md      | 20 ++++++++--
 3 files changed, 107 insertions(+), 6 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/kylin/blob/b462ecb2/website/_docs/release_notes.md
----------------------------------------------------------------------
diff --git a/website/_docs/release_notes.md b/website/_docs/release_notes.md
index e2fee5a..2bb20fd 100644
--- a/website/_docs/release_notes.md
+++ b/website/_docs/release_notes.md
@@ -17,6 +17,79 @@ or send to Apache Kylin mailing list:
 * Development relative: [dev@kylin.apache.org](mailto:dev@kylin.apache.org)
 
 
+## v1.3.0 - 2016-03-14
+_Tag:_ [kylin-1.3.0](https://github.com/apache/kylin/tree/kylin-1.3.0)
+
+__New Feature__
+
+    * [KYLIN-579] - Unload table from Kylin
+    * [KYLIN-976] - Support Custom Aggregation Types
+    * [KYLIN-1054] - Support Hive client Beeline
+    * [KYLIN-1128] - Clone Cube Metadata
+    * [KYLIN-1186] - Support precise Count Distinct using bitmap (under limited conditions)
+
+__Improvement__
+
+    * [KYLIN-955] - HiveColumnCardinalityJob should use configurations in conf/kylin_job_conf.xml
+    * [KYLIN-1014] - Support kerberos authentication while getting status from RM
+    * [KYLIN-1074] - Load hive tables with selecting mode
+    * [KYLIN-1082] - Hive dependencies should be add to tmpjars
+    * [KYLIN-1132] - make filtering input easier in creating cube
+    * [KYLIN-1201] - Enhance project level ACL
+    * [KYLIN-1211] - Add 'Enable Cache' button in System page
+    * [KYLIN-1234] - Cube ACL does not work
+    * [KYLIN-1240] - Fix link and typo in README
+    * [KYLIN-1244] - In query window, enable fast copy&paste by double clicking tables/columns' names.
+    * [KYLIN-1246] - get cubes API update - offset,limit not required
+    * [KYLIN-1251] - add toggle event for tree label
+    * [KYLIN-1259] - Change font/background color of job progress
+    * [KYLIN-1312] - Enhance DeployCoprocessorCLI to support Cube level filter
+    * [KYLIN-1317] - Kill underlying running hadoop job while discard a job
+    * [KYLIN-1323] - Improve performance of converting data to hfile
+    * [KYLIN-1333] - Kylin Entity Permission Control 
+    * [KYLIN-1343] - Upgrade calcite version to 1.6
+    * [KYLIN-1365] - Kylin ACL enhancement
+    * [KYLIN-1368] - JDBC Driver is not generic to restAPI json result
+
+__Bug__
+
+    * [KYLIN-918] - Calcite throws "java.lang.Float cannot be cast to java.lang.Double" error while executing SQL
+    * [KYLIN-1075] - select [MeasureCol] from [FactTbl] is not supported
+    * [KYLIN-1078] - Cannot have comments in the end of New Query textbox
+    * [KYLIN-1104] - Long dimension value cause ArrayIndexOutOfBoundsException
+    * [KYLIN-1110] - can not see project options after clear brower cookie and cache
+    * [KYLIN-1159] - problem about kylin web UI
+    * [KYLIN-1214] - Remove "Back to My Cubes" link in non-edit mode
+    * [KYLIN-1215] - minor, update website member's info on community page
+    * [KYLIN-1230] - When CubeMigrationCLI copied ACL from one env to another, it may not work
+    * [KYLIN-1236] - redirect to home page when input invalid url
+    * [KYLIN-1250] - Got NPE when discarding a job
+    * [KYLIN-1254] - cube model will be overridden while creating a new cube with the same name
+    * [KYLIN-1260] - Job status labels are not in same style
+    * [KYLIN-1274] - Query from JDBC is partial results by default
+    * [KYLIN-1316] - Wrong label in Dialog CUBE REFRESH CONFIRM
+    * [KYLIN-1330] - UI create model: Press enter will go back to pre step
+    * [KYLIN-1331] - UI Delete Aggregation Groups: cursor disappeared after delete 1 dimension
+    * [KYLIN-1342] - Typo in doc
+    * [KYLIN-1354] - Couldn't edit a cube if it has no "partition date" set
+    * [KYLIN-1372] - Query using PrepareStatement failed with multi OR clause
+    * [KYLIN-1396] - minor bug in BigDecimalSerializer - avoidVerbose should be incremented each time when input scale is larger than given scale 
+    * [KYLIN-1400] - kylin.metadata.url with hbase namespace problem
+    * [KYLIN-1402] - StringIndexOutOfBoundsException in Kylin Hive Column Cardinality Job
+    * [KYLIN-1412] - Widget width of "Partition date column"  is too small to select
+    * [KYLIN-1419] - NullPointerException occurs when query from subqueries with order by
+    * [KYLIN-1423] - HBase size precision issue
+    * [KYLIN-1443] - For setting Auto Merge Time Ranges, before sending them to backend, the related time ranges should be sorted increasingly
+    * [KYLIN-1445] - Kylin should throw error if HIVE_CONF dir cannot be found
+    * [KYLIN-1456] - Shouldn't use "1970-01-01" as the default end date
+    * [KYLIN-1466] - Some environment variables are not used in bin/kylin.sh <RUNNABLE_CLASS_NAME>
+    * [KYLIN-1469] - Hive dependency jars are hard coded in test
+
+__Test__
+
+    * [KYLIN-1335] - Disable PrintResult in KylinQueryTest
+
+
 ## v1.2 - 2015-12-15
 _Tag:_ [kylin-1.2](https://github.com/apache/kylin/tree/kylin-1.2)
 

http://git-wip-us.apache.org/repos/asf/kylin/blob/b462ecb2/website/download/index.cn.md
----------------------------------------------------------------------
diff --git a/website/download/index.cn.md b/website/download/index.cn.md
index 913d358..29d0330 100644
--- a/website/download/index.cn.md
+++ b/website/download/index.cn.md
@@ -6,21 +6,35 @@ title: 下载
 __最新发布(源代码)__  
 最新发布的Apache Kylin™可以从ASF网站下载::
 
+* [Apache Kylin v1.3.0](http://www.apache.org/dyn/closer.cgi/kylin/apache-kylin-1.3.0/)
+* [发布日志](http://kylin.apache.org/docs/release_notes.html)
+* Git 标签: [kylin-1.3.0](https://github.com/apache/kylin/tree/kylin-1.3.0)
+* Git Commit: [b95e47c4dde42ec752916013f67ed1221f092cb7](https://github.com/apache/kylin/commit/b95e47c4dde42ec752916013f67ed1221f092cb7)
+
+__二进制包 for HBase 0.98/0.99__
+为方便使用,我们提供预打包的二进制安装包:
+
+  * [apache-kylin-1.3.0-bin.tar.gz](https://dist.apache.org/repos/dist/release/kylin/apache-kylin-1.3.0/apache-kylin-1.3.0-bin.tar.gz)
+  * [安装帮助](http://kylin.apache.org/docs/install)
+
+__1.2发布(源代码)__  
+1.2发布的Apache Kylin™可以从ASF网站下载::
+
 * [Apache Kylin v1.2](http://www.apache.org/dyn/closer.cgi/kylin/apache-kylin-1.2/)
 * [发布日志](http://kylin.apache.org/docs/release_notes.html)
 * Git 标签: [kylin-1.2](https://github.com/apache/kylin/tree/kylin-1.2)
 * Git Commit: [c2589aee4ac5537b460b3b02fa89cdb3a922d64e](https://github.com/apache/kylin/commit/c2589aee4ac5537b460b3b02fa89cdb3a922d64e)
 
-__二进制包 for HBase 0.98/0.99__
+__1.2二进制包 for HBase 0.98/0.99__
 为方便使用,我们提供预打包的二进制安装包:
 
   * [apache-kylin-1.2-bin.tar.gz](https://dist.apache.org/repos/dist/release/kylin/apache-kylin-1.2/apache-kylin-1.2-bin.tar.gz)
   * [安装帮助](http://kylin.apache.org/docs/install)
 
-__二进制包 for HBase 1.1.3及更高版本__
+__特别二进制包 for HBase 1.1.3及更高版本__
 越来越多的用户开始部署使用HBase 1.1或更高版本,我们提供一个在HBase 1.1上编译的Kylin快照二进制包;
 请注意此安装包需要HBase 1.1.3或更高版本,之前版本中有一个已知的关于fuzzy key过滤器的缺陷,会导致Kylin查询结果缺少记录: [HBASE-14269](https://issues.apache.org/jira/browse/HBASE-14269)
-此外请注意,这不是一个正式的发布版,没有经过完整的测试。
+此外请注意,这不是一个正式的发布版(每隔几周rebase KYLIN 1.3.x 分支上最新的改动),没有经过完整的测试。
 
   * [apache-kylin-1.3-HBase-1.1-SNAPSHOT-bin.tar.gz](https://dist.apache.org/repos/dist/dev/kylin/apache-kylin-1.3-snapshot/apache-kylin-1.3-HBase-1.1-SNAPSHOT-bin.tar.gz)
   * Git commit [a3b8eb04955310abec158ea30f61deb0119679d1](https://github.com/apache/kylin/commit/a3b8eb04955310abec158ea30f61deb0119679d1) 

http://git-wip-us.apache.org/repos/asf/kylin/blob/b462ecb2/website/download/index.md
----------------------------------------------------------------------
diff --git a/website/download/index.md b/website/download/index.md
index d5ab443..578030b 100644
--- a/website/download/index.md
+++ b/website/download/index.md
@@ -7,22 +7,36 @@ permalink: /download/index.html
 __Latest Release(Source Code)__  
 The latest release of Apache Kylin™ can be downloaded from the ASF:
 
+* [Apache Kylin v1.3.0](http://www.apache.org/dyn/closer.cgi/kylin/apache-kylin-1.3.0/)
+* [Release Notes](http://kylin.apache.org/docs/release_notes.html)
+* Git Tag: [kylin-1.3.0](https://github.com/apache/kylin/tree/kylin-1.3.0)
+* Git Commit: [b95e47c4dde42ec752916013f67ed1221f092cb7](https://github.com/apache/kylin/commit/b95e47c4dde42ec752916013f67ed1221f092cb7)
+
+__Binary Package (for running on HBase 0.98/0.99)__
+For convenience, there’s binary package also available: 
+
+* [apache-kylin-1.3.0-bin.tar.gz](https://dist.apache.org/repos/dist/release/kylin/apache-kylin-1.3.0/apache-kylin-1.3.0-bin.tar.gz)
+* [Installation Guide](http://kylin.apache.org/docs/install)
+
+__1.2 Release(Source Code)__  
+The 1.2 release of Apache Kylin™ can be downloaded from the ASF:
+
 * [Apache Kylin v1.2](http://www.apache.org/dyn/closer.cgi/kylin/apache-kylin-1.2/)
 * [Release Notes](http://kylin.apache.org/docs/release_notes.html)
 * Git Tag: [kylin-1.2](https://github.com/apache/kylin/tree/kylin-1.2)
 * Git Commit: [c2589aee4ac5537b460b3b02fa89cdb3a922d64e](https://github.com/apache/kylin/commit/c2589aee4ac5537b460b3b02fa89cdb3a922d64e)
 
-__Binary Package (for running on HBase 0.98/0.99)__
+__1.2 Release Binary Package (for running on HBase 0.98/0.99)__
 For convenience, there’s binary package also available: 
 
 * [apache-kylin-1.2-bin.tar.gz](https://dist.apache.org/repos/dist/release/kylin/apache-kylin-1.2/apache-kylin-1.2-bin.tar.gz)
 * [Installation Guide](http://kylin.apache.org/docs/install)
 
-__Binary Package (for running on HBase 1.1.3 or above)__
+__Special Binary Package (for running on HBase 1.1.3 or above)__
 As there are more and more HBase 1.1 deployments, an binary snapshot build for HBase 1.1.3+ is provided; 
 Note the requirement of HBase version 1.1.3 (or above). There is a known bug in HBase earlier versions about fuzzy key filter that will cause
 missing rows or lesser aggregations in Kylin query result: [HBASE-14269](https://issues.apache.org/jira/browse/HBASE-14269)
-Also, please aware this is not a formal release, and it is not fully tested:
+Also, please aware this is not a formal release (rebasing latest changings on KYLIN 1.3.x branch every couple of weeks), and it is not fully tested:
 
 * [apache-kylin-1.3-HBase-1.1-SNAPSHOT-bin.tar.gz](https://dist.apache.org/repos/dist/dev/kylin/apache-kylin-1.3-snapshot/apache-kylin-1.3-HBase-1.1-SNAPSHOT-bin.tar.gz)
 * Git commit [a3b8eb04955310abec158ea30f61deb0119679d1](https://github.com/apache/kylin/commit/a3b8eb04955310abec158ea30f61deb0119679d1)