Skip to content

Commit 9ede309

Browse files
committed
readme format
1 parent a82f900 commit 9ede309

File tree

10 files changed

+12
-12
lines changed

10 files changed

+12
-12
lines changed

docs/elasticsearchSink.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ CREATE TABLE tableName(
2727
## 4.参数:
2828
|参数名称|含义|是否必填|默认值|
2929
|----|---|---|----|
30-
|type|表明 输出表类型[mysql\|hbase\|elasticsearch]|||
30+
|type|表明 输出表类型[mysql|hbase|elasticsearch]|||
3131
|address | 连接ES Transport地址(tcp地址)|||
3232
|cluster | ES 集群名称 |||
3333
|index | 选择的ES上的index名称|||

docs/hbaseSide.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535

3636
|参数名称|含义|是否必填|默认值|
3737
|----|---|---|----|
38-
| type | 表明维表的类型[hbase\|mysql]|||
38+
| type | 表明维表的类型[hbase|mysql]|||
3939
| zookeeperQuorum | hbase 的zk地址;格式ip:port[;ip:port]|||
4040
| zookeeperParent | hbase 的zk parent路径|||
4141
| tableName | hbase 的表名称|||

docs/hbaseSink.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ hbase2.0
3030

3131
|参数名称|含义|是否必填|默认值|
3232
|----|---|---|-----|
33-
|type | 表明 输出表类型[mysql\|hbase\|elasticsearch]|||
33+
|type | 表明 输出表类型[mysql|hbase|elasticsearch]|||
3434
|zookeeperQuorum | hbase zk地址,多个直接用逗号隔开|||
3535
|zookeeperParent | zkParent 路径|||
3636
|tableName | 关联的hbase表名称|||

docs/kafkaSource.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ CREATE TABLE tableName(
2828
| colName | 列名称|
2929
| colType | 列类型 [colType支持的类型](colType.md)|
3030
| function(colNameX) as aliasName | 支持在定义列信息的时候根据已有列类型生成新的列(函数可以使用系统函数和已经注册的UDF)|
31-
| WATERMARK FOR colName AS withOffset( colName , delayTime ) | 标识输入流生的watermake生成规则,根据指定的colName(当前支持列的类型为Long \| Timestamp) 和delayTime生成waterMark 同时会在注册表的使用附带上rowtime字段(如果未指定则默认添加proctime字段);注意:添加该标识的使用必须设置系统参数 time.characteristic:EventTime; delayTime: 数据最大延迟时间(ms)|
31+
| WATERMARK FOR colName AS withOffset( colName , delayTime ) | 标识输入流生的watermake生成规则,根据指定的colName(当前支持列的类型为Long | Timestamp) 和delayTime生成waterMark 同时会在注册表的使用附带上rowtime字段(如果未指定则默认添加proctime字段);注意:添加该标识的使用必须设置系统参数 time.characteristic:EventTime; delayTime: 数据最大延迟时间(ms)|
3232

3333
## 4.参数:
3434

@@ -40,7 +40,7 @@ CREATE TABLE tableName(
4040
|topic | 需要读取的 topic 名称|||
4141
|topicIsPattern | topic是否是正则表达式格式|否| false
4242
|groupId | 需要读取的 groupId 名称|||
43-
|offsetReset | 读取的topic 的offset初始位置[latest\|earliest\|指定offset值({"0":12312,"1":12321,"2":12312},{"partition_no":offset_value})]||latest|
43+
|offsetReset | 读取的topic 的offset初始位置[latest|earliest|指定offset值({"0":12312,"1":12321,"2":12312},{"partition_no":offset_value})]||latest|
4444
|parallelism | 并行度设置||1|
4545

4646
## 5.样例:

docs/kuduSide.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ kudu 1.9.0+cdh6.2.0
6464

6565
|参数名称|含义|是否必填|默认值|
6666
|----|---|---|-----|
67-
|type | 表明维表的类型[hbase\|mysql|\kudu]|||
67+
|type | 表明维表的类型[hbase|mysql|kudu]|||
6868
| kuduMasters | kudu master节点的地址;格式ip[ip,ip2]|||
6969
| tableName | kudu 的表名称|||
7070
| workerCount | 工作线程数 ||

docs/kuduSink.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,10 +34,10 @@ kudu 1.9.0+cdh6.2.0
3434

3535
|参数名称|含义|是否必填|默认值|
3636
|----|---|---|-----|
37-
|type | 表明 输出表类型[mysql\|hbase\|elasticsearch\redis\|kudu\]|||
37+
|type | 表明 输出表类型[mysql|hbase|elasticsearch|redis|kudu]|||
3838
| kuduMasters | kudu master节点的地址;格式ip[ip,ip2]|||
3939
| tableName | kudu 的表名称|||
40-
| writeMode | 写入kudu的模式 insert|update|upsert |否 |upsert
40+
| writeMode | 写入kudu的模式 insert|update|upsert |否 |upsert
4141
| workerCount | 工作线程数 ||
4242
| defaultOperationTimeoutMs | 写入操作超时时间 ||
4343
| defaultSocketReadTimeoutMs | socket读取超时时间 ||

docs/mysqlSide.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737

3838
|参数名称|含义|是否必填|默认值|
3939
|----|---|---|----|
40-
| type | 表明维表的类型[hbase\|mysql] |||
40+
| type | 表明维表的类型[hbase|mysql] |||
4141
| url | 连接mysql数据库 jdbcUrl |||
4242
| userName | mysql连接用户名 |||
4343
| password | mysql连接密码|||

docs/mysqlSink.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ CREATE TABLE tableName(
3030

3131
|参数名称|含义|是否必填|默认值|
3232
|----|----|----|----|
33-
|type |表明 输出表类型[mysql\|hbase\|elasticsearch]|||
33+
|type |表明 输出表类型[mysql|hbase|elasticsearch]|||
3434
|url | 连接mysql数据库 jdbcUrl |||
3535
|userName | mysql连接用户名 |||
3636
| password | mysql连接密码|||

docs/redisSide.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232

3333
|参数名称|含义|是否必填|默认值|
3434
|----|---|---|----|
35-
| type | 表明维表的类型[hbase\|mysql\|redis]|||
35+
| type | 表明维表的类型[hbase|mysql|redis]|||
3636
| url | redis 的地址;格式ip:port[,ip:port]|||
3737
| password | redis 的密码 |||
3838
| database | reids 的数据库地址|||

docs/redisSink.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ redis5.0
3232

3333
|参数名称|含义|是否必填|默认值|
3434
|----|---|---|-----|
35-
|type | 表明 输出表类型[mysql\|hbase\|elasticsearch\|redis\]|||
35+
|type | 表明 输出表类型[mysql|hbase|elasticsearch|redis]|||
3636
| url | redis 的地址;格式ip:port[,ip:port]|||
3737
| password | redis 的密码 |||
3838
| database | reids 的数据库地址|||

0 commit comments

Comments
 (0)