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/05/27 13:55:46 UTC

incubator-kylin git commit: fix ci: fix kylin_gtdiskstore folder issue

Repository: incubator-kylin
Updated Branches:
  refs/heads/0.8.0 84ec88800 -> 4d3602838


fix ci: fix kylin_gtdiskstore folder issue


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

Branch: refs/heads/0.8.0
Commit: 4d3602838392bb895194fcecace420a1b6aaee55
Parents: 84ec888
Author: honma <ho...@ebay.com>
Authored: Wed May 27 19:55:36 2015 +0800
Committer: honma <ho...@ebay.com>
Committed: Wed May 27 19:55:36 2015 +0800

----------------------------------------------------------------------
 .../org/apache/kylin/storage/gridtable/diskstore/GTDiskStore.java  | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-kylin/blob/4d360283/storage/src/main/java/org/apache/kylin/storage/gridtable/diskstore/GTDiskStore.java
----------------------------------------------------------------------
diff --git a/storage/src/main/java/org/apache/kylin/storage/gridtable/diskstore/GTDiskStore.java b/storage/src/main/java/org/apache/kylin/storage/gridtable/diskstore/GTDiskStore.java
index d01cf73..9647a8b 100644
--- a/storage/src/main/java/org/apache/kylin/storage/gridtable/diskstore/GTDiskStore.java
+++ b/storage/src/main/java/org/apache/kylin/storage/gridtable/diskstore/GTDiskStore.java
@@ -53,7 +53,7 @@ public class GTDiskStore implements IGTStore {
     }
 
     private String getRootDirectory(String identifier) {
-        return "/tmp/kylin_gtdiskstore/" + identifier;
+        return "/tmp/kylin_gtdiskstore_" + identifier;
     }
 
     private String getRowBlockFile(String identifier) {