Version | Release Date | Download | Release Note |
---|---|---|---|
1.1.1 ( latest ) | 2022-07-29 | Source / Binary | Release Note |
1.1.0 | 2022-07-14 | Source / Binary | Release Note |
1.0.0 | 2022-04-18 | Source / Binary | Release Note |
0.15.0 | 2021-11-29 | Source / Binary | Release Note |
0.14.0 | 2021-05-26 | Source / Binary | Release Note |
0.13.0 | 2020-10-24 | Source / Binary | Release Note |
Quick Download
1.1.1 ( latest )
1.1.0
X64 ( avx2 )
X64 ( no avx2 )
ARM64
JDK 8
JDK 11
If the CPU does not support the avx2 instruction set, select the no avx2 version. You can check whether it is supported by
cat /proc/cpu info
. The avx2 instruction will improve the computational efficiency of data structures such as bloom filter.Maven
<dependency> <groupId>org.apache.doris</groupId> <artifactId>flink-doris-connector-1.14_2.12</artifactId> <!--artifactId>flink-doris-connector-1.13_2.12</artifactId--> <!--artifactId>flink-doris-connector-1.12_2.12</artifactId--> <!--artifactId>flink-doris-connector-1.11_2.12</artifactId--> <!--version>1.0.3</version--> <version>1.1.0</version></dependency>
Maven
<dependency> <groupId>org.apache.doris</groupId> <artifactId>spark-doris-connector-3.2_2.12</artifactId> <!--artifactId>spark-doris-connector-3.1_2.12</artifactId--> <!--artifactId>spark-doris-connector-2.3_2.11</artifactId--> <!--version>1.0.1</version--> <version>1.1.0</version></dependency>
Verify
To verify the downloaded files, please read Verify Apache Release and using these KEYS. After verification, please read Compilation and Installation and deployment to compile and install Doris.