Return-Path: X-Original-To: apmail-hbase-dev-archive@www.apache.org Delivered-To: apmail-hbase-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 15086F79F for ; Fri, 3 May 2013 03:45:49 +0000 (UTC) Received: (qmail 66788 invoked by uid 500); 3 May 2013 03:45:48 -0000 Delivered-To: apmail-hbase-dev-archive@hbase.apache.org Received: (qmail 66354 invoked by uid 500); 3 May 2013 03:45:43 -0000 Mailing-List: contact dev-help@hbase.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@hbase.apache.org Delivered-To: mailing list dev@hbase.apache.org Received: (qmail 66304 invoked by uid 99); 3 May 2013 03:45:41 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 03 May 2013 03:45:41 +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 yuzhihong@gmail.com designates 209.85.217.170 as permitted sender) Received: from [209.85.217.170] (HELO mail-lb0-f170.google.com) (209.85.217.170) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 03 May 2013 03:45:37 +0000 Received: by mail-lb0-f170.google.com with SMTP id t11so1180465lbd.29 for ; Thu, 02 May 2013 20:45:16 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:x-received:in-reply-to:references:date:message-id :subject:from:to:content-type; bh=y4jpyy1ZMInXLNu+ntpD1q32JT8j6ooB7iwWJQcFf7o=; b=tY965OC7hiWvGq5HvUs1EN4KeBHHCbYfzjWI0IaTzaQ8eDLn7qg2sisHvNFnziz8FQ oiQDflSoIKmHKyXkNnvmg1BD5ki5iXOVJY6+BxNrceE7SY8tEjUEqWAUC3ML76KA6C9e 3PSKrY6s6BfVX7fuDI5Bj73fnBVIa5Dg8uu7ijZJvTIgM5ZC5sTg+ol7fr3KELp4I5LY ZGT5lrCLBLWZxib+OEjU49T313m0teJNv/X3oY5nkyqh6gj+S/OebbnClNa5/ReK2sxi 9WKtoCRjm+pXwbiAIewBH4SppRFbioDkgjMbHKNtwXcQR8EIFubJPPB8Ygc6gVRlfeVy 8yBA== MIME-Version: 1.0 X-Received: by 10.112.147.229 with SMTP id tn5mr3646382lbb.112.1367552715961; Thu, 02 May 2013 20:45:15 -0700 (PDT) Received: by 10.112.136.104 with HTTP; Thu, 2 May 2013 20:45:15 -0700 (PDT) In-Reply-To: <51832AE9.8060805@xiaomi.com> References: <51832AE9.8060805@xiaomi.com> Date: Thu, 2 May 2013 20:45:15 -0700 Message-ID: Subject: Re: how to package hbase-0.97.0-SNAPSHOT.tar.gz from trunk source From: Ted Yu To: dev@hbase.apache.org Content-Type: multipart/alternative; boundary=047d7b3a897ad9e55a04dbc82d76 X-Virus-Checked: Checked by ClamAV on apache.org --047d7b3a897ad9e55a04dbc82d76 Content-Type: text/plain; charset=ISO-8859-1 Can you try: mvn -DskipTests -Dhadoop.profile=2.0 clean package assembly:single I got: $ ls -l hbase-assembly/target/hbase-0.97.0-SNAPSHOT-bin.tar.gz -rw-r--r-- 1 tyu staff 62178356 May 2 20:43 hbase-assembly/target/hbase-0.97.0-SNAPSHOT-bin.tar.gz On Thu, May 2, 2013 at 8:11 PM, liushaohui wrote: > hi all: > > In hbase 0.94, we archive the hbase-0.94.3-SNAPSHOT.tar.gz from hbase > sources using mvn command: > > mvn clean package -DskipTests -Dtar > > But it doesn't work on hbase trunk. From the search result, i try this > cmd in hbase trunk > > mvn -DskipTests -Dhadoop.profile=2.0 clean package assembly:assembly > > The output show: > > [INFO] Assemblies have been skipped per configuration of the skipAssembly > parameter. > .... > > Any one can help me ? thx. > > > > > --047d7b3a897ad9e55a04dbc82d76--