Return-Path: X-Original-To: apmail-hadoop-mapreduce-user-archive@minotaur.apache.org Delivered-To: apmail-hadoop-mapreduce-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 A12FFDB6D for ; Tue, 18 Dec 2012 23:42:37 +0000 (UTC) Received: (qmail 69635 invoked by uid 500); 18 Dec 2012 23:42:32 -0000 Delivered-To: apmail-hadoop-mapreduce-user-archive@hadoop.apache.org Received: (qmail 69524 invoked by uid 500); 18 Dec 2012 23:42:32 -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 69513 invoked by uid 99); 18 Dec 2012 23:42:32 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 18 Dec 2012 23:42:32 +0000 X-ASF-Spam-Status: No, hits=2.4 required=5.0 tests=HTML_FONT_FACE_BAD,HTML_MESSAGE,RCVD_IN_DNSWL_LOW,SPF_NEUTRAL X-Spam-Check-By: apache.org Received-SPF: neutral (nike.apache.org: local policy) Received: from [209.85.219.52] (HELO mail-oa0-f52.google.com) (209.85.219.52) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 18 Dec 2012 23:42:26 +0000 Received: by mail-oa0-f52.google.com with SMTP id o6so1380663oag.11 for ; Tue, 18 Dec 2012 15:42:05 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type:x-gm-message-state; bh=szWpAdbBae5JiannDNIIe1zQMiuMl43j3MGasWM4KzA=; b=e0z5udk41VQi3IR9Syvr+XdE6f+zTkFji9zxHeSzXJ1ckXaoy3GUyuPFd+xPvuLbw4 ApnbKg+M0stJJeTi+kOYvCBYlTGdMg1ZqExTMOCSz7SdB7Db5v/YH3AYdg5dobaW8LY8 ELJgtFpOR/GMtYVAs0CJDhDepqwN7NAcgfwnbukLOCpBSwFwJi9Aq36uXQEc8tOAUvOO PSBs7MRNKS8UOtRENCPKumLoXdW6UHdxy6iwEuyq6lLIJezn+5gChjQ6uKj2XGXj3w8w zqjPQARLL7/jkOmqJiNEq9a7kkbx6O1Y6E8qM30Eonf3WVaW6pNJBD4J/B5iMKrjMKnM 5sUg== MIME-Version: 1.0 Received: by 10.182.131.100 with SMTP id ol4mr3257929obb.38.1355874125373; Tue, 18 Dec 2012 15:42:05 -0800 (PST) Received: by 10.76.0.228 with HTTP; Tue, 18 Dec 2012 15:42:05 -0800 (PST) In-Reply-To: References: Date: Tue, 18 Dec 2012 15:42:05 -0800 Message-ID: Subject: Re: Test failures on a released version From: Rishi Yadav To: user@hadoop.apache.org Content-Type: multipart/alternative; boundary=e89a8f6438bc9a61f404d1290b38 X-Gm-Message-State: ALoCoQlZ2rPest6AgW8MtZsmCgGFudR+vuWYKvREsarez77qznz1l3jJVFDEEuWfs6bN4icEKg3R X-Virus-Checked: Checked by ClamAV on apache.org --e89a8f6438bc9a61f404d1290b38 Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: quoted-printable Hi Mark, if you can share some details of the failed tests, we can help you more. On Tue, Dec 18, 2012 at 2:33 AM, Mark Yang wrot= e: > Sure, here is the detail: > ubuntu@kyubuntu:~/hadoop/hadoop-2.0.2-alpha$ protoc > Missing input file. > ubuntu@kyubuntu:~/hadoop/hadoop-2.0.2-alpha$ mvn -version > Apache Maven 3.0.4 > Maven home: /usr/share/maven > Java version: 1.6.0_37, vendor: Sun Microsystems Inc. > Java home: /usr/lib/jvm/jdk1.6.0_37/jre > Default locale: en_US, platform encoding: UTF-8 > OS name: "linux", version: "3.2.0-34-generic-pae", arch: "i386", family: > "unix" > > 2012/12/18 Rishi Yadav > >> Did you install protoc? >> >> Thanks and Regards, >> >> Rishi Yadav >> >> (o) 408.988.2000x113 || (f) 408.716.2726 >> >> InfoObjects Inc || http://www.infoobjects.com *(Big Data Solutions)* >> >> *INC 500 Fastest growing company in 2012 || 2011* >> >> *Best Place to work in Bay Area 2012 - *SF Business Times and the >> Silicon Valley / San Jose Business Journal >> >> 2041 Mission College Boulevard, #280 || Santa Clara, CA 95054 >> >> >> >> >> >> On Tue, Dec 18, 2012 at 1:15 AM, Harsh J wrote: >> >>> It is possible that the tests may have failed due to the environment >>> or cause of flakiness. Can you share more details on the specific >>> failed tests? >>> >>> Also, depending on what major module registered them, this topic is >>> better suited to its specific *-dev lists instead. >>> >>> On Tue, Dec 18, 2012 at 2:41 PM, Mark Yang >>> wrote: >>> > Hello, >>> > >>> > >>> > >>> > I run =93mvn test=94 on hadoop-2.02-alpha=92s source code checked out= from >>> the >>> > SVN. >>> > >>> > It could get through the compilation, but there are some test failure= s. >>> > >>> > >>> > >>> > I thought there should be no test failures on a released version. Or >>> these >>> > test failures just happened on my machine? >>> > >>> > >>> > >>> > Thanks in advance, >>> > >>> > Mark >>> >>> >>> >>> -- >>> Harsh J >>> >> >> > --e89a8f6438bc9a61f404d1290b38 Content-Type: text/html; charset=windows-1252 Content-Transfer-Encoding: quoted-printable Hi Mark,

