Repository: kylin
Updated Branches:
  refs/heads/master 960bb953c -> 5f70f3deb


minor, make build cube with stream extendable


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

Branch: refs/heads/master
Commit: 5f70f3debbaab3a55fef68f0ecd3874b4bd7fede
Parents: 960bb95
Author: Hongbin Ma <mahong...@apache.org>
Authored: Tue Jul 19 10:49:52 2016 +0800
Committer: Hongbin Ma <mahong...@apache.org>
Committed: Tue Jul 19 13:59:24 2016 +0800

----------------------------------------------------------------------
 .../test/java/org/apache/kylin/provision/BuildCubeWithStream.java  | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/kylin/blob/5f70f3de/kylin-it/src/test/java/org/apache/kylin/provision/BuildCubeWithStream.java
----------------------------------------------------------------------
diff --git 
a/kylin-it/src/test/java/org/apache/kylin/provision/BuildCubeWithStream.java 
b/kylin-it/src/test/java/org/apache/kylin/provision/BuildCubeWithStream.java
index d41dc34..95f0f3d 100644
--- a/kylin-it/src/test/java/org/apache/kylin/provision/BuildCubeWithStream.java
+++ b/kylin-it/src/test/java/org/apache/kylin/provision/BuildCubeWithStream.java
@@ -107,7 +107,7 @@ public class BuildCubeWithStream {
         HBaseMetadataTestCase.staticCleanupTestMetadata();
     }
 
-    private static int cleanupOldStorage() throws Exception {
+    protected int cleanupOldStorage() throws Exception {
         String[] args = { "--delete", "true" };
 
         StorageCleanupJob cli = new StorageCleanupJob();

Reply via email to