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

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


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

commit 76edaafb881fa8d9cc0de9acf4131fa941095599
Author: Zhong <nju_y...@apache.org>
AuthorDate: Mon Oct 8 10:07:40 2018 +0800

    KYLIN-1239 change to htable owner tag to who...@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-ky...@ebay.com");
+                descriptor.setValue(IRealizationConstants.HTableOwner, 
"who...@kylin.apache.org");
                 
hbaseAdmin.modifyTable(TableName.valueOf(descriptor.getNameAsString()), 
descriptor);
             }
         }

Reply via email to