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 2015/04/04 01:13:49 UTC

[10/17] incubator-kylin git commit: reset default distinctDataType

reset default distinctDataType


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

Branch: refs/heads/master
Commit: ea8563176bb14639adce83bc438ea8aa7db5f02a
Parents: 9e4b151
Author: jiazhong <ji...@ebay.com>
Authored: Fri Apr 3 18:19:44 2015 +0800
Committer: jiazhong <ji...@ebay.com>
Committed: Fri Apr 3 18:19:44 2015 +0800

----------------------------------------------------------------------
 webapp/app/js/model/cubeConfig.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-kylin/blob/ea856317/webapp/app/js/model/cubeConfig.js
----------------------------------------------------------------------
diff --git a/webapp/app/js/model/cubeConfig.js b/webapp/app/js/model/cubeConfig.js
index 5709cc3..ecdd316 100644
--- a/webapp/app/js/model/cubeConfig.js
+++ b/webapp/app/js/model/cubeConfig.js
@@ -54,7 +54,7 @@ KylinApp.constant('cubeConfig', {
         measureExpression: 'SUM',
         measureParamType: 'column',
         measureDataType: {name: 'BIGINT', value: 'bigint'},
-        distinctDataType: {name: 'Error Rate < 2.44%', value: 'hllc14'},
+        distinctDataType: {name: 'Error Rate < 4.88%', value: 'hllc12'},
         cubeCapacity: 'MEDIUM',
         queryPriority: {name: 'NORMAL', value: 50},
         cubePartitionType: 'APPEND'