Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在尝试编写一个监视器来测试 HDFS 集群中的文件过小,并且遇到了问题。
本质上,我正在尝试编写一个解析一系列目录的程序,如果它找到一个小于 5MB 的目录,它会引发一个标志。
在发现文件的磁盘使用情况时,使用 filestatus.getLen() 和 fileStatus.getBlockSize() 似乎都没有帮助,而在寻找可能执行此操作的另一个函数时,我不知所措。
谢谢谁能帮我解决这个问题。