You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@kylin.apache.org by nj...@apache.org on 2018/10/08 04:53:52 UTC

[kylin] branch 2.3.x updated: KYLIN-1239 change to htable owner tag to whoami@kylin.apache.org

This is an automated email from the ASF dual-hosted git repository.

nju_yaho pushed a commit to branch 2.3.x
in repository https://gitbox.apache.org/repos/asf/kylin.git


The following commit(s) were added to refs/heads/2.3.x by this push:
     new 2e12bc1  KYLIN-1239 change to htable owner tag to whoami@kylin.apache.org
2e12bc1 is described below

commit 2e12bc1eb70cfe29978e515373384a6a76cf6585
Author: Zhong <nj...@apache.org>
AuthorDate: Mon Oct 8 10:07:40 2018 +0800

    KYLIN-1239 change to htable owner tag to whoami@kylin.apache.org
---
 .../main/java/org/apache/kylin/storage/hbase/util/CleanHtableCLI.java   | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/storage-hbase/src/main/java/org/apache/kylin/storage/hbase/util/CleanHtableCLI.java b/storage-hbase/src/main/java/org/apache/kylin/storage/hbase/util/CleanHtableCLI.java
index 56f867a..6e03b7e 100644
--- a/storage-hbase/src/main/java/org/apache/kylin/storage/hbase/util/CleanHtableCLI.java
+++ b/storage-hbase/src/main/java/org/apache/kylin/storage/hbase/util/CleanHtableCLI.java
@@ -51,7 +51,7 @@ public class CleanHtableCLI extends AbstractApplication {
                 System.out.println(descriptor);
                 System.out.println();
 
-                descriptor.setValue(IRealizationConstants.HTableOwner, "DL-eBay-Kylin@ebay.com");
+                descriptor.setValue(IRealizationConstants.HTableOwner, "whoami@kylin.apache.org");
                 hbaseAdmin.modifyTable(TableName.valueOf(descriptor.getNameAsString()), descriptor);
             }
         }