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

rajeshbabu pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/phoenix-omid.git


The following commit(s) were added to refs/heads/master by this push:
     new 8f57727  OMID-159 Replace default hbase commit table and timestamp 
modules in server configurations as for the new package structure(Rajeshbabu)
     new c52d816  Merge pull request #67 from chrajeshbabu/master
8f57727 is described below

commit 8f57727486c16ed30781af65611252e9f4229d0a
Author: Rajeshbabu Chintaguntla <rchintagun...@cloudera.com>
AuthorDate: Mon Sep 14 11:49:49 2020 +0530

    OMID-159 Replace default hbase commit table and timestamp modules in server 
configurations as for the new package structure(Rajeshbabu)
---
 .../src/main/resources/default-omid-server-configuration.yml | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git 
a/tso-server/src/main/resources/default-omid-server-configuration.yml 
b/tso-server/src/main/resources/default-omid-server-configuration.yml
index 3129904..647dbfa 100644
--- a/tso-server/src/main/resources/default-omid-server-configuration.yml
+++ b/tso-server/src/main/resources/default-omid-server-configuration.yml
@@ -112,13 +112,13 @@ monitorContext: false
 # Configuration WITHOUT High Availability using HBase for all required storage 
& reporting metrics to CSV files
 # 
---------------------------------------------------------------------------------------------------------------------
 #
-# commitTableStoreModule: 
!!org.apache.omid.tso.DefaultHBaseCommitTableStorageModule [ ]
+# commitTableStoreModule: 
!!org.apache.omid.committable.hbase.DefaultHBaseCommitTableStorageModule [ ]
 #     See optional params
 #         - tableName
 #         - familyName
 #         - principal
 #         - keytab
-# timestampStoreModule: 
!!org.apache.omid.tso.DefaultHBaseTimestampStorageModule [ ]
+# timestampStoreModule: 
!!org.apache.omid.timestamp.storage.DefaultHBaseTimestampStorageModule [ ]
 #     See optional params
 #         - tableName
 #         - familyName
@@ -139,8 +139,8 @@ monitorContext: false
 # Configuration WITHOUT High Availability using ZK to store the timestamps & 
reporting metrics to console every 30 secs
 # 
---------------------------------------------------------------------------------------------------------------------
 #
-# commitTableStoreModule: 
!!org.apache.omid.tso.DefaultHBaseCommitTableStorageModule [ ]
-# timestampStoreModule: !!org.apache.omid.tso.DefaultZKTimestampStorageModule
+# commitTableStoreModule: 
!!org.apache.omid.committable.hbase.DefaultHBaseCommitTableStorageModule [ ]
+# timestampStoreModule: 
!!org.apache.omid.timestamp.storage.DefaultZKTimestampStorageModule
 #         zkCluster: "localhost:2181"
 #         namespace: "omid"
 # leaseModule: !!org.apache.omid.tso.VoidLeaseManagementModule [ ]
@@ -158,8 +158,8 @@ monitorContext: false
 # Configuration WITH High Availability using HBase for all required storage 
and no metrics reports
 # 
---------------------------------------------------------------------------------------------------------------------
 #
-# commitTableStoreModule: 
!!org.apache.omid.tso.DefaultHBaseCommitTableStorageModule [ ]
-# timestampStoreModule: 
!!org.apache.omid.tso.DefaultHBaseTimestampStorageModule [ ]
+# commitTableStoreModule: 
!!org.apache.omid.committable.hbase.DefaultHBaseCommitTableStorageModule [ ]
+# timestampStoreModule: 
!!org.apache.omid.timestamp.storage.DefaultHBaseTimestampStorageModule [ ]
 # leaseModule: !!org.apache.omid.tso.HALeaseManagementModule
 #     leasePeriodInMs: 10000
 #     tsoLeasePath: "/tso-lease"

Reply via email to