Package org.apache.iotdb.schema
Class PathCheckExample
java.lang.Object
org.apache.iotdb.schema.PathCheckExample
Before creating paths in IoTDB, it's essential to check whether the paths are correct to avoid
errors.
This example checks the paths . You can add paths to the inputList or read paths from files generated by export-csv.sh/export-csv.bat.
The usage of export-csv.sh can be found in the documentation. For example: ./export-csv.sh -h 127.0.0.1 -p 6667 -u root -pw root -td . -q "show timeseries"
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
PathCheckExample
public PathCheckExample()
-
-
Method Details
-
main
-
dirCheck
public static void dirCheck()Using multiple threads to check the paths in the files of the directory. the files are created by export-csv.sh/export-csv.bat.
-