Return-Path: X-Original-To: apmail-hadoop-hdfs-user-archive@minotaur.apache.org Delivered-To: apmail-hadoop-hdfs-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 A261F10AE2 for ; Fri, 27 Feb 2015 11:50:35 +0000 (UTC) Received: (qmail 16947 invoked by uid 500); 27 Feb 2015 11:50:20 -0000 Delivered-To: apmail-hadoop-hdfs-user-archive@hadoop.apache.org Received: (qmail 16821 invoked by uid 500); 27 Feb 2015 11:50:20 -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 16811 invoked by uid 99); 27 Feb 2015 11:50:20 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 27 Feb 2015 11:50:20 +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 (athena.apache.org: domain of dimmoborgir@gmail.com designates 209.85.214.181 as permitted sender) Received: from [209.85.214.181] (HELO mail-ob0-f181.google.com) (209.85.214.181) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 27 Feb 2015 11:50:15 +0000 Received: by mail-ob0-f181.google.com with SMTP id vb8so17696772obc.12 for ; Fri, 27 Feb 2015 03:49:54 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=CdqtOLKx9ZByfoyFRpPFAvDPgnI+xG8Tc3OIinLnfu0=; b=VTmK6f/ID9qXpTxqmAFjAyom1carr1uFXEaYgWhwz1Xd4sygDtjI3UiJ2ACs7qBkwn gUgspGyK4tUrBnTQylGQ5ntoPgv7SwB38CYWXNcDOQzoHl1CmNbo7+1N8Ml+AF/i7Bqf HJj0eGN8c3x4oGAyH42nwYq7BkMf/uFq2wBvVSfiNgg5+sIju/ZlpvwRhuuC76z6CC+E Aj6hxSkBYQjybqdIIdbtcysnIWaoVtT4ET+u7lzIc17VgWrbJ+4pYKAlONOn1nE2B8Ya IeZYjk/rjfgDeWPxzLx+IRDmswqlAilpCJFi1O3SnUCGmnxcaNK1Huj7ycD+xlwHXG1r 9MHw== MIME-Version: 1.0 X-Received: by 10.183.24.162 with SMTP id ij2mr9761443obd.18.1425037794763; Fri, 27 Feb 2015 03:49:54 -0800 (PST) Received: by 10.76.131.197 with HTTP; Fri, 27 Feb 2015 03:49:54 -0800 (PST) Date: Fri, 27 Feb 2015 16:49:54 +0500 Message-ID: Subject: Multi-threaded hadoop build From: Dmitry Simonov To: user Content-Type: multipart/alternative; boundary=001a1134a7ae8c6c6f05101077fb X-Virus-Checked: Checked by ClamAV on apache.org --001a1134a7ae8c6c6f05101077fb Content-Type: text/plain; charset=UTF-8 Is it possible to use multi-threaded maven mode to build hadoop? When I try "mvn -T2 package -Pdist,native-win -DskipTests -Dtar", it fails with message: [ERROR] Failed to execute goal org.apache.maven.plugins:maven-assembly-plugin:2.3:single (package-mapreduce) on project hadoop-mapreduce: Failed to create assembly: Artifact: org.apache.hadoop:hadoop-mapreduce-client-core:jar:2.5.1 (included by module) does not have an artifact with a file. Please ensure the package phase is run before the assembly is generated. -> [Help 1] -- Best regards, Dmitrii Simonov. --001a1134a7ae8c6c6f05101077fb Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable
Is it possible to use multi-threaded maven mode to bu= ild hadoop?

When I try "mvn -T2 package -= Pdist,native-win -DskipTests -Dtar", it fails with message:
=
[ERROR] Failed to execute goal org.apache.maven.plugins= :maven-assembly-plugin:2.3:single (package-mapreduce) on project hadoop-map= reduce: Failed to create assembly: Artifact: org.apache.hadoop:hadoop-mapre= duce-client-core:jar:2.5.1 (included by module) does not have an artifact w= ith a file. Please ensure the package phase is run before the assembly is g= enerated. -> [Help 1]

--
Best regards, Dmitrii Simonov.
--001a1134a7ae8c6c6f05101077fb--