apache / iotdb

Apache IoTDB
https://iotdb.apache.org/
Apache License 2.0
5.63k stars 1.03k forks source link

How to build hadoop jar for v1.3.x #13894

Open superliujian opened 1 month ago

superliujian commented 1 month ago

The document to build hadoop jar is for v0.13.x only, the folder structure is different for the latest version, so how to build hadoop jar for v1.3.x, or does the jar file build base on v0.13.x works for the latest version?

github-actions[bot] commented 1 month ago

Hi, this is your first issue in IoTDB project. Thanks for your report. Welcome to join the community!

CritasWang commented 4 weeks ago

It can be compiled based on version v0.13. x, but the version of the dependent tsfile needs to be changed to be consistent with version 1.3. x, and possible compilation errors need to be fixed. In the v1.3. x version of IoTDB, it already natively supports distributed and has a large number of statistical query methods. We recommend using the IoTDB cluster directly.