This is an automated email from the ASF dual-hosted git repository. qiaojialin pushed a commit to branch cherry_pick_rel0.8 in repository https://gitbox.apache.org/repos/asf/incubator-iotdb.git
commit 6a68a5b7dab49d450cf0e9ce9719f9fb18a55ec4 Author: Zihan Meng <[email protected]> AuthorDate: Fri Jul 26 17:37:23 2019 +0800 Added a note on spark-tsfile documentation to indicate the potential incompatiblity between openjdk and scala --- spark-tsfile/README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/spark-tsfile/README.md b/spark-tsfile/README.md index 1d50a05..20dd757 100644 --- a/spark-tsfile/README.md +++ b/spark-tsfile/README.md @@ -65,6 +65,8 @@ With this connector, you can > 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. +> Note: Openjdk may not be competible with scala. Use oracle jdk instead. + <a id="3-quick-start"></a> ## 3. Quick Start <a id="local-mode"></a>
