Return-Path: X-Original-To: apmail-hadoop-mapreduce-dev-archive@minotaur.apache.org Delivered-To: apmail-hadoop-mapreduce-dev-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 906FD7EAD for ; Thu, 8 Sep 2011 11:03:57 +0000 (UTC) Received: (qmail 49674 invoked by uid 500); 8 Sep 2011 11:03:54 -0000 Delivered-To: apmail-hadoop-mapreduce-dev-archive@hadoop.apache.org Received: (qmail 49207 invoked by uid 500); 8 Sep 2011 11:03:37 -0000 Mailing-List: contact mapreduce-dev-help@hadoop.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: mapreduce-dev@hadoop.apache.org Delivered-To: mailing list mapreduce-dev@hadoop.apache.org Received: (qmail 49156 invoked by uid 99); 8 Sep 2011 11:03:31 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 08 Sep 2011 11:03:31 +0000 X-ASF-Spam-Status: No, hits=-2000.5 required=5.0 tests=ALL_TRUSTED,RP_MATCHES_RCVD X-Spam-Check-By: apache.org Received: from [140.211.11.116] (HELO hel.zones.apache.org) (140.211.11.116) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 08 Sep 2011 11:03:29 +0000 Received: from hel.zones.apache.org (hel.zones.apache.org [140.211.11.116]) by hel.zones.apache.org (Postfix) with ESMTP id D584E886EC for ; Thu, 8 Sep 2011 11:03:08 +0000 (UTC) Date: Thu, 8 Sep 2011 11:03:08 +0000 (UTC) From: "Abhijit Suresh Shingate (JIRA)" To: mapreduce-dev@hadoop.apache.org Message-ID: <755114623.2622.1315479788871.JavaMail.tomcat@hel.zones.apache.org> Subject: [jira] [Created] (MAPREDUCE-2951) Problem while building hadoop trunk on Windows 7 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 Problem while building hadoop trunk on Windows 7 ------------------------------------------------ Key: MAPREDUCE-2951 URL: https://issues.apache.org/jira/browse/MAPREDUCE-2951 Project: Hadoop Map/Reduce Issue Type: Bug Components: build, mrv2 Affects Versions: 0.23.0, 0.24.0 Environment: Windows 7 Cygwin-1.7 apache-maven-3.0.3 java version 1.6.0_17 Reporter: Abhijit Suresh Shingate Hi All, I am facing problem with generating tar files for all hadoop modbles. The generated tar files are not correct. For example, for hadoop-common-0.24.0-SNAPSHOT.tar.gz file/bin folder is missing all sh files. Because of this i am not able to launch hdfs or mapreduce. To generate the tar file i used following command *mvn package -Pdist -Dtar -DskipTests -P-cbuild -Dcommons.daemon.os.name=linux -Dcommons.daemon.os.arch=i686 -X* I am not maven expert but following is the part of the debug information generated by above command talks about excluding *.sh file from assembly. [DEBUG] (s) siteDirectory = D:\iSAP\Hadoop\SVN\trunk\hadoop-common-project\hadoop-common\target\site [DEBUG] (f) skipAssembly = false [DEBUG] (s) tarLongFileMode = warn [DEBUG] (s) tempRoot = D:\iSAP\Hadoop\SVN\trunk\hadoop-common-project\hadoop-common\target\archive-tmp [DEBUG] (s) workDirectory = D:\iSAP\Hadoop\SVN\trunk\hadoop-common-project\hadoop-common\target\assembly\work [DEBUG] -- end configuration -- [DEBUG] Before assembly is interpolated: hadoop-distro dir false ${basedir}/src/main/bin /bin *.sh 0755 Anyone has any idea about this? Thanks & Regards, Abhijit -- This message is automatically generated by JIRA. For more information on JIRA, see: http://www.atlassian.com/software/jira