docs/en/ecosystem_release/spark_connector.md
User guide:
Source codes: starrocks-connector-for-apache-spark
Naming format of the JAR file: starrocks-spark-connector-${spark_version}_${scala_version}-${connector_version}.jar
Methods to obtain the JAR file:
pom.xml file and download it. For specific instructions, see user guide.Version requirements:
| Spark connector | Spark | StarRocks | Java | Scala |
|---|---|---|---|---|
| 1.1.1 | 3.2, 3.3, or 3.4 | 2.5 and later | 8 | 2.12 |
| 1.1.0 | 3.2, 3.3, or 3.4 | 2.5 and later | 8 | 2.12 |
This release mainly includes some features and improvements.
Features
Improvements
jackson-core. #129BugFix
java.lang.String is not a valid external type for DATE/TIMESTAMP. #111Features
starrocks.filter.query parameter when Spark SQL is used to read data from StarRocks. #92Improvements
starrocks.columns parameter do not exist in the StarRocks table, the returned error message explicitly shows the names of columns that do not exist. #97This release mainly includes some features and improvements for loading data to StarRocks.
NOTICE
Take note of the some changes when you upgrade the Spark connector to this version. For details, see Upgrade Spark connector.
Features
Improvements
starrocks.fe.http.url parameter supports to add a http scheme. #71Bug fixes
column_separator and row_delimiter. #85Doc
1.1.0
Features
Features