Files
DataX/hbase11xsqlreader/src/main/resources/plugin_job_template.json
T
2018-11-07 20:18:07 +08:00

14 lines
363 B
JSON

{
"name": "hbase11sqlreader",
"parameter": {
"hbaseConfig": {
"hbase.zookeeper.quorum": "hb-proxy-pub-xxx-001.hbase.rds.aliyuncs.com,hb-proxy-pub-xxx-002.hbase.rds.aliyuncs.com,hb-proxy-pub-xxx-003.hbase.rds.aliyuncs.com"
},
"table": "TABLE1",
"column": [
"ID",
"COL1"
]
}
}