Greenplum
Greenplum sink connector
Description
Write data to Greenplum using JDBC.
Key Features
tip
Not support exactly-once semantics (XA transaction is not yet supported in Greenplum database).
Options
url [string]
The URL of the JDBC connection. if you use postgresql driver the value is jdbc:postgresql://${yous_host}:${yous_port}/${yous_database}
, or you use greenplum driver the value is jdbc:pivotal:greenplum://${yous_host}:${yous_port};DatabaseName=${yous_database}
common options
Sink plugin common parameters, please refer to Sink Common Options for details
Last updated