chaozwn edited a comment on pull request #995:
URL:
https://github.com/apache/incubator-seatunnel/pull/995#issuecomment-1010069655
> > I see that you changed many files, can you briefly describe the changes
made in this PR.
>
> hi, The main function of this pr is to add an flink hbase connector, and
the rest is the added blink planner, but in branch #992 , it has been merged
in. csv parsing schema supports the addition of columns with type row .
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
# properties.myconfig="myconfig"
# 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]