Skip to content

Commit

Permalink
Fix spark connector version in docs
Browse files Browse the repository at this point in the history
  • Loading branch information
samperson1997 committed Mar 26, 2020
1 parent 5394f53 commit 809a811
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
Expand Up @@ -35,7 +35,7 @@ TsFile-Spark-Connector对Tsfile类型的外部数据源实现Spark的支持。

| Spark Version | Scala Version | Java Version | TsFile |
| ------------- | ------------- | ------------ | -------- |
| `2.4.3` | `2.11.8` | `1.8` | `0.10.0` |
| `>= 2.2` | `2.11` | `1.8` | `0.10.0` |

> 注意:有关如何下载和使用TsFile的更多信息,请参见以下链接:https://github.com/apache/incubator-iotdb/tree/master/tsfile
Expand Down
Expand Up @@ -27,7 +27,7 @@ Spark和Java所需的版本如下:

| Spark Version | Scala Version | Java Version | TsFile |
| ------------- | ------------- | ------------ | -------- |
| `2.4.3` | `2.11` | `1.8` | `0.10.0` |
| `>= 2.2` | `2.11` | `1.8` | `0.10.0` |

## 安装

Expand Down
Expand Up @@ -34,7 +34,7 @@ With this connector, you can

|Spark Version | Scala Version | Java Version | TsFile |
|------------- | ------------- | ------------ |------------ |
| `2.4.3` | `2.11.8` | `1.8` | `0.10.0`|
| `>= 2.2` | `2.11` | `1.8` | `0.10.0`|

> Note: For more information about how to download and use TsFile, please see the following link: https://github.com/apache/incubator-iotdb/tree/master/tsfile.
Expand Down
Expand Up @@ -25,7 +25,7 @@ The versions required for Spark and Java are as follow:

| Spark Version | Scala Version | Java Version | TsFile |
| ------------- | ------------- | ------------ |------------ |
| `2.4.3` | `2.11` | `1.8` | `0.10.0`|
| `>= 2.2` | `2.11` | `1.8` | `0.10.0`|


## install
Expand Down
2 changes: 1 addition & 1 deletion spark-iotdb-connector/Readme.md
Expand Up @@ -25,7 +25,7 @@ The versions required for Spark and Java are as follow:

| Spark Version | Scala Version | Java Version | TsFile |
| ------------- | ------------- | ------------ |------------ |
| `2.4.3` | `2.11` | `1.8` | `0.10.0`|
| `>= 2.2` | `2.11` | `1.8` | `0.10.0`|


## install
Expand Down
2 changes: 1 addition & 1 deletion spark-tsfile/README.md
Expand Up @@ -33,7 +33,7 @@ With this connector, you can

|Spark Version | Scala Version | Java Version | TsFile |
|------------- | ------------- | ------------ |------------ |
| `2.4.3` | `2.11.8` | `1.8` | `0.10.0`|
| `>= 2.2` | `2.11` | `1.8` | `0.10.0`|

> Note: For more information about how to download and use TsFile, please see the following link: https://github.com/apache/incubator-iotdb/tree/master/tsfile.
Expand Down

0 comments on commit 809a811

Please sign in to comment.