The provides high speed, parallel data transfer between Greenplum Database and an Apache Spark cluster using Spark's Scala API for programmatic access (including the spark-shell
REPL).
Refer to the VMware Tanzu Greenplum documentation for detailed information about Greenplum Database.
See the Apache Spark documentation for information about Apache Spark version 2.4.
The following table identifies the supported component versions for the 2.0:
Connector Version | Greenplum Version | Spark Version | Scala Version | PostgreSQL JDBC Driver Version |
---|---|---|---|---|
2.0.0 | 5.x, 6.x | 2.3.x , 2.4.x 2.4.x, 3.0.x |
2.11 2.12 |
42.2.14 |
The Connector is certified against the Greenplum, Spark, and Scala versions listed above. The Connector is bundled with, and certified against, the listed PostgreSQL JDBC driver version.
Released: October 2, 2020
2.0.0 includes new and changed features and bug fixes.
2.0.0 includes these new and changed features:
The Connector is certified against the Scala, Spark, and JDBC driver versions identified in Supported Platforms above.
The Connector is now bundled with the PostgreSQL JDBC driver version 42.2.14.
The Connector package that you download from Broadcom Support Portal is now a .tar.gz
file that includes the product open source license and the Connector JAR file. The naming format of the file is greenplum-connector-apache-spark-scala_<scala-version>-<gsc-version>.tar.gz
.
For example:
greenplum-connector-apache-spark-scala_2.11-2.0.0.tar.gz
greenplum-connector-apache-spark-scala_2.12-2.0.0.tar.gz
The default gpfdist
server connection activity timeout changes from 30 seconds to 5 minutes.
A new server.timeout
option is provided that a developer can use to specify the gpfdist
server connection activity timeout.
The Connector improves read performance from Greenplum Database by using the internal Greenplum table column named gp_segment_id
as the default partitionColumn
when the developer does not specify this option.
The following issues were resolved in version 2.0.0:
Bug Id | Summary |
---|---|
30731 | Resolved an issue where the Connector timed out with a serialization exception when writing aggregated results to Greenplum Database. The Connector now exposes the server.timeout option to specify the gpfdist "no activity" timeout, and sets the default timeout to 5 minutes. |
174495848 | Resolved an issue where predicate pushdown was not working correctly because the Connector did not use parentheses to join the predicates together when it constructed the filter string. |
The Connector version 2.x removes:
connector.port
option (deprecated in 1.6).partitionsPerSegment
option (deprecated in 1.5).Known issues and limitations related to the 2.x release of the include the following:
gp_segment_id
as the partitionColumn
(the default) when reading data from Greenplum Database and mirroring is enabled in the Greenplum cluster.