Class PathCheckExample

java.lang.Object
org.apache.iotdb.schema.PathCheckExample

public class PathCheckExample extends Object
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 Details

    • PathCheckExample

      public PathCheckExample()
  • Method Details

    • main

      public static void main(String[] args)
    • 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.