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 2015/11/10 04:08:28 UTC

[2/3] incubator-kylin git commit: all cubes configed be sharded

all cubes configed be sharded


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

Branch: refs/heads/KYLIN-1126
Commit: 26d0c65cecb2b52124a815d5d3448c9903703dae
Parents: 48d08ef
Author: honma <ho...@ebay.com>
Authored: Fri Nov 6 17:21:20 2015 +0800
Committer: honma <ho...@ebay.com>
Committed: Fri Nov 6 17:21:20 2015 +0800

----------------------------------------------------------------------
 .../localmeta/cube_desc/test_kylin_cube_topn_desc.json            | 3 ++-
 .../localmeta/cube_desc/test_kylin_cube_topn_left_join_desc.json  | 1 +
 .../localmeta/cube_desc/test_kylin_cube_with_slr_desc.json        | 1 +
 .../cube_desc/test_kylin_cube_with_slr_left_join_desc.json        | 1 +
 .../localmeta/cube_desc/test_kylin_cube_without_slr_desc.json     | 1 +
 .../cube_desc/test_kylin_cube_without_slr_left_join_desc.json     | 1 +
 .../localmeta/cube_desc/test_streaming_table_cube_desc.json       | 1 +
 7 files changed, 8 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-kylin/blob/26d0c65c/examples/test_case_data/localmeta/cube_desc/test_kylin_cube_topn_desc.json
----------------------------------------------------------------------
diff --git a/examples/test_case_data/localmeta/cube_desc/test_kylin_cube_topn_desc.json b/examples/test_case_data/localmeta/cube_desc/test_kylin_cube_topn_desc.json
index 17a3fdc..d458a91 100644
--- a/examples/test_case_data/localmeta/cube_desc/test_kylin_cube_topn_desc.json
+++ b/examples/test_case_data/localmeta/cube_desc/test_kylin_cube_topn_desc.json
@@ -143,5 +143,6 @@
       }
     ]
   },
-  "notify_list": null
+  "notify_list": null,
+  "storage_type": 2
 }
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/incubator-kylin/blob/26d0c65c/examples/test_case_data/localmeta/cube_desc/test_kylin_cube_topn_left_join_desc.json
----------------------------------------------------------------------
diff --git a/examples/test_case_data/localmeta/cube_desc/test_kylin_cube_topn_left_join_desc.json b/examples/test_case_data/localmeta/cube_desc/test_kylin_cube_topn_left_join_desc.json
index 893ebcd..bba617e 100644
--- a/examples/test_case_data/localmeta/cube_desc/test_kylin_cube_topn_left_join_desc.json
+++ b/examples/test_case_data/localmeta/cube_desc/test_kylin_cube_topn_left_join_desc.json
@@ -144,4 +144,5 @@
     ]
   },
   "notify_list": null
+,"storage_type":2
 }
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/incubator-kylin/blob/26d0c65c/examples/test_case_data/localmeta/cube_desc/test_kylin_cube_with_slr_desc.json
----------------------------------------------------------------------
diff --git a/examples/test_case_data/localmeta/cube_desc/test_kylin_cube_with_slr_desc.json b/examples/test_case_data/localmeta/cube_desc/test_kylin_cube_with_slr_desc.json
index 0b6c31a..6e55eb8 100644
--- a/examples/test_case_data/localmeta/cube_desc/test_kylin_cube_with_slr_desc.json
+++ b/examples/test_case_data/localmeta/cube_desc/test_kylin_cube_with_slr_desc.json
@@ -238,4 +238,5 @@
     ]
   },
   "notify_list": null
+,"storage_type":2
 }
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/incubator-kylin/blob/26d0c65c/examples/test_case_data/localmeta/cube_desc/test_kylin_cube_with_slr_left_join_desc.json
----------------------------------------------------------------------
diff --git a/examples/test_case_data/localmeta/cube_desc/test_kylin_cube_with_slr_left_join_desc.json b/examples/test_case_data/localmeta/cube_desc/test_kylin_cube_with_slr_left_join_desc.json
index 1bd1ec5..ee4fddd 100644
--- a/examples/test_case_data/localmeta/cube_desc/test_kylin_cube_with_slr_left_join_desc.json
+++ b/examples/test_case_data/localmeta/cube_desc/test_kylin_cube_with_slr_left_join_desc.json
@@ -238,4 +238,5 @@
     ]
   },
   "notify_list": null
+,"storage_type":2
 }
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/incubator-kylin/blob/26d0c65c/examples/test_case_data/localmeta/cube_desc/test_kylin_cube_without_slr_desc.json
----------------------------------------------------------------------
diff --git a/examples/test_case_data/localmeta/cube_desc/test_kylin_cube_without_slr_desc.json b/examples/test_case_data/localmeta/cube_desc/test_kylin_cube_without_slr_desc.json
index c54b205..2f6a216 100644
--- a/examples/test_case_data/localmeta/cube_desc/test_kylin_cube_without_slr_desc.json
+++ b/examples/test_case_data/localmeta/cube_desc/test_kylin_cube_without_slr_desc.json
@@ -290,4 +290,5 @@
     ]
   },
   "notify_list": null
+,"storage_type":2
 }
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/incubator-kylin/blob/26d0c65c/examples/test_case_data/localmeta/cube_desc/test_kylin_cube_without_slr_left_join_desc.json
----------------------------------------------------------------------
diff --git a/examples/test_case_data/localmeta/cube_desc/test_kylin_cube_without_slr_left_join_desc.json b/examples/test_case_data/localmeta/cube_desc/test_kylin_cube_without_slr_left_join_desc.json
index b4428cc..dd1fd5b 100644
--- a/examples/test_case_data/localmeta/cube_desc/test_kylin_cube_without_slr_left_join_desc.json
+++ b/examples/test_case_data/localmeta/cube_desc/test_kylin_cube_without_slr_left_join_desc.json
@@ -290,4 +290,5 @@
     ]
   },
   "notify_list": null
+,"storage_type":2
 }
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/incubator-kylin/blob/26d0c65c/examples/test_case_data/localmeta/cube_desc/test_streaming_table_cube_desc.json
----------------------------------------------------------------------
diff --git a/examples/test_case_data/localmeta/cube_desc/test_streaming_table_cube_desc.json b/examples/test_case_data/localmeta/cube_desc/test_streaming_table_cube_desc.json
index ebf656a..e8b7df3 100644
--- a/examples/test_case_data/localmeta/cube_desc/test_streaming_table_cube_desc.json
+++ b/examples/test_case_data/localmeta/cube_desc/test_streaming_table_cube_desc.json
@@ -141,4 +141,5 @@
     ]
   },
   "notify_list": []
+,"storage_type":2
 }
\ No newline at end of file