You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I found that no matter how big the data set was uploaded, only one part file was created in the HPF system, even though its size was larger than blockSize and partMaxSize. Thank you for your answer
The text was updated successfully, but these errors were encountered:
I used a larger data set and still had the same problem. I checked the code and I suspect that there might be something wrong with the logical handling of variable remainPartSize in private void put(FileSystem srcfs, String key, FileStatus fileStatus) which is the function of PerfectFile.java
I found that no matter how big the data set was uploaded, only one part file was created in the HPF system, even though its size was larger than blockSize and partMaxSize. Thank you for your answer
The text was updated successfully, but these errors were encountered: