Return-Path: Delivered-To: apmail-hadoop-hdfs-dev-archive@minotaur.apache.org Received: (qmail 70460 invoked from network); 9 Oct 2009 16:42:29 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 9 Oct 2009 16:42:29 -0000 Received: (qmail 52783 invoked by uid 500); 9 Oct 2009 16:42:29 -0000 Delivered-To: apmail-hadoop-hdfs-dev-archive@hadoop.apache.org Received: (qmail 52724 invoked by uid 500); 9 Oct 2009 16:42:29 -0000 Mailing-List: contact hdfs-dev-help@hadoop.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: hdfs-dev@hadoop.apache.org Delivered-To: mailing list hdfs-dev@hadoop.apache.org Received: (qmail 52714 invoked by uid 99); 9 Oct 2009 16:42:29 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 09 Oct 2009 16:42:29 +0000 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of tobi@byte23.de designates 87.230.95.34 as permitted sender) Received: from [87.230.95.34] (HELO edge.byte23.net) (87.230.95.34) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 09 Oct 2009 16:42:18 +0000 Received: from [9.1.67.98] (p1.almaden.ibm.com [198.4.83.52]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by edge.byte23.net (Postfix) with ESMTPSA id 1E61A10014080 for ; Fri, 9 Oct 2009 18:41:57 +0200 (CEST) Message-ID: <4ACF67D4.6070407@byte23.de> Date: Fri, 09 Oct 2009 09:41:56 -0700 From: "Tobias N. Sasse" User-Agent: Thunderbird 2.0.0.23 (X11/20090817) MIME-Version: 1.0 To: hdfs-dev@hadoop.apache.org Subject: Re: HDFS Client under Windows References: <4ACEA4DE.1080806@byte23.de> <4ACEE683.3040603@byte23.de> 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 Hey Eli, no the requirement is plain native Windows :-/ Tobi Eli Collins wrote: > Hey Tobi, > > Could you run the client using cygwin? > > Thanks, > Eli > > > On Fri, Oct 9, 2009 at 12:30 AM, Tobias N. Sasse wrote: > >> Thanks for that Info! >> >> I have to work on the stable version, thus I need to know if this is >> possible with the actual version (and if yes - which tweaks are necessary). >> >> What I figured out is that you can specify the user/group login name upfront >> within the conf, thus the hdfs client does not have to execute any "whois" >> command or unix specific stuff. >> >> So I guess if there is a patch it will be working with future releases. But >> what about 0.18, 0.19 and 0.20? >> >> Thanks for all further input on that, >> >> Tobi >> >> >> Jeff Hammerbacher wrote: >> >>> Hey Tobi, >>> Some folks from the Condor team at Wisconsin claimed to have this working >>> (see https://issues.apache.org/jira/browse/HDFS-573), but never posted a >>> patch. Perhaps you could contact them and see if they have the patch ready >>> for public consumption? >>> >>> Regards, >>> Jeff >>> >>> On Thu, Oct 8, 2009 at 7:50 PM, Tobias N. Sasse wrote: >>> >>> >>> >>>> Hey Guys, >>>> >>>> I am wondering if the HDFS Client Libs will run under Windows. I saw that >>>> in the sourcecode you use some shell commands to determine which user is >>>> running the client etc. >>>> >>>> Use-case is to have a Java App on Windows (XP, Server 2003 and upwards) >>>> to >>>> read files via the Filesystem API. >>>> >>>> If not, are there plans to implement that? >>>> >>>> Thanks, >>>> Tobi >>>> >>>> >>>> >>> >> > >