Details
-
Bug
-
Status: Resolved
-
Critical
-
Resolution: Fixed
-
2.8.0
-
None
-
Reviewed
Description
The shell enhancements of HADOOP-10775 managed to unintentionally change Shell.getWinUtilsPath() has been renamed Shell.getWinutilsPath(). This didn't crop in Hadoop's code, but it's broken some of my stuff downstream -stuff in Groovy which the IDE didn't pick up as a regression.
I'll fix things by renaming the method to its original name, and changing the name of the getWinutilsFile() to match
Attachments
Attachments
Issue Links
- is broken by
-
HADOOP-10775 Shell operations to fail with meaningful errors on windows if winutils.exe not found
- Resolved