Update hbase11xwriter.md

This commit is contained in:
hexsmith 2021-09-24 21:26:43 +08:00 committed by GitHub
parent 8e37018d78
commit a080664e1a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -202,9 +202,9 @@ HbaseWriter 插件实现了从向Hbase中写取数据。在底层实现上Hba
* 描述要写入的hbase字段。index指定该列对应reader端column的索引从0开始name指定hbase表中的列必须为 列族:列名 的格式type指定写入数据类型用于转换HBase byte[]。配置格式如下:
```
```
"column": [
"column": [
{
"index":1,
"name": "cf1:q1",
@ -217,11 +217,11 @@ HbaseWriter 插件实现了从向Hbase中写取数据。在底层实现上Hba
}
```
```
* 必选:是<br />
* 必选:是<br />
* 默认值:无 <br />
* 默认值:无 <br />
* **rowkeyColumn**