minor, fix wrong topn measure in sample cube

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

Branch: refs/heads/master
Commit: 56bb972047f83f6f154347f57ed50082098af10c
Parents: 555617c
Author: Billy Liu <billy...@apache.org>
Authored: Thu Sep 21 18:24:07 2017 +0800
Committer: SHAOFENG SHI <shaofeng...@gmail.com>
Committed: Thu Sep 21 20:38:42 2017 +0800

----------------------------------------------------------------------
 examples/sample_cube/template/cube_desc/kylin_sales_cube.json | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/kylin/blob/56bb9720/examples/sample_cube/template/cube_desc/kylin_sales_cube.json
----------------------------------------------------------------------
diff --git a/examples/sample_cube/template/cube_desc/kylin_sales_cube.json 
b/examples/sample_cube/template/cube_desc/kylin_sales_cube.json
index 76fbb0a..1f16a5b 100644
--- a/examples/sample_cube/template/cube_desc/kylin_sales_cube.json
+++ b/examples/sample_cube/template/cube_desc/kylin_sales_cube.json
@@ -175,7 +175,11 @@
           "next_parameter" : null
         }
       },
-      "returntype" : "topn(100, 6)"
+      "returntype" : "topn(100)",
+      "configuration": {
+        "topn.encoding.KYLIN_SALES.SELLER_ID": "dict",
+        "topn.encoding_version.KYLIN_SALES.SELLER_ID": "1"
+      }
     }
   } ],
   "rowkey" : {

Reply via email to