TimXu0713 opened a new issue #5275:
URL: https://github.com/apache/iotdb/issues/5275


   **Describe the bug**
   
项目原来使用iotdb-session-0.12.4.jar来开发,只需要这一个jar包即可使用java原生session方式操作IoTDB数据库,了解到IoTDB-0.13支持对齐时间序列,而我这边的应用场景比较适合使用对齐时间序列,所以尝试修改项目代码。经测试,0.13使用java
 
session时,需要使用iotdb-session-0.13.0-SNAPSHOT.jar、iotdb-thrift-0.13.0-SNAPSHOT.jar、service-rpc-0.13.0-SNAPSHOT.jar、tsfile-0.13.0-SNAPSHOT.jar、libthrift-0.14.1.jar这5个jar包,运行才不会报找不到类的错。现在的问题是当增加了libthrift-0.14.1.jar包后,springboot运行会卡住,不增加就会报错“Caused
 by: java.lang.ClassNotFoundException: org.apache.thrift.TEnum”,能帮忙看看是什么问题吗?
   


-- 
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.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to