Skip to content

Commit

Permalink
Docs: update description about Spark integration
Browse files Browse the repository at this point in the history
  • Loading branch information
pan3793 committed Feb 28, 2022
1 parent d4beae5 commit c5d1c14
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 7 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,8 +73,10 @@ compile "com.github.housepower:clickhouse-native-jdbc:${clickhouse_native_jdbc_v

### Requirements

- Java 8, Scala 2.11/2.12, Spark 2.4.x
- Or Java 8/11, Scala 2.12, Spark 3.0.x
- Java 8, Scala 2.11/2.12, Spark 2.4
- Or Java 8/11, Scala 2.12, Spark 3.0/3.1

For Spark 3.2, [Spark ClickHouse Connector](https://github.com/housepower/spark-clickhouse-connector) is recommended.

**Notes:** Spark 2.3.x(EOL) should also work fine. Actually we do test on both Java 8 and Java 11,
but Spark official support on Java 11 since 3.0.0.
Expand Down
4 changes: 3 additions & 1 deletion README_zh.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,9 @@ compile "com.github.housepower:clickhouse-native-jdbc:${clickhouse_native_jdbc_v
### 使用要求

- Java 8, Scala 2.11/2.12, Spark 2.4.x
- 或者 Java 8/11, Scala 2.12, Spark 3.0.x
- 或者 Java 8/11, Scala 2.12, Spark 3.0/3.1

Spark 3.2 推荐使用 [Spark ClickHouse Connector](https://github.com/housepower/spark-clickhouse-connector)

**注意:** Spark 2.3.x(EOL) 理论上也支持。但我们只对 Java 8 和 Java 11 做测试,Spark 自 3.0.0 起官方支持 Java 11。

Expand Down
6 changes: 4 additions & 2 deletions docs/guide/spark_integration.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,10 @@

### Requirements

- Java 8, Scala 2.11/2.12, Spark 2.4.x
- Or Java 8/11, Scala 2.12, Spark 3.0.x
- Java 8, Scala 2.11/2.12, Spark 2.4
- Or Java 8/11, Scala 2.12, Spark 3.0/3.1

For Spark 3.2, [Spark ClickHouse Connector](https://github.com/housepower/spark-clickhouse-connector) is recommended.

**Notes:** Spark 2.3.x(EOL) should also work fine. Actually we do test on both Java 8 and Java 11,
but Spark official support on Java 11 since 3.0.0.
Expand Down
6 changes: 4 additions & 2 deletions docs/zh/guide/spark_integration.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,10 @@

### 使用要求

- Java 8, Scala 2.11/2.12, Spark 2.4.x
- 或者 Java 8/11, Scala 2.12, Spark 3.0.x
- Java 8, Scala 2.11/2.12, Spark 2.4
- 或者 Java 8/11, Scala 2.12, Spark 3.0/3.1

Spark 3.2 推荐使用 [Spark ClickHouse Connector](https://github.com/housepower/spark-clickhouse-connector)

**注意:** Spark 2.3.x(EOL) 理论上也支持。但我们只对 Java 8 和 Java 11 做测试,Spark 自 3.0.0 起官方支持 Java 11。

Expand Down

0 comments on commit c5d1c14

Please sign in to comment.