You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@kylin.apache.org by sh...@apache.org on 2016/06/12 03:41:52 UTC

kylin git commit: minor, remove invalid link

Repository: kylin
Updated Branches:
  refs/heads/master 7719a486a -> 536f94c0c


minor, remove invalid link


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

Branch: refs/heads/master
Commit: 536f94c0c198561e4ea71a5255fa4e77b7f1a2dc
Parents: 7719a48
Author: shaofengshi <sh...@apache.org>
Authored: Sun Jun 12 11:41:30 2016 +0800
Committer: shaofengshi <sh...@apache.org>
Committed: Sun Jun 12 11:41:43 2016 +0800

----------------------------------------------------------------------
 .../java/org/apache/kylin/storage/hbase/steps/CubeHTableUtil.java   | 1 -
 1 file changed, 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/kylin/blob/536f94c0/storage-hbase/src/main/java/org/apache/kylin/storage/hbase/steps/CubeHTableUtil.java
----------------------------------------------------------------------
diff --git a/storage-hbase/src/main/java/org/apache/kylin/storage/hbase/steps/CubeHTableUtil.java b/storage-hbase/src/main/java/org/apache/kylin/storage/hbase/steps/CubeHTableUtil.java
index 14f47ef..c62e1c3 100644
--- a/storage-hbase/src/main/java/org/apache/kylin/storage/hbase/steps/CubeHTableUtil.java
+++ b/storage-hbase/src/main/java/org/apache/kylin/storage/hbase/steps/CubeHTableUtil.java
@@ -58,7 +58,6 @@ public class CubeHTableUtil {
         KylinConfig kylinConfig = cubeDesc.getConfig();
 
         HTableDescriptor tableDesc = new HTableDescriptor(TableName.valueOf(cubeSegment.getStorageLocationIdentifier()));
-        // https://hbase.apache.org/apidocs/org/apache/hadoop/hbase/regionserver/ConstantSizeRegionSplitPolicy.html
         tableDesc.setValue(HTableDescriptor.SPLIT_POLICY, DisabledRegionSplitPolicy.class.getName());
         tableDesc.setValue(IRealizationConstants.HTableTag, kylinConfig.getMetadataUrlPrefix());
         tableDesc.setValue(IRealizationConstants.HTableCreationTime, String.valueOf(System.currentTimeMillis()));