Return-Path: X-Original-To: apmail-hadoop-mapreduce-issues-archive@minotaur.apache.org Delivered-To: apmail-hadoop-mapreduce-issues-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 50AAFC491 for ; Thu, 7 Jun 2012 16:37:24 +0000 (UTC) Received: (qmail 13309 invoked by uid 500); 7 Jun 2012 16:37:23 -0000 Delivered-To: apmail-hadoop-mapreduce-issues-archive@hadoop.apache.org Received: (qmail 13248 invoked by uid 500); 7 Jun 2012 16:37:23 -0000 Mailing-List: contact mapreduce-issues-help@hadoop.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: mapreduce-issues@hadoop.apache.org Delivered-To: mailing list mapreduce-issues@hadoop.apache.org Received: (qmail 13147 invoked by uid 99); 7 Jun 2012 16:37:23 -0000 Received: from issues-vm.apache.org (HELO issues-vm) (140.211.11.160) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 07 Jun 2012 16:37:23 +0000 Received: from isssues-vm.apache.org (localhost [127.0.0.1]) by issues-vm (Postfix) with ESMTP id 9501A140B94 for ; Thu, 7 Jun 2012 16:37:23 +0000 (UTC) Date: Thu, 7 Jun 2012 16:37:23 +0000 (UTC) From: "Thomas Graves (JIRA)" To: mapreduce-issues@hadoop.apache.org Message-ID: <753824875.48409.1339087043612.JavaMail.jiratomcat@issues-vm> In-Reply-To: <40890390.12254.1337306906301.JavaMail.tomcat@hel.zones.apache.org> Subject: [jira] [Updated] (MAPREDUCE-4267) mavenize pipes MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/MAPREDUCE-4267?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Thomas Graves updated MAPREDUCE-4267: ------------------------------------- Attachment: MAPREDUCE-4267.patch here is an initial patch. files added to the tarball are listed below. I'm using the packaging type of pom in the hadoop-pipes pom.xml because all it does it run ant to generate the libraries via cmake and there are no jar files. If anyone has a better way of doing this let me know. I'll see if I can figure out a way to tell it not to package the pom. hadoop-3.0.0-SNAPSHOT/include/Pipes.hh > hadoop-3.0.0-SNAPSHOT/include/SerialUtils.hh > hadoop-3.0.0-SNAPSHOT/include/StringUtils.hh > hadoop-3.0.0-SNAPSHOT/include/TemplateFactory.hh 38a43 > hadoop-3.0.0-SNAPSHOT/lib/native/libhadooppipes.a 39a45 > hadoop-3.0.0-SNAPSHOT/lib/native/libhadooputils.a 522a529 > hadoop-3.0.0-SNAPSHOT/share/hadoop/tools/lib/hadoop-pipes-3.0.0-SNAPSHOT.pom > mavenize pipes > -------------- > > Key: MAPREDUCE-4267 > URL: https://issues.apache.org/jira/browse/MAPREDUCE-4267 > Project: Hadoop Map/Reduce > Issue Type: Bug > Components: mrv2 > Affects Versions: 0.23.3 > Reporter: Thomas Graves > Assignee: Thomas Graves > Priority: Critical > Attachments: MAPREDUCE-4267.001.rm.patch, MAPREDUCE-4267.001.trimmed.patch, MAPREDUCE-4267.002.trimmed.patch, MAPREDUCE-4267.patch, MAPREDUCE-4267.sh > > > We are still building pipes out of the old mrv1 directories using ant. Move it over to the mrv2 dir structure. -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa For more information on JIRA, see: http://www.atlassian.com/software/jira