Return-Path: X-Original-To: apmail-hadoop-common-dev-archive@www.apache.org Delivered-To: apmail-hadoop-common-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 68B94E6FD for ; Thu, 10 Jan 2013 15:54:32 +0000 (UTC) Received: (qmail 89004 invoked by uid 500); 10 Jan 2013 15:54:30 -0000 Delivered-To: apmail-hadoop-common-dev-archive@hadoop.apache.org Received: (qmail 88930 invoked by uid 500); 10 Jan 2013 15:54:30 -0000 Mailing-List: contact common-dev-help@hadoop.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: common-dev@hadoop.apache.org Delivered-To: mailing list common-dev@hadoop.apache.org Received: (qmail 88918 invoked by uid 99); 10 Jan 2013 15:54:30 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 10 Jan 2013 15:54:30 +0000 X-ASF-Spam-Status: No, hits=1.5 required=5.0 tests=HTML_MESSAGE,RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of jkarn@mortardata.com designates 209.85.219.51 as permitted sender) Received: from [209.85.219.51] (HELO mail-oa0-f51.google.com) (209.85.219.51) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 10 Jan 2013 15:54:24 +0000 Received: by mail-oa0-f51.google.com with SMTP id n12so727993oag.24 for ; Thu, 10 Jan 2013 07:54:03 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=mortardata.com; s=google; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; bh=sgD7SsrlYl08dH2z6n/bu3E1DFzVhdDjjljxNg211dg=; b=AjkfwnktO7lY5KNZSCqMF+LHKu9SRghw/2e0DQCi3s9OPRJY4iMurhcfsxUrlRutRA IwwumLygQlk+fViJL/EPr3nNZvc8zRdfn13N8Wyx0P/QZKLThVSIAZ7hmS1yX26tzF2A x8YYLZXtP+aSrr9oBL8qrz1uz36AqqgKhIgmI= 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=sgD7SsrlYl08dH2z6n/bu3E1DFzVhdDjjljxNg211dg=; b=aWwNiUinTCO2TtKu6mgjOwEDILEHkHjFnE0qsxMWSL7nZBTTd4NAB3b0dqch+Z3388 HJhwWg1Uvmjj0uYg9XVw3xtF4cM1580rmNDG8XiTq3OYuWnD6eT/HoFGY3dGA/NnE58f guzqJ1ke+b/GK9jeUv/kcVQLO3LslGSvw3V60eJYbwqQagD8xRKy9yDs1aofC9nqoKsL w8FDbYqDasQtYddeb6cFvn2QKiRjuSZA6gksnPgfivksbJSxu7iqrjAipv3BosBnOmck hA5RI2miAUOn7zq/50Dsqs0hZBmYH4jtoUiOUIEYLkISVxPfJVhl+d5Xd7iQq7pNRrG3 IDGg== MIME-Version: 1.0 Received: by 10.182.164.103 with SMTP id yp7mr51398805obb.74.1357833242897; Thu, 10 Jan 2013 07:54:02 -0800 (PST) Received: by 10.76.166.228 with HTTP; Thu, 10 Jan 2013 07:54:02 -0800 (PST) In-Reply-To: References: Date: Thu, 10 Jan 2013 10:54:02 -0500 Message-ID: Subject: Re: Problem creating patch for HADOOP-9184 From: Jeremy Karn To: common-dev@hadoop.apache.org Content-Type: multipart/alternative; boundary=e89a8f6435561b6ec304d2f13024 X-Gm-Message-State: ALoCoQlDNMJ+0EpbuyeuMpSMs0E4WOh7plfX7QfkqHP3GhDolJ1cLDV+p1bpDmVdsWsFBwiBHUdV X-Virus-Checked: Checked by ClamAV on apache.org --e89a8f6435561b6ec304d2f13024 Content-Type: text/plain; charset=ISO-8859-1 The patch doesn't apply to trunk (I'm not that familiar with the latest code structure but it looks like the problem doesn't exist in trunk), but I'm not sure what I'm suppose to run for a non-trunk commit. The dev-support directory doesn't exist and there's no pre-commit ant target for the 0.20 branch. I tried running the test-contrib target but I was having tests fail because of timeouts. Is there documentation somewhere about what I should post to the jira for an older commit? On Tue, Jan 8, 2013 at 10:53 AM, Jeremy Karn wrote: > Thanks! > > > On Tue, Jan 8, 2013 at 10:48 AM, Robert Evans wrote: > >> This is because your patch is against the 0.20 branch, not against trunk. >> Jenkins pre commit only works for trunk right now. If the issue also >> exists on trunk then please provide a patch for trunk too, if it is a >> 1.0/0.20 specific issue then you >> > > --e89a8f6435561b6ec304d2f13024--