-
Experts, |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 7 replies
-
Any suggestion in how to trouble shoot this issue? |
Beta Was this translation helpful? Give feedback.
-
Hi, I've tried the latest version of IoTDB and I got the right results. Here is an example of HDFS configuration, and maybe you could check yours:
|
Beta Was this translation helpful? Give feedback.
-
We can close the solution. I thing I met is that I downloaded source code of 0.12.1 then compile on a windows 10 but the compile failed. Then I downloaded the master branch to compile again on the same environment (it was success). I copied the hadoop-tsfile-.jar to the lib folder then run the iodb server. That is how the issue I reported happens. |
Beta Was this translation helpful? Give feedback.
We can close the solution. I thing I met is that I downloaded source code of 0.12.1 then compile on a windows 10 but the compile failed. Then I downloaded the master branch to compile again on the same environment (it was success). I copied the hadoop-tsfile-.jar to the lib folder then run the iodb server. That is how the issue I reported happens.
Today I found a Linux environment then build jar from source 0.12.1 on it. After copy the hadoop-tsfile-.jar to lib, the issue disappear.