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 489CA1890C for ; Thu, 30 Jul 2015 03:50:46 +0000 (UTC) Received: (qmail 5959 invoked by uid 500); 30 Jul 2015 03:50:45 -0000 Delivered-To: apmail-hbase-dev-archive@hbase.apache.org Received: (qmail 5871 invoked by uid 500); 30 Jul 2015 03:50:45 -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 5855 invoked by uid 99); 30 Jul 2015 03:50:45 -0000 Received: from Unknown (HELO spamd1-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 30 Jul 2015 03:50:45 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd1-us-west.apache.org (ASF Mail Server at spamd1-us-west.apache.org) with ESMTP id D930AD8ACB for ; Thu, 30 Jul 2015 03:50:44 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd1-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: 2.898 X-Spam-Level: ** X-Spam-Status: No, score=2.898 tagged_above=-999 required=6.31 tests=[DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_MESSAGE=3, RCVD_IN_MSPIKE_H2=-0.001, SPF_PASS=-0.001] autolearn=disabled Authentication-Results: spamd1-us-west.apache.org (amavisd-new); dkim=pass (2048-bit key) header.d=gmail.com Received: from mx1-us-west.apache.org ([10.40.0.8]) by localhost (spamd1-us-west.apache.org [10.40.0.7]) (amavisd-new, port 10024) with ESMTP id HUT80AO04szR for ; Thu, 30 Jul 2015 03:50:43 +0000 (UTC) Received: from mail-io0-f170.google.com (mail-io0-f170.google.com [209.85.223.170]) by mx1-us-west.apache.org (ASF Mail Server at mx1-us-west.apache.org) with ESMTPS id AA2A92134F for ; Thu, 30 Jul 2015 03:50:43 +0000 (UTC) Received: by ioea135 with SMTP id a135so41823024ioe.1 for ; Wed, 29 Jul 2015 20:49:58 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; bh=8Zqr0RJ5WpwkbPz5H7dFx519E6MPVYRwWUkCJ0mslJI=; b=lavdHPbWATQar6ZqwzDlKsJoje/FWV1YDh32NtQ1DY9wmYP3ETPDRFqgiqDKsxNMFC Y+HJF62wOMkVxqjbswytDx19/S+0xM+IWlaGBLsyPMp6EgcRMOSLyMOaGFr9I8X6AsPE rq+PNuNzLxs5Xslf2p8CHBWcuiJ9FlR1xFvj0hAA7gw/kWn/GaBP6PyVR/4GVCjsyCIl oWVChzew7wRvQE3MY+tlsXDxDOVQlTSkTpRG1FBDxgydIPHgtIyIU+0HGLyiJroZbupi BGVFh8RhUR/nTX6Cm78/KNZwHXfMpe69OokcYfv+gQDqxzk4y4OaBzFDji4+FQWCAHiA 418A== MIME-Version: 1.0 X-Received: by 10.107.151.75 with SMTP id z72mr6805545iod.46.1438228198089; Wed, 29 Jul 2015 20:49:58 -0700 (PDT) Received: by 10.107.37.207 with HTTP; Wed, 29 Jul 2015 20:49:58 -0700 (PDT) In-Reply-To: References: Date: Thu, 30 Jul 2015 09:19:58 +0530 Message-ID: Subject: Re: Creating tar ball has issues From: ramkrishna vasudevan To: "dev@hbase.apache.org" Content-Type: multipart/alternative; boundary=001a11406ee6da68ca051c0f98b6 --001a11406ee6da68ca051c0f98b6 Content-Type: text/plain; charset=UTF-8 Really apprciate it Ted. Not sure why it was notworking, with a clean checkout today it started working. May be some issues in my work branch. Regards Ram On Thu, Jul 30, 2015 at 12:09 AM, Ted Yu wrote: > For Java 8, the following commands work: > > 1018 mvn clean install -DskipTests -Prelease,build-with-jdk8 > -DcompileSource=1.8 > 1020 mvn install assembly:single -DskipTests -Prelease,build-with-jdk8 > -DcompileSource=1.8 > > FYI > > On Wed, Jul 29, 2015 at 11:21 AM, Ted Yu wrote: > > > If Java 1.8 is used, I encounter the following error: > > > > [INFO] Restricted to JDK 1.7 yet jdk.tools:jdk.tools:jar:1.8:system > > contains com/sun/javadoc/package-info.class targeted to JDK 1.8 > > [WARNING] Rule 0: > org.apache.maven.plugins.enforcer.EnforceBytecodeVersion > > failed with message: > > HBase has unsupported dependencies. > > HBase requires that all dependencies be compiled with version 1.7 or > > earlier > > of the JDK to properly build from source. You appear to be using a > > newer dependency. You can use > > either "mvn -version" or "mvn enforcer:display-info" to verify what > > version is active. > > Non-release builds can temporarily build with a newer JDK version by > > setting the > > 'compileSource' property (eg. mvn -DcompileSource=1.8 clean package). > > Found Banned Dependency: jdk.tools:jdk.tools:jar:1.8 > > > > I get the same error when specifying -Pbuild-with-jdk8 > > > > FYI > > > > On Wed, Jul 29, 2015 at 10:31 AM, Ted Yu wrote: > > > >> For a fresh checkout, I did: > >> > >> 1020 mvn install -DskipTests -Prelease > >> 1021 mvn install -DskipTests assembly:single -Prelease > >> > >> hbase-assembly/target/hbase-2.0.0-SNAPSHOT-bin.tar.gz was generated. > >> I used Java 1.7 > >> > >> What commands did you use ? > >> > >> Cheers > >> > >> On Wed, Jul 29, 2015 at 10:12 AM, ramkrishna vasudevan < > >> ramkrishna.s.vasudevan@gmail.com> wrote: > >> > >>> Hi All > >>> > >>> I am trying to create the tar ball from the latest master. > >>> I am getting this error > >>> ERROR] Failed to execute goal > >>> org.apache.maven.plugins:maven-assembly-plugin:2.4:single (default-cli) > >>> on > >>> project hbase-assembly: Failed to create assembly: Error creating > >>> assembly > >>> archive bin: Problem creating TAR: request to write '8192' bytes > exceeds > >>> size in header of '1200647934' bytes -> [Help 1] > >>> [ERROR] > >>> [ERROR] To see the full stack trace of the errors, re-run Maven with > the > >>> -e > >>> switch. > >>> [ERROR] Re-run Maven using the -X switch to enable full debug logging. > >>> > >>> Is it for me alone? > >>> > >>> Regards > >>> Ram > >>> > >> > >> > > > --001a11406ee6da68ca051c0f98b6--