[Bug] load-tsfile.sh使用时,-f参数加载的是服务器文件位置而不是本地
- Vorherrschende Sprache
- Java
- Sterne
- 6.4k
- Forks
- 1.2k
- Ø Merge
- 1 T. 23 Std.
- Gemergte PRs (30 T.)
- 115
Beschreibung
### Search before asking
- [X] I searched in the [issues](https://github.com/apache/iotdb/issues) and found nothing similar.
### 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实例中。

### 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?
- [ ] I'm willing to submit a PR!
Beitragsleitfaden
Rechercherichtung
Beginnen Sie mit tools/load-tsfile.sh und reproduzieren Sie das gemeldete -f-Verhalten anhand eines lokalen .tsfile-Pfads unter IoTDB 1.3.2. Verfolgen Sie, wie das Skript diesen Pfad an den Ladevorgang übergibt, und überprüfen Sie anschließend, dass der dokumentierte Workflow für lokale Dateien ohne den gemeldeten Fehler 701 erfolgreich funktioniert.
Vom Indexierungsmodell aus dem Issue-Text verfasst.
Bewertung
- Tech-Stack
- bash, java
- Bereich
- cli, databases
- Issue-Typ
- Bug
- Schwierigkeit
- 3/5
- Geschätzter Aufwand
- 1-2 Tage
- Aktivitätsstatus
- Veraltet
- Klarheit
- Größtenteils klar
- Anfängerfreundlichkeit
- 35/100