chaozwn commented on pull request #995:
URL:
https://github.com/apache/incubator-seatunnel/pull/995#issuecomment-1010070976
> I see that you changed many files, can you briefly describe the changes
made in this PR.
this is source template
HBaseSourceStream {
result_table_name = "hbase_temp"
table_name = "hbase_test"
zookeeper_quorum = "hbase-docker:2181"
zookeeper_znode_parent= "/hbase"
schema =
"[{\"field\":\"rowkey\",\"type\":\"string\"},{\"field\":\"family1\",\"type\":\"row\",\"row\":
[{\"field\":\"v1\",\"type\":\"string\"}]}]"
format.type = "csv"
# add hbase config
hbase.configuration={
config1=v1
config2=v2
}
}
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]