Details
-
Improvement
-
Status: Resolved
-
Minor
-
Resolution: Fixed
-
None
-
None
Description
In HConstants, there's a docs snippet:
/** Don't use it! This'll get you the wrong path in a secure cluster. * Use FileSystem.getHomeDirectory() or * "/user/" + UserGroupInformation.getCurrentUser().getShortUserName() */
It's ugly style.
Let's improve this docs with following
/** * Description */