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/09/29 05:13:23 UTC

[1/2] incubator-kylin git commit: set all cube's engine to v2

Repository: incubator-kylin
Updated Branches:
  refs/heads/KYLIN-942 62b536b0d -> d1be0ad65


set all cube's engine to v2


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

Branch: refs/heads/KYLIN-942
Commit: d1be0ad65ae2424680d96c2a7023f751a2b51f02
Parents: 10f0905
Author: honma <ho...@ebay.com>
Authored: Tue Sep 29 11:14:44 2015 +0800
Committer: honma <ho...@ebay.com>
Committed: Tue Sep 29 11:16:25 2015 +0800

----------------------------------------------------------------------
 .../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 +
 5 files changed, 5 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-kylin/blob/d1be0ad6/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 5cd7bfe..0b6c31a 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
@@ -2,6 +2,7 @@
   "uuid": "a24ca905-1fc6-4f67-985c-38fa5aeafd92",
   "name": "test_kylin_cube_with_slr_desc",
   "description": null,
+  "engine_type": 2,
   "dimensions": [
     {
       "id": 0,

http://git-wip-us.apache.org/repos/asf/incubator-kylin/blob/d1be0ad6/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 1041979..1bd1ec5 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
@@ -2,6 +2,7 @@
   "uuid": "bbbba905-1fc6-4f67-985c-38fa5aeafd92",
   "name": "test_kylin_cube_with_slr_left_join_desc",
   "description": null,
+  "engine_type": 2,
   "dimensions": [
     {
       "id": 0,

http://git-wip-us.apache.org/repos/asf/incubator-kylin/blob/d1be0ad6/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 dbbf6a5..d9e895a 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
@@ -2,6 +2,7 @@
   "uuid": "9ac9b7a8-3929-4dff-b59d-2100aadc8dbf",
   "name": "test_kylin_cube_without_slr_desc",
   "description": null,
+  "engine_type": 2,
   "dimensions": [
     {
       "id": 0,

http://git-wip-us.apache.org/repos/asf/incubator-kylin/blob/d1be0ad6/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 572b0d4..db19c7b 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
@@ -2,6 +2,7 @@
   "uuid": "9ac9b7a8-3929-4dff-b59d-2100aadc8dbf",
   "name": "test_kylin_cube_without_slr_left_join_desc",
   "description": null,
+  "engine_type": 2,
   "dimensions": [
     {
       "id": 0,

http://git-wip-us.apache.org/repos/asf/incubator-kylin/blob/d1be0ad6/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 6c2fc76..ebf656a 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
@@ -2,6 +2,7 @@
   "uuid": "901ed15e-7769-4c66-b7ae-fbdc971cd192",
   "name": "test_streaming_table_cube_desc",
   "description": "",
+  "engine_type": 2,
   "dimensions": [
     {
       "id": 1,


[2/2] incubator-kylin git commit: back to hbaseendpointscanner

Posted by ma...@apache.org.
back to hbaseendpointscanner


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

Branch: refs/heads/KYLIN-942
Commit: 10f0905b4fd1286b296fdcd06f6677fe581a4afd
Parents: 62b536b
Author: honma <ho...@ebay.com>
Authored: Tue Sep 29 11:16:08 2015 +0800
Committer: honma <ho...@ebay.com>
Committed: Tue Sep 29 11:16:25 2015 +0800

----------------------------------------------------------------------
 .../java/org/apache/kylin/storage/hbase/cube/v2/CubeScanner.java   | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-kylin/blob/10f0905b/storage-hbase/src/main/java/org/apache/kylin/storage/hbase/cube/v2/CubeScanner.java
----------------------------------------------------------------------
diff --git a/storage-hbase/src/main/java/org/apache/kylin/storage/hbase/cube/v2/CubeScanner.java b/storage-hbase/src/main/java/org/apache/kylin/storage/hbase/cube/v2/CubeScanner.java
index a04c562..16d3415 100644
--- a/storage-hbase/src/main/java/org/apache/kylin/storage/hbase/cube/v2/CubeScanner.java
+++ b/storage-hbase/src/main/java/org/apache/kylin/storage/hbase/cube/v2/CubeScanner.java
@@ -171,7 +171,7 @@ public class CubeScanner implements IGTScanner {
                             return false;
 
                         try {
-                            CubeHBaseRPC rpc = new CubeHBaseScanRPC(cubeSeg, cuboid, info);
+                            CubeHBaseRPC rpc = new CubeHBaseEndpointRPC(cubeSeg, cuboid, info);
                             inputScanners[cur] = rpc.getGTScanner(scanRequests.get(cur));
                             curIterator = inputScanners[cur].iterator();
                         } catch (IOException e) {