You are viewing a plain text version of this content. The canonical link for it is here.
Posted to reviews@iotdb.apache.org by GitBox <gi...@apache.org> on 2019/07/10 06:37:05 UTC

[GitHub] [incubator-iotdb] samperson1997 commented on issue #227: [IOTDB-91] Improve tsfile-spark-connector to support spark 2.4.3

samperson1997 commented on issue #227: [IOTDB-91] Improve tsfile-spark-connector to support spark 2.4.3
URL: https://github.com/apache/incubator-iotdb/pull/227#issuecomment-509929711
 
 
   > The commands I used in the spark-shell:
   > 
   > ```
   > import org.apache.iotdb.tsfile._
   > val df = spark.read.tsfile("testDirect.tsfile") 
   > df.show
   > df.write.tsfile("output")
   > ```
   
   Hi,
   
   I have tried the same file created by `TsFileWrite.java`, and the commands of reading and writing all passed. I thought the failure may be caused by inconsistent spark version: the spark version should be updated to 2.3 / 2.4, and the `tsfile-spark-connector-0.8.0-SNAPSHOT.jar` needs to be built again with the accordingly spark version in pom.xml.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services