chaozwn commented on pull request #995:
URL:
https://github.com/apache/incubator-seatunnel/pull/995#issuecomment-1010071771
> I see that you changed many files, can you briefly describe the changes
made in this PR.
this is hbase sink config template
sink {
HBaseSinkStream {
source_table_name = "fake_name"
table_name = "hbase_sink_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 configuration
hbase.configuration={
config1=v1
config2=v2
}
# write options
write.buffer-flush.max-size=2mb
write.buffer-flush.max-rows=10
write.buffer-flush.interval=1s
}
}
--
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]