This is an automated email from the ASF dual-hosted git repository.
qiaojialin pushed a commit to branch rel/0.8
in repository https://gitbox.apache.org/repos/asf/incubator-iotdb.git
The following commit(s) were added to refs/heads/rel/0.8 by this push:
new bcc81d9 Added a note on spark-tsfile documentation to indicate the
potential incompatiblity between openjdk and scala
new 32eb6ee Merge pull request #307 from mikip65/scala
bcc81d9 is described below
commit bcc81d93c89d263242cdff1cd3a775422500b844
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 4b5c6c6..99a00a5 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>