You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@seatunnel.apache.org by GitBox <gi...@apache.org> on 2022/01/11 15:23:56 UTC

[GitHub] [incubator-seatunnel] chaozwn removed a comment on pull request #995: [Feature][connnector] Apache HBase Flink Connector

chaozwn removed 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: commits-unsubscribe@seatunnel.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org