Repository: kylin Updated Branches: refs/heads/1.4-rc 01d639468 -> b25ed7b53
KYLIN-1592: modify the comments Project: http://git-wip-us.apache.org/repos/asf/kylin/repo Commit: http://git-wip-us.apache.org/repos/asf/kylin/commit/b25ed7b5 Tree: http://git-wip-us.apache.org/repos/asf/kylin/tree/b25ed7b5 Diff: http://git-wip-us.apache.org/repos/asf/kylin/diff/b25ed7b5 Branch: refs/heads/1.4-rc Commit: b25ed7b5394e6c68bbaed70f659e3b2748d07563 Parents: 01d6394 Author: kyotoYaho <[email protected]> Authored: Tue Apr 19 08:00:39 2016 +0800 Committer: kyotoYaho <[email protected]> Committed: Tue Apr 19 08:00:39 2016 +0800 ---------------------------------------------------------------------- .../kylin/storage/hbase/util/CubeMigrationSupplementCLI.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/kylin/blob/b25ed7b5/storage-hbase/src/main/java/org/apache/kylin/storage/hbase/util/CubeMigrationSupplementCLI.java ---------------------------------------------------------------------- diff --git a/storage-hbase/src/main/java/org/apache/kylin/storage/hbase/util/CubeMigrationSupplementCLI.java b/storage-hbase/src/main/java/org/apache/kylin/storage/hbase/util/CubeMigrationSupplementCLI.java index e16fe58..9451001 100644 --- a/storage-hbase/src/main/java/org/apache/kylin/storage/hbase/util/CubeMigrationSupplementCLI.java +++ b/storage-hbase/src/main/java/org/apache/kylin/storage/hbase/util/CubeMigrationSupplementCLI.java @@ -35,8 +35,8 @@ import com.google.common.collect.Lists; /** * <p/> * This tool serves for the purpose of - * checking the "KYLIN_HOST" property to be consistent with the dst's MetadataUrlPrefix - * for all of cube segments' corresponding HTables after migrating a cube + * copying all of the cube segment statistics after an old version of migration + * without copying the cube segment statistics * <p/> */ public class CubeMigrationSupplementCLI {
