[11/50] [abbrv] kylin git commit: minor, renaming the left join cube with view

2016-07-25 Thread shaofengshi
minor, renaming the left join cube with view


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

Branch: refs/heads/1.5.x-HBase1.x
Commit: cd5e603dd55a785a3c23e92b1c24c3e8200f342f
Parents: db5f89b
Author: Hongbin Ma 
Authored: Thu Jul 7 17:37:02 2016 +0800
Committer: Hongbin Ma 
Committed: Thu Jul 7 17:37:02 2016 +0800

--
 .../cube/test_kylin_cube_with_view_empty.json   |  10 --
 ...st_kylin_cube_with_view_left_join_empty.json |  10 ++
 .../test_kylin_cube_with_view_desc.json | 169 ---
 ...est_kylin_cube_with_view_left_join_desc.json | 169 +++
 .../localmeta/project/default.json  |   4 +-
 .../kylin/provision/BuildCubeWithEngine.java|   2 +-
 6 files changed, 182 insertions(+), 182 deletions(-)
--


http://git-wip-us.apache.org/repos/asf/kylin/blob/cd5e603d/examples/test_case_data/localmeta/cube/test_kylin_cube_with_view_empty.json
--
diff --git 
a/examples/test_case_data/localmeta/cube/test_kylin_cube_with_view_empty.json 
b/examples/test_case_data/localmeta/cube/test_kylin_cube_with_view_empty.json
deleted file mode 100644
index ed42df1..000
--- 
a/examples/test_case_data/localmeta/cube/test_kylin_cube_with_view_empty.json
+++ /dev/null
@@ -1,10 +0,0 @@
-{
-  "uuid" : "3e80-41be-49a5-90ca-9fb7294db186",
-  "last_modified" : 0,
-  "name" : "test_kylin_cube_with_view_empty",
-  "owner" : null,
-  "descriptor" : "test_kylin_cube_with_view_desc",
-  "segments" : [ ],
-  "status" : "DISABLED",
-  "create_time" : null
-}

http://git-wip-us.apache.org/repos/asf/kylin/blob/cd5e603d/examples/test_case_data/localmeta/cube/test_kylin_cube_with_view_left_join_empty.json
--
diff --git 
a/examples/test_case_data/localmeta/cube/test_kylin_cube_with_view_left_join_empty.json
 
b/examples/test_case_data/localmeta/cube/test_kylin_cube_with_view_left_join_empty.json
new file mode 100644
index 000..62b7432
--- /dev/null
+++ 
b/examples/test_case_data/localmeta/cube/test_kylin_cube_with_view_left_join_empty.json
@@ -0,0 +1,10 @@
+{
+  "uuid" : "3e80-41be-49a5-90ca-9fb7294db186",
+  "last_modified" : 0,
+  "name" : "test_kylin_cube_with_view_left_join_empty",
+  "owner" : null,
+  "descriptor" : "test_kylin_cube_with_view_left_join_desc",
+  "segments" : [ ],
+  "status" : "DISABLED",
+  "create_time" : null
+}

http://git-wip-us.apache.org/repos/asf/kylin/blob/cd5e603d/examples/test_case_data/localmeta/cube_desc/test_kylin_cube_with_view_desc.json
--
diff --git 
a/examples/test_case_data/localmeta/cube_desc/test_kylin_cube_with_view_desc.json
 
