Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
3.4.9
-
MINGW32_NT-6.1 on Windows 7 (e.g. git bash)
Description
The ZooKeeper scripts fail due to missing cygpath path conversion in a MINGW32 environment, such as when running from git bash (installed by default when installing Git for Windows).
The fix is to add the line
MINGW*) cygwin=true ;;
near the bottom of the zkEnv.sh script, in the case statement that checks for a cygwin environment.
Attachments
Attachments
Issue Links
- links to