update commons-math to v3.6 Project: http://git-wip-us.apache.org/repos/asf/kylin/repo Commit: http://git-wip-us.apache.org/repos/asf/kylin/commit/a6a0e7e2 Tree: http://git-wip-us.apache.org/repos/asf/kylin/tree/a6a0e7e2 Diff: http://git-wip-us.apache.org/repos/asf/kylin/diff/a6a0e7e2
Branch: refs/heads/master Commit: a6a0e7e2de5d52c2a1359e5b520e2d2bd23b5882 Parents: 139b80a Author: shaofengshi <[email protected]> Authored: Mon Mar 21 17:31:13 2016 +0800 Committer: shaofengshi <[email protected]> Committed: Mon Mar 21 17:34:51 2016 +0800 ---------------------------------------------------------------------- .../cube_desc/kylin_sales_cube_desc.json | 20 ++++++++++---------- pom.xml | 2 +- 2 files changed, 11 insertions(+), 11 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/kylin/blob/a6a0e7e2/examples/sample_cube/metadata/cube_desc/kylin_sales_cube_desc.json ---------------------------------------------------------------------- diff --git a/examples/sample_cube/metadata/cube_desc/kylin_sales_cube_desc.json b/examples/sample_cube/metadata/cube_desc/kylin_sales_cube_desc.json index 64f326b..c7d1a13 100644 --- a/examples/sample_cube/metadata/cube_desc/kylin_sales_cube_desc.json +++ b/examples/sample_cube/metadata/cube_desc/kylin_sales_cube_desc.json @@ -109,25 +109,25 @@ } ], "rowkey" : { "rowkey_columns" : [ { - "column" : "part_dt", + "column" : "PART_DT", "encoding" : "dict" }, { - "column" : "leaf_categ_id", + "column" : "LEAF_CATEG_ID", "encoding" : "dict" }, { - "column" : "meta_categ_name", + "column" : "META_CATEG_NAME", "encoding" : "dict" }, { - "column" : "categ_lvl2_name", + "column" : "CATEG_LVL2_NAME", "encoding" : "dict" }, { - "column" : "categ_lvl3_name", + "column" : "CATEG_LVL3_NAME", "encoding" : "dict" }, { - "column" : "lstg_format_name", + "column" : "LSTG_FORMAT_NAME", "encoding" : "fixed_length:12" }, { - "column" : "lstg_site_id", + "column" : "LSTG_SITE_ID", "encoding" : "dict" } ] }, @@ -139,18 +139,18 @@ "name" : "f1", "columns" : [ { "qualifier" : "m", - "measure_refs" : [ "gmv_sum", "gmv_min", "gmv_max", "trans_cnt" ] + "measure_refs" : [ "GMV_SUM", "GMV_MIN", "GMV_MAX", "TRANS_CNT" ] } ] }, { "name" : "f2", "columns" : [ { "qualifier" : "m", - "measure_refs" : [ "seller_cnt_hll", "seller_format_cnt" ] + "measure_refs" : [ "SELLER_CNT_HLL", "SELLER_FORMAT_CNT" ] } ] } ] }, "aggregation_groups" : [ { - "includes" : [ "categ_lvl2_name", "categ_lvl3_name", "leaf_categ_id", "lstg_format_name", "lstg_site_id", "meta_categ_name", "part_dt" ], + "includes" : [ "CATEG_LVL2_NAME", "CATEG_LVL3_NAME", "LEAF_CATEG_ID", "LSTG_FORMAT_NAME", "LSTG_SITE_ID", "META_CATEG_NAME", "PART_DT" ], "select_rule" : { "hierarchy_dims" : [ [ "META_CATEG_NAME", "CATEG_LVL2_NAME", "CATEG_LVL3_NAME" ] ], "mandatory_dims" : [ ], http://git-wip-us.apache.org/repos/asf/kylin/blob/a6a0e7e2/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index bed0858..8f5809c 100644 --- a/pom.xml +++ b/pom.xml @@ -70,7 +70,7 @@ <commons-daemon.version>1.0.15</commons-daemon.version> <commons-httpclient.version>3.1</commons-httpclient.version> <commons-email.version>1.1</commons-email.version> - <commons-math3.version>3.5</commons-math3.version> + <commons-math3.version>3.6</commons-math3.version> <!-- Spark --> <spark.version>1.3.0</spark.version>
