[
https://issues.apache.org/jira/browse/ZOOKEEPER-426?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Patrick Hunt updated ZOOKEEPER-426:
-----------------------------------
Attachment: zkEnv.cmd
zkCli.cmd
README.txt
Updated windows batch files for latest release
Removed hardcoded reference to zookeeper version 3.1.1 jar
fixed handling of spaces in paths
> Windows versions of zookeeper scripts
> -------------------------------------
>
> Key: ZOOKEEPER-426
> URL: https://issues.apache.org/jira/browse/ZOOKEEPER-426
> Project: Zookeeper
> Issue Type: Improvement
> Components: scripts
> Affects Versions: 3.1.1
> Reporter: David Bosschaert
> Assignee: David Bosschaert
> Fix For: 3.3.0
>
> Attachments: README.txt, zkCli.cmd, zkCli.cmd, zkEnv.cmd, zkEnv.cmd,
> zkServer.cmd, zkServer.cmd
>
>
> Attached are a some Windows versions of the zookeeper scripts. They aren't as
> powerful as the .sh ones but they do work for me and can be invoked with any
> directory as the current dir.
> The biggest trick in the scripts is in the zkEnv.cmd one where it says:
> set ZOOCFGDIR=%~dp0%..\conf
> this basically figures out the location of the zkEnv.cmd file and sets the
> conf directory relative to that.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.