b/examples/test_case_data/localmeta/cube_desc/test_kylin_cube_with_view_desc.json
deleted file mode 100644
index e66dc24..000
--- 
a/examples/test_case_data/localmeta/cube_desc/test_kylin_cube_with_view_desc.json
+++ /dev/null
@@ -1,169 +0,0 @@
-{
-  "uuid" : "6789b7a8-3929-4dff-b59d-2100aadc8dbf",
-  "name" : "test_kylin_cube_with_view_desc",
-  "description" : null,
-  "dimensions" : [ {
-"name" : "CAL_DT",
-"table" : "EDW.V_TEST_CAL_DT",
-"column" : "{FK}",
-"derived" : [ "WEEK_BEG_DT" ]
-  }, {
-"name" : "CATEGORY",
-"table" : "DEFAULT.TEST_CATEGORY_GROUPINGS",
-"column" : "{FK}",
-"derived" : [ "USER_DEFINED_FIELD1", "USER_DEFINED_FIELD3", "UPD_DATE", 
"UPD_USER" ]
-  }, {
-"name" : "CATEGORY_HIERARCHY",
-"table" : "DEFAULT.TEST_CATEGORY_GROUPINGS",
-"column" : "META_CATEG_NAME",
-"derived" : null
-  }, {
-"name" : "CATEGORY_HIERARCHY",
-"table" : "DEFAULT.TEST_CATEGORY_GROUPINGS",
-"column" : "CATEG_LVL2_NAME",
-"derived" : null
-  }, {
-"name" : "CATEGORY_HIERARCHY",
-"table" : "DEFAULT.TEST_CATEGORY_GROUPINGS",
-"column" : "CATEG_LVL3_NAME",
-"derived" : null
-  }, {
-"name" : "LSTG_FORMAT_NAME",
-"table" : "DEFAULT.TEST_KYLIN_FACT",
-"column" : "LSTG_FORMAT_NAME",
-"derived" : null
-  }, {
-"name" : "SITE_ID",
-"table" : "EDW.TEST_SITES",
-"column" : "{FK}",
-"derived" : [ "SITE_NAME", "CRE_USER" ]
-  }, {
-"name" : "SELLER_TYPE_CD",
-"table" : "EDW.TEST_SELLER_TYPE_DIM",
-"column" : "{FK}",
-"derived" : [ "SELLER_TYPE_DESC" ]
-  } ],
-  "measures" : [ {
-"name" : "GMV_SUM",
-"function" : {
-  "expression" : "SUM",
-  "parameter" : {
-"type" : "column",
-"value" : "PRICE",
-"next_parameter" : null
-  },
-  "returntype" : "decimal(19,4)"
-},

kylin git commit: minor, renaming the left join cube with view

2016-07-07 Thread mahongbin
Repository: kylin
Updated Branches:
  refs/heads/master db5f89bae -> cd5e603dd


minor, renaming the left join cube with view


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

Branch: refs/heads/master
Commit: cd5e603dd55a785a3c23e92b1c24c3e8200f342f
Parents: db5f89b
Author: Hongbin Ma 
Authored: Thu Jul 7 17:37:02 2016 +0800
Committer: Hongbin Ma 
Committed: Thu Jul 7 17:37:02 2016 +0800

--
 .../cube/test_kylin_cube_with_view_empty.json   |  10 --
 ...st_kylin_cube_with_view_left_join_empty.json |  10 ++
 .../test_kylin_cube_with_view_desc.json | 169 ---
 ...est_kylin_cube_with_view_left_join_desc.json | 169 +++
 .../localmeta/project/default.json  |   4 +-
 .../kylin/provision/BuildCubeWithEngine.java|   2 +-
 6 files changed, 182 insertions(+), 182 deletions(-)
--


http://git-wip-us.apache.org/repos/asf/kylin/blob/cd5e603d/examples/test_case_data/localmeta/cube/test_kylin_cube_with_view_empty.json
--
diff --git 
a/examples/test_case_data/localmeta/cube/test_kylin_cube_with_view_empty.json 
b/examples/test_case_data/localmeta/cube/test_kylin_cube_with_view_empty.json
deleted file mode 100644
index ed42df1..000
--- 
a/examples/test_case_data/localmeta/cube/test_kylin_cube_with_view_empty.json
+++ /dev/null
@@ -1,10 +0,0 @@
-{
-  "uuid" : "3e80-41be-49a5-90ca-9fb7294db186",
-  "last_modified" : 0,
-  "name" : "test_kylin_cube_with_view_empty",
-  "owner" : null,
-  "descriptor" : "test_kylin_cube_with_view_desc",
-  "segments" : [ ],
-  "status" : "DISABLED",
-  "create_time" : null
-}

http://git-wip-us.apache.org/repos/asf/kylin/blob/cd5e603d/examples/test_case_data/localmeta/cube/test_kylin_cube_with_view_left_join_empty.json
--
diff --git 
a/examples/test_case_data/localmeta/cube/test_kylin_cube_with_view_left_join_empty.json
 
b/examples/test_case_data/localmeta/cube/test_kylin_cube_with_view_left_join_empty.json
new file mode 100644
index 000..62b7432
--- /dev/null
+++ 
b/examples/test_case_data/localmeta/cube/test_kylin_cube_with_view_left_join_empty.json
@@ -0,0 +1,10 @@
+{
+  "uuid" : "3e80-41be-49a5-90ca-9fb7294db186",
+  "last_modified" : 0,
+  "name" : "test_kylin_cube_with_view_left_join_empty",
+  "owner" : null,
+  "descriptor" : "test_kylin_cube_with_view_left_join_desc",
+  "segments" : [ ],
+  "status" : "DISABLED",
+  "create_time" : null
+}

http://git-wip-us.apache.org/repos/asf/kylin/blob/cd5e603d/examples/test_case_data/localmeta/cube_desc/test_kylin_cube_with_view_desc.json
--
diff --git 
a/examples/test_case_data/localmeta/cube_desc/test_kylin_cube_with_view_desc.json
 
b/examples/test_case_data/localmeta/cube_desc/test_kylin_cube_with_view_desc.json
deleted file mode 100644
index e66dc24..000
--- 
a/examples/test_case_data/localmeta/cube_desc/test_kylin_cube_with_view_desc.json
+++ /dev/null
@@ -1,169 +0,0 @@
-{
-  "uuid" : "6789b7a8-3929-4dff-b59d-2100aadc8dbf",
-  "name" : "test_kylin_cube_with_view_desc",
-  "description" : null,
-  "dimensions" : [ {
-"name" : "CAL_DT",
-"table" : "EDW.V_TEST_CAL_DT",
-"column" : "{FK}",
-"derived" : [ "WEEK_BEG_DT" ]
-  }, {
-"name" : "CATEGORY",
-"table" : "DEFAULT.TEST_CATEGORY_GROUPINGS",
-"column" : "{FK}",
-"derived" : [ "USER_DEFINED_FIELD1", "USER_DEFINED_FIELD3", "UPD_DATE", 
"UPD_USER" ]
-  }, {
-"name" : "CATEGORY_HIERARCHY",
-"table" : "DEFAULT.TEST_CATEGORY_GROUPINGS",
-"column" : "META_CATEG_NAME",
-"derived" : null
-  }, {
-"name" : "CATEGORY_HIERARCHY",
-"table" : "DEFAULT.TEST_CATEGORY_GROUPINGS",
-"column" : "CATEG_LVL2_NAME",
-"derived" : null
-  }, {
-"name" : "CATEGORY_HIERARCHY",
-"table" : "DEFAULT.TEST_CATEGORY_GROUPINGS",
-"column" : "CATEG_LVL3_NAME",
-"derived" : null
-  }, {
-"name" : "LSTG_FORMAT_NAME",
-"table" : "DEFAULT.TEST_KYLIN_FACT",
-"column" : "LSTG_FORMAT_NAME",
-"derived" : null
-  }, {
-"name" : "SITE_ID",
-"table" : "EDW.TEST_SITES",
-"column" : "{FK}",
-"derived" : [ "SITE_NAME", "CRE_USER" ]
-  }, {
-"name" : "SELLER_TYPE_CD",
-"table" : "EDW.TEST_SELLER_TYPE_DIM",
-"column" : "{FK}",
-"derived" : [ "SELLER_TYPE_DESC" ]
-  } ],
-  "measures" : [ {
-"name" : "GMV_SUM",
-"function" : {
-  "expression" : "SUM",
-  "parameter" : {
-"type" : "column",
-"value" : "PRICE",
-