if you can share some details of the failed tes= ts, we can help you more.




On Tue, Dec 18, 2012 at 2:33 AM, Mark Ya= ng <kaiyuan.yang2010@gmail.com> wrote:
Sure, here is the detail:
ubuntu@kyubuntu:~/hadoop/hadoop-2.0.2-al= pha$ protoc
Missing input file.
ubuntu@kyubuntu:~/hadoo= p/hadoop-2.0.2-alpha$ mvn -version
Apache Maven 3.0.4
Maven home: /usr/share/maven
Java version: 1.6.0_37, vendor: Sun = Microsystems Inc.
Java home: /usr/lib/jvm/jdk1.6.0_37/jre
Default locale: en_US, platform encoding: UTF-8
OS name: "= ;linux", version: "3.2.0-34-generic-pae", arch: "i386&q= uot;, family: "unix"

2012/12/18 Rishi Yadav <= ;rishi@infoobjec= ts.com>
Did you install protoc?

Thanks and Regards,

Rishi= Yadav

(o) 408.988.2000x113 || =A0(f) 408.716.2726

InfoObjects= Inc ||=A0http://= www.infoobjects.com=A0(Big Data Solutions)

INC 500 Fastest gro= wing company in 2012 || 2011

Be= st Place to work in Bay Area 2012 -=A0SF Business Times and the = Silicon Valley / San Jose Business Journal

2041 Mission College Boulevard, #280 ||=A0Santa Clara, CA 95054= =A0





On Tue, Dec 18, 2012 at 1:15 AM, Harsh J= <harsh@cloudera.com> wrote:
It is possible that the tests may have failed due to the environment
or cause of flakiness. Can you share more details on the specific
failed tests?

Also, depending on what major module registered them, this topic is
better suited to its specific *-dev lists instead.

On Tue, Dec 18, 2012 at 2:41 PM, Mark Yang <kaiyuan.yang2010@gmail.com> wrot= e:
> Hello,
>
>
>
> I run =93mvn test=94 on hadoop-2.02-alpha=92s source code checked out = from the
> SVN.
>
> It could get through the compilation, but there are some test failures= .
>
>
>
> I thought there should be no test failures on a released version. Or t= hese
> test failures just happened on my machine?
>
>
>
> Thanks in advance,
>
> Mark



--
Harsh J



--e89a8f6438bc9a61f404d1290b38--