Details
Description
When running Accumulo as not a member of the HDFS superuser group (or the superuser, itself), the monitor cannot get a ContentSummary for all of HDFS.
It can, however, get a ContentSummary for just instance.dfs.dir and show the disk usage of Accumulo, even if not relative to HDFS total used/available.
The code currently gets that ContentSummary for instance.dfs.dir but doesn't assign it to the local variable until after it tries to do the same for /, which it fails on.
Attachments
Issue Links
- breaks
-
ACCUMULO-2201 Compilation error in 1.4.5-SNAPSHOT from ACCUMULO-2184
- Resolved