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 
who...@kylin.apache.org
09c5668 is described below

commit 09c56680b178e4bb1b7200679e87fdeeae298e2e
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 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-ky...@ebay.com");
+                descriptor.setValue(IRealizationConstants.HTableOwner, 
"who...@kylin.apache.org");
                 
hbaseAdmin.modifyTable(TableName.valueOf(descriptor.getNameAsString()), 
descriptor);
             }
         }

Reply via email to