You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-user@hadoop.apache.org by Koert Kuipers <ko...@tresata.com> on 2014/05/27 21:42:23 UTC

FileSystem.closeAll(UserGroupInformation ugi) does not remove filesystem from cache

why does FileSystem.closeAll(UserGroupInformation ugi) not remove the
FileSystem from the cache?

for example,  closeAll(boolean onlyAutomatic) does remove filesystems from
the cache...

thanks koert