You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@zookeeper.apache.org by "Amichai Rothman (JIRA)" <ji...@apache.org> on 2016/10/26 09:45:59 UTC

[jira] [Created] (ZOOKEEPER-2621) ZooKeeper doesn't start on MINGW32 (Windows)

Amichai Rothman created ZOOKEEPER-2621:
------------------------------------------

             Summary: ZooKeeper doesn't start on MINGW32 (Windows)
                 Key: ZOOKEEPER-2621
                 URL: https://issues.apache.org/jira/browse/ZOOKEEPER-2621
             Project: ZooKeeper
          Issue Type: Bug
          Components: scripts
    Affects Versions: 3.4.9
         Environment: MINGW32_NT-6.1 on Windows 7 (e.g. git bash)
            Reporter: Amichai Rothman


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
{quote}
MINGW*) cygwin=true ;;
{quote}
near the bottom of the zkEnv.sh script, in the case statement that checks for a cygwin environment.




--
This message was sent by Atlassian JIRA
(v6.3.4#6332)