Details
Description
In Viewfilesystem#listStatus , we get groupnames of ugi , If groupnames doesn't exists it will throw AIOBE
else { result[i++] = new FileStatus(0, true, 0, 0, creationTime, creationTime, PERMISSION_555, ugi.getShortUserName(), ugi.getGroupNames()[0], new Path(inode.fullPath).makeQualified( myUri, null)); }
Attachments
Attachments
Issue Links
- is related to
-
HADOOP-15167 [viewfs] ls will fail when user doesn't exist
- Patch Available