'import csv file into the Apache IoTDB fail
I am importing the csv file into the Apache IoTDB. I executed the following command to import the data:
./import-csv.sh -h 127.0.0.1 -p 6667 -u root -pw root -f /opt/apache-iotdb-0.12.2-server-bin/sbin/111.csv
However, I get an error message:
org.apache.iotdb.db.exception.metadata.IllegalPathException: is not a legal path
The 111.csv file must exist, so it can't be the file path problem. What does "not a legal path" mean?
Solution 1:[1]
Is CSV export by" align by device query "? this kind of table structure of CSV is supported after version 0.12.3. Maybe you can try it with a new version of Apache IoTDB.
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|---|
| Solution 1 | Wade Pena |
