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/03/28 01:05:11 UTC

[34/50] incubator-kylin git commit: KYLIN-653 minor change

KYLIN-653 minor change


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

Branch: refs/heads/streaming-localdict
Commit: d1c115d8242b4fc819ab36153d8bffa89a265631
Parents: 0f8b7a4
Author: honma <ho...@ebay.com>
Authored: Fri Mar 27 15:11:06 2015 +0800
Committer: honma <ho...@ebay.com>
Committed: Fri Mar 27 15:17:00 2015 +0800

----------------------------------------------------------------------
 .../org/apache/kylin/job/hadoop/invertedindex/II2CubeTest.java     | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-kylin/blob/d1c115d8/job/src/test/java/org/apache/kylin/job/hadoop/invertedindex/II2CubeTest.java
----------------------------------------------------------------------
diff --git a/job/src/test/java/org/apache/kylin/job/hadoop/invertedindex/II2CubeTest.java b/job/src/test/java/org/apache/kylin/job/hadoop/invertedindex/II2CubeTest.java
index 6832dcf..62cf6e8 100644
--- a/job/src/test/java/org/apache/kylin/job/hadoop/invertedindex/II2CubeTest.java
+++ b/job/src/test/java/org/apache/kylin/job/hadoop/invertedindex/II2CubeTest.java
@@ -9,7 +9,6 @@ import java.util.concurrent.LinkedBlockingQueue;
 
 import javax.annotation.Nullable;
 
-import com.google.common.collect.Sets;
 import org.apache.hadoop.hbase.client.Result;
 import org.apache.hadoop.hbase.io.ImmutableBytesWritable;
 import org.apache.hadoop.hbase.mapreduce.MutationSerialization;
@@ -40,6 +39,7 @@ import org.junit.Test;
 import com.google.common.base.Function;
 import com.google.common.collect.Collections2;
 import com.google.common.collect.Lists;
+import com.google.common.collect.Sets;
 
 /**
  * Created by Hongbin Ma(Binmahone) on 3/26/15.