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 02:11:11 UTC

[kylin] branch master 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 master
in repository https://gitbox.apache.org/repos/asf/kylin.git


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

commit 09c56680b178e4bb1b7200679e87fdeeae298e2e
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 026638a..f1b4657 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
@@ -52,7 +52,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);
             }
         }