Closed
Description
How To Reproduce(required)
1.create a space with 100 parts
CREATE SPACE basketballplayer_open_3 \
(partition_num = 10, \
replica_factor = 1, \
vid_type = FIXED_STRING(30));
USE basketballplayer_open_3;
CREATE TAG player(name string, age int);
CREATE TAG team(name string);
CREATE EDGE follow(degree int);
CREATE EDGE serve(start_year int, end_year int);
2.use exchange to generate the sst file for the space, creating 54 subfolders in total
3.use basketballplayer_open_3
and submit job download
,the download job failed
4.view storaged logs, download the directory does not exist on hdfs, the download job failed
Expected behavior
download job Execution successful
Activity