You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@zookeeper.apache.org by "Alexander Osadchiy (JIRA)" <ji...@apache.org> on 2011/07/11 14:17:59 UTC

[jira] [Created] (ZOOKEEPER-1122) "start" and "stop" commands are not present in zkServer.cmd

"start" and "stop" commands are not present in zkServer.cmd
-----------------------------------------------------------

                 Key: ZOOKEEPER-1122
                 URL: https://issues.apache.org/jira/browse/ZOOKEEPER-1122
             Project: ZooKeeper
          Issue Type: Improvement
          Components: scripts
    Affects Versions: 3.3.3
         Environment: Windows
            Reporter: Alexander Osadchiy


Now ZooKeeper server can be started and stoped from Unix-based systems using script "bin/zkServer.sh":

bin/zkServer.sh start - to start server;
bin/zkServer.sh stop - to stop server.

There are no "start" and "stop" commands in script "zkServer.cmd" (for Windows).

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Updated] (ZOOKEEPER-1122) "start" and "stop" commands are not present in zkServer.cmd

Posted by "Alexander Osadchiy (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/ZOOKEEPER-1122?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Alexander Osadchiy updated ZOOKEEPER-1122:
------------------------------------------

    Attachment: zkServer.cmd

New script "zkServer.cmd" with "start" and "stop" commands.

> "start" and "stop" commands are not present in zkServer.cmd
> -----------------------------------------------------------
>
>                 Key: ZOOKEEPER-1122
>                 URL: https://issues.apache.org/jira/browse/ZOOKEEPER-1122
>             Project: ZooKeeper
>          Issue Type: Improvement
>          Components: scripts
>    Affects Versions: 3.3.3
>         Environment: Windows
>            Reporter: Alexander Osadchiy
>              Labels: patch
>         Attachments: zkServer.cmd
>
>
> Now ZooKeeper server can be started and stoped from Unix-based systems using script "bin/zkServer.sh":
> bin/zkServer.sh start - to start server;
> bin/zkServer.sh stop - to stop server.
> There are no "start" and "stop" commands in script "zkServer.cmd" (for Windows).

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Updated] (ZOOKEEPER-1122) "start" and "stop" commands are not present in zkServer.cmd

Posted by "Iurii Dziuban (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/ZOOKEEPER-1122?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Iurii Dziuban updated ZOOKEEPER-1122:
-------------------------------------

    Attachment: zkServer.cmd

fixed and added zkServer.cmd. Now it will work even if you don`t have path to java.exe, but you have JAVA_HOME system variable.

> "start" and "stop" commands are not present in zkServer.cmd
> -----------------------------------------------------------
>
>                 Key: ZOOKEEPER-1122
>                 URL: https://issues.apache.org/jira/browse/ZOOKEEPER-1122
>             Project: ZooKeeper
>          Issue Type: Improvement
>          Components: scripts
>    Affects Versions: 3.3.3
>         Environment: Windows
>            Reporter: Alexander Osadchiy
>              Labels: patch
>         Attachments: zkServer.cmd, zkServer.cmd
>
>
> Now ZooKeeper server can be started and stoped from Unix-based systems using script "bin/zkServer.sh":
> bin/zkServer.sh start - to start server;
> bin/zkServer.sh stop - to stop server.
> There are no "start" and "stop" commands in script "zkServer.cmd" (for Windows).

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (ZOOKEEPER-1122) "start" and "stop" commands are not present in zkServer.cmd

Posted by "Patrick Hunt (Commented) (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/ZOOKEEPER-1122?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13180944#comment-13180944 ] 

Patrick Hunt commented on ZOOKEEPER-1122:
-----------------------------------------

This page has some details on using svn to create the diff, should work fine on windows: https://cwiki.apache.org/confluence/display/ZOOKEEPER/HowToContribute
                
> "start" and "stop" commands are not present in zkServer.cmd
> -----------------------------------------------------------
>
>                 Key: ZOOKEEPER-1122
>                 URL: https://issues.apache.org/jira/browse/ZOOKEEPER-1122
>             Project: ZooKeeper
>          Issue Type: Improvement
>          Components: scripts
>    Affects Versions: 3.3.3
>         Environment: Windows
>            Reporter: Alexander Osadchiy
>              Labels: patch
>         Attachments: zkServer.cmd, zkServer.cmd
>
>
> Now ZooKeeper server can be started and stoped from Unix-based systems using script "bin/zkServer.sh":
> bin/zkServer.sh start - to start server;
> bin/zkServer.sh stop - to stop server.
> There are no "start" and "stop" commands in script "zkServer.cmd" (for Windows).

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (ZOOKEEPER-1122) "start" and "stop" commands are not present in zkServer.cmd

Posted by "Harsh J (Commented) (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/ZOOKEEPER-1122?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13180553#comment-13180553 ] 

Harsh J commented on ZOOKEEPER-1122:
------------------------------------

Hello,

Thank you both for the contributions!

Could you also provide the changes in a proper diff format? It shouldn't be hard to have diff working on Windows I should think, and makes the review of changes easier.
                
> "start" and "stop" commands are not present in zkServer.cmd
> -----------------------------------------------------------
>
>                 Key: ZOOKEEPER-1122
>                 URL: https://issues.apache.org/jira/browse/ZOOKEEPER-1122
>             Project: ZooKeeper
>          Issue Type: Improvement
>          Components: scripts
>    Affects Versions: 3.3.3
>         Environment: Windows
>            Reporter: Alexander Osadchiy
>              Labels: patch
>         Attachments: zkServer.cmd, zkServer.cmd
>
>
> Now ZooKeeper server can be started and stoped from Unix-based systems using script "bin/zkServer.sh":
> bin/zkServer.sh start - to start server;
> bin/zkServer.sh stop - to stop server.
> There are no "start" and "stop" commands in script "zkServer.cmd" (for Windows).

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira