Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

question about creating part file #1

Open
xiangshaocheng opened this issue Apr 29, 2022 · 2 comments
Open

question about creating part file #1

xiangshaocheng opened this issue Apr 29, 2022 · 2 comments

Comments

@xiangshaocheng
Copy link

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
截屏2022-04-29 23 58 22

@tchaye59
Copy link
Owner

The files are compressed during storage. This may explain the behavior.

@xiangshaocheng
Copy link
Author

xiangshaocheng commented Apr 29, 2022

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants