Conflict between iotdb-session and hive-jdbc #3884
-
Experts, We have a maven project with following dependencies in pom.xml.
With only adding the dependency of "iotdb-session". the code works well that I can query data from iotdb.
However, exception happened when I add following dependencies.
SLF4J: Class path contains multiple SLF4J bindings. Process finished with exit code 1 |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
Any update on this incompatible issue? |
Beta Was this translation helpful? Give feedback.
-
This is due to thrift dependency conflict between iotdb-session and hive. Try to use Then, use to remove the dependency
|
Beta Was this translation helpful? Give feedback.
This is due to thrift dependency conflict between iotdb-session and hive.
Try to use
mvn dependency:tree
to see which dependency conflicts with iotdb-session.Then, use to remove the dependency