You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@kylin.apache.org by li...@apache.org on 2015/09/03 03:31:25 UTC

[10/50] [abbrv] incubator-kylin git commit: hot fix: mvn test with minicluster

hot fix: mvn test with minicluster


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

Branch: refs/heads/0.7
Commit: ebfa38d14d5a0ca638e1663ee2b569fc96753d8f
Parents: 36f3665
Author: honma <ho...@ebay.com>
Authored: Wed Aug 19 20:11:36 2015 +0800
Committer: honma <ho...@ebay.com>
Committed: Wed Aug 19 20:11:46 2015 +0800

----------------------------------------------------------------------
 .../minicluster/hbase-export.tar.gz             | Bin 22048217 -> 27762040 bytes
 .../test_case_data/minicluster/kylin.properties |   2 +-
 2 files changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-kylin/blob/ebfa38d1/examples/test_case_data/minicluster/hbase-export.tar.gz
----------------------------------------------------------------------
diff --git a/examples/test_case_data/minicluster/hbase-export.tar.gz b/examples/test_case_data/minicluster/hbase-export.tar.gz
index 9a327a2..5800a56 100755
Binary files a/examples/test_case_data/minicluster/hbase-export.tar.gz and b/examples/test_case_data/minicluster/hbase-export.tar.gz differ

http://git-wip-us.apache.org/repos/asf/incubator-kylin/blob/ebfa38d1/examples/test_case_data/minicluster/kylin.properties
----------------------------------------------------------------------
diff --git a/examples/test_case_data/minicluster/kylin.properties b/examples/test_case_data/minicluster/kylin.properties
index e81b8d5..62d1dab 100644
--- a/examples/test_case_data/minicluster/kylin.properties
+++ b/examples/test_case_data/minicluster/kylin.properties
@@ -27,7 +27,7 @@ kylin.metadata.url=kylin_metadata@hbase:minicluster:/hbase-unsecure
 kylin.storage.url=hbase:minicluster:/hbase-unsecure
 
 # Temp folder in hdfs, make sure user has the right access to the hdfs directory
-kylin.hdfs.working.dir=/kylin
+kylin.hdfs.working.dir=/tmp
 
 kylin.job.mapreduce.default.reduce.input.mb=500