Re: Why is not win32 usable in production?

2010-01-12 Thread Jiro Iwamoto
Thanks Patrik. I can likely use zookeeper. I try to use zookeeper in win32. thanks a lot. On Tue, Jan 12, 2010 at 2:35 AM, Patrick Hunt wrote: > There are 3 principal components to zookeeper: java server and client, c > client. The c client is used in the perl/python bindings (available in the

Re: Why is not win32 usable in production?

2010-01-11 Thread Patrick Hunt
There are 3 principal components to zookeeper: java server and client, c client. The c client is used in the perl/python bindings (available in the contrib directory). The java code itself should run in any JVM 1.6 or later, however the docs/scripts and C code typically only run under unix or

Re: Why is not win32 usable in production?

2010-01-08 Thread Jiro Iwamoto
thank you for replying, Patric. OK. And I have question. Is cygwin used in zookeeper? I think that zookeeper is composed of only Java. Is it right? thank you. On Sat, Jan 9, 2010 at 2:39 AM, Patrick Hunt wrote: > The primary reason is testing. Secondly there just hasn't been much (any > really

Re: Why is not win32 usable in production?

2010-01-08 Thread Patrick Hunt
The primary reason is testing. Secondly there just hasn't been much (any really) interest in win32 for production, it's not used on that platform and confidence is low as a result. We'd need to find one or more users/developers that are interested in testing and fixing any issues found on win32

Why is not win32 usable in production?

2010-01-08 Thread Jiro Iwamoto
Hi there. I'm investigating "zookeeper" on win32. I read that zookeeper is only usable on win32 development platform but not production platform in this page. http://hadoop.apache.org/zookeeper/docs/r3.2.2/zookeeperAdmin.html#sc_systemReq Why cannot zookeeper use on win32 production platform? Zo