Return-Path: Delivered-To: apmail-hadoop-zookeeper-user-archive@minotaur.apache.org Received: (qmail 38335 invoked from network); 11 Jan 2010 17:37:00 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 11 Jan 2010 17:37:00 -0000 Received: (qmail 62844 invoked by uid 500); 11 Jan 2010 17:37:00 -0000 Delivered-To: apmail-hadoop-zookeeper-user-archive@hadoop.apache.org Received: (qmail 62824 invoked by uid 500); 11 Jan 2010 17:37:00 -0000 Mailing-List: contact zookeeper-user-help@hadoop.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: zookeeper-user@hadoop.apache.org Delivered-To: mailing list zookeeper-user@hadoop.apache.org Received: (qmail 62814 invoked by uid 99); 11 Jan 2010 17:37:00 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 11 Jan 2010 17:37:00 +0000 X-ASF-Spam-Status: No, hits=1.2 required=10.0 tests=SPF_NEUTRAL X-Spam-Check-By: apache.org Received-SPF: neutral (nike.apache.org: 69.147.107.20 is neither permitted nor denied by domain of phunt@apache.org) Received: from [69.147.107.20] (HELO mrout1-b.corp.re1.yahoo.com) (69.147.107.20) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 11 Jan 2010 17:36:52 +0000 Received: from [10.73.135.253] (wifi-e-135-253.corp.yahoo.com [10.73.135.253]) by mrout1-b.corp.re1.yahoo.com (8.13.8/8.13.8/y.out) with ESMTP id o0BHZjQS067741; Mon, 11 Jan 2010 09:35:46 -0800 (PST) Message-ID: <4B4B6171.6060802@apache.org> Date: Mon, 11 Jan 2010 09:35:45 -0800 From: Patrick Hunt User-Agent: Thunderbird 2.0.0.23 (X11/20090817) MIME-Version: 1.0 To: Jiro Iwamoto , jirokun@gmail.com CC: Patrick Hunt , zookeeper-user@hadoop.apache.org Subject: Re: Why is not win32 usable in production? References: <4B476DC4.4040800@apache.org> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org 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 unix-like environments. This is why we recommend cygwin for windows. Patrick ps. someone has contributed windows batch files for running the server/client, but this is currently unreleased change - it's slated to be included in the upcoming 3.3.0 release. Obviously you could just run the jvm w/o the scripts, this is fine. Jiro Iwamoto wrote: > 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) 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 (this would include one or more of the; java server, java client, c >> client components), preferably someone who's actively using win32/zk in >> production. Interested? >> >> Patrick >> >> ps there's also the issue of cygwin vs native win32. I'm assuming that if >> you want to run win32 in production you want native. >> >> Jiro Iwamoto wrote: >>> 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? >>> Zookeeper is not tested well in win32? >>> >>> Please tell me why. >>> >>> thanks. >>> > > >