apache / iotdb

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

[Bug] load-tsfile.sh使用时,-f参数加载的是服务器文件位置而不是本地 #13489

Open wuzhiwei-booker opened 5 days ago

wuzhiwei-booker commented 5 days ago

Search before asking

Version

1.3.2

Describe the bug and provide the minimal reproduce step

使用./tools/load-tsfile.sh -f path时,-f 是加载远端服务器的文件位置,而不是本地ts file的文件位置。 若想加载本地文件位置,则会报错 Msg: org.apache.iotdb.jdbc.IoTDBSQLException: 701: Can not find ./dump0.tsfile on this machine, notice that load can only handle files on this machine.

What did you expect to see?

按照官网文档的理解,应该是将本地tsfile文件加载至服务器Iotdb实例中。 企业微信截图_17261235721758

What did you see instead?

Msg: org.apache.iotdb.jdbc.IoTDBSQLException: 701: Can not find ./dump0.tsfile on this machine, notice that load can only handle files on this machine.

Anything else?

No response

Are you willing to submit a PR?

github-actions[bot] commented 5 days ago

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

HTHou commented 5 days ago

Will be supported in v1.3.3. https://github.com/apache/iotdb/pull/13352