hbase-common/src/main/resources/hbase-default.xml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/hbase-common/src/main/resources/hbase-default.xml b/hbase-common/src/main/resources/hbase-default.xml index 43723f8..97ec057 100644 --- a/hbase-common/src/main/resources/hbase-default.xml +++ b/hbase-common/src/main/resources/hbase-default.xml @@ -1254,6 +1254,14 @@ possible configurations would overwhelm and obscure the important. ThreadPool. + + hbase.replication.rpc.codec + org.apache.hadoop.hbase.codec.KeyValueCodecWithTags + + The codec that is to be used when replication is enabled so that + the tags are also replicated + +