mirror of
https://github.com/alibaba/DataX.git
synced 2025-05-03 03:59:07 +08:00
Update hbase11xwriter.md
This commit is contained in:
parent
8e37018d78
commit
a080664e1a
@ -202,26 +202,26 @@ HbaseWriter 插件实现了从向Hbase中写取数据。在底层实现上,Hba
|
|||||||
|
|
||||||
* 描述:要写入的hbase字段。index:指定该列对应reader端column的索引,从0开始;name:指定hbase表中的列,必须为 列族:列名 的格式;type:指定写入数据类型,用于转换HBase byte[]。配置格式如下:
|
* 描述:要写入的hbase字段。index:指定该列对应reader端column的索引,从0开始;name:指定hbase表中的列,必须为 列族:列名 的格式;type:指定写入数据类型,用于转换HBase byte[]。配置格式如下:
|
||||||
|
|
||||||
```
|
```
|
||||||
|
|
||||||
"column": [
|
"column": [
|
||||||
{
|
{
|
||||||
"index":1,
|
"index":1,
|
||||||
"name": "cf1:q1",
|
"name": "cf1:q1",
|
||||||
"type": "string"
|
"type": "string"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"index":2,
|
"index":2,
|
||||||
"name": "cf1:q2",
|
"name": "cf1:q2",
|
||||||
"type": "string"
|
"type": "string"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
|
||||||
```
|
|
||||||
|
|
||||||
* 必选:是<br />
|
```
|
||||||
|
|
||||||
|
* 必选:是<br />
|
||||||
|
|
||||||
* 默认值:无 <br />
|
* 默认值:无 <br />
|
||||||
|
|
||||||
* **rowkeyColumn**
|
* **rowkeyColumn**
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user