Return-Path: X-Original-To: apmail-hadoop-user-archive@minotaur.apache.org Delivered-To: apmail-hadoop-user-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 1A04BDBC0 for ; Fri, 21 Dec 2012 05:59:14 +0000 (UTC) Received: (qmail 91500 invoked by uid 500); 21 Dec 2012 05:59:09 -0000 Delivered-To: apmail-hadoop-user-archive@hadoop.apache.org Received: (qmail 91261 invoked by uid 500); 21 Dec 2012 05:59:09 -0000 Mailing-List: contact user-help@hadoop.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: user@hadoop.apache.org Delivered-To: mailing list user@hadoop.apache.org Received: (qmail 91250 invoked by uid 99); 21 Dec 2012 05:59:08 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 21 Dec 2012 05:59:08 +0000 X-ASF-Spam-Status: No, hits=-0.0 required=5.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of Serge.Blazhiyevskyy@nice.com designates 192.114.148.4 as permitted sender) Received: from [192.114.148.4] (HELO mailil.nice.com) (192.114.148.4) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 21 Dec 2012 05:59:02 +0000 X-IronPort-AV: E=Sophos;i="4.84,329,1355090400"; d="scan'208";a="6140351" Received: from NAEXCHC1.na.nice.com (172.24.65.34) by tlvcas01.nice.com (192.168.253.111) with Microsoft SMTP Server (TLS) id 8.3.279.1; Fri, 21 Dec 2012 07:58:39 +0200 Received: from NAMAIL.na.nice.com ([169.254.1.6]) by NAEXCHC1.na.nice.com ([fe80::bc3f:27e6:3387:e036%10]) with mapi; Thu, 20 Dec 2012 22:58:37 -0700 From: Serge Blazhiyevskyy To: "user@hadoop.apache.org" Date: Thu, 20 Dec 2012 22:58:37 -0700 Subject: Re: Hadoop example command. Thread-Topic: Hadoop example command. Thread-Index: Ac3fQDhjtYAchV5SQEGLyJKiKcT8Cg== Message-ID: References: In-Reply-To: Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: acceptlanguage: en-US Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-Virus-Checked: Checked by ClamAV on apache.org It might be created in different location under cygwin On Dec 20, 2012, at 9:48 PM, Ramachandran Vilayannur wrote: > Hi > The command, > bin/hadoop jar -v hadoop-examples-0.20.203.0.jar grep input output 'dfs[a= -z]+' > returns without error in Cygwin. However the output directory is not > created....Any help in identifying the problem is much appreciated. > Sitaraman