还是报这个错:
/task/CSV_import_nebula/node/per.yaml
2020/12/17 08:47:47 — START OF NEBULA IMPORTER —
2020/12/17 08:47:58 Client(0) fails to execute commands (UPDATE CONFIGS storage:wal_ttl=3600;
UPDATE CONFIGS storage:rocksdb_column_family_options = { disable_auto_compactions = true };
CREATE SPACE IF NOT EXISTS zwdb(partition_num=5, replica_factor=1, vid_type = FIXED_STRING(30));
USE zwdb;
CREATE TAG Per(PerID string, name string, verbose string, gender string, ethnic string, resume_src string, resume string, pic string);
), error: read tcp 192.168.65.3:53148->192.168.218.10:3699: i/o timeout
2020/12/17 08:47:59 — END OF NEBULA IMPORTER —