Return-Path: X-Original-To: apmail-hbase-user-archive@www.apache.org Delivered-To: apmail-hbase-user-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 2378A9DDD for ; Tue, 24 Apr 2012 12:30:47 +0000 (UTC) Received: (qmail 91249 invoked by uid 500); 24 Apr 2012 12:30:43 -0000 Delivered-To: apmail-hbase-user-archive@hbase.apache.org Received: (qmail 91061 invoked by uid 500); 24 Apr 2012 12:30:42 -0000 Mailing-List: contact user-help@hbase.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: user@hbase.apache.org Delivered-To: mailing list user@hbase.apache.org Received: (qmail 90970 invoked by uid 99); 24 Apr 2012 12:30:41 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 24 Apr 2012 12:30:41 +0000 X-ASF-Spam-Status: No, hits=1.7 required=5.0 tests=FREEMAIL_ENVFROM_END_DIGIT,HTML_MESSAGE,RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of nitinpawar432@gmail.com designates 209.85.217.169 as permitted sender) Received: from [209.85.217.169] (HELO mail-lb0-f169.google.com) (209.85.217.169) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 24 Apr 2012 12:30:33 +0000 Received: by lbbgg6 with SMTP id gg6so607088lbb.14 for ; Tue, 24 Apr 2012 05:30:12 -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 :cc:content-type; bh=hbGM+O8HnUIBzjkqtz8ZK/0UxYu9sS159p4v62ryqS0=; b=K5O9pO7jDWshlIAy15m+tHwxfUoSzT593AGKHZAYk4gkZ3hWmFr5Ir/vLbQ7w4YktJ fdcEqqNrsbt4A6PJADHBMgYlTyyfu70GHAxgq1gDU/EDXvStDJdwZsCxSes/HOSt0MQn vxHC8sYjlZ14xrW2SzoCqKuT37RLrLS6cp42ZIFV4knWsrtncNrAeKnGMJMLeNw6eAw/ H4KixbIUqlghZf+kOBCYz4baBpHLMas8/gu+pJzZIDxekIkG+VBs+yzvptzZxqyRoprl tkHPJH7BfD+qqDEjALKwIH+YBILrnhbIO60RDcZqbUaEWMleUrnDOLW5OSSYQb+Bie7e 2wvw== MIME-Version: 1.0 Received: by 10.152.125.41 with SMTP id mn9mr19295050lab.30.1335270612682; Tue, 24 Apr 2012 05:30:12 -0700 (PDT) Received: by 10.112.42.2 with HTTP; Tue, 24 Apr 2012 05:30:12 -0700 (PDT) In-Reply-To: References: Date: Tue, 24 Apr 2012 18:00:12 +0530 Message-ID: Subject: Re: How to build hbase with snappy From: Nitin Pawar To: user@hbase.apache.org Cc: hbase-user@hadoop.apache.org Content-Type: multipart/alternative; boundary=f46d042f92888c486104be6bea6b --f46d042f92888c486104be6bea6b Content-Type: text/plain; charset=ISO-8859-1 Not sure why its missing from maven repository download it from http://code.google.com/p/hadoop-snappy/ it has steps for build and then run the hbase build On Tue, Apr 24, 2012 at 5:49 PM, shixing wrote: > Is there anybody can tell me? > > My version is hbase-0.92.0 > > On Mon, Apr 23, 2012 at 6:33 PM, shixing wrote: > > > I run this command: > > mvn clean -DskipTests install assembly:single -Dsnappy > > > > it shows: > > > > Downloading: > > > http://people.apache.org/~garyh/mvn/org/apache/hadoop/hadoop-snappy/0.0.1-SNAPSHOT/hadoop-snappy-0.0.1-SNAPSHOT.pom > > Downloading: > > > http://repository.apache.org/snapshots/org/apache/hadoop/hadoop-snappy/0.0.1-SNAPSHOT/hadoop-snappy-0.0.1-SNAPSHOT.pom > > [WARNING] The POM for org.apache.hadoop:hadoop-snappy:jar:0.0.1-SNAPSHOT > > is missing, no dependency information available > > Downloading: > > > https://repository.apache.org/content/repositories/releases/org/apache/hadoop/hadoop-snappy/0.0.1-SNAPSHOT/hadoop-snappy-0.0.1-SNAPSHOT.jar > > Downloading: > > > http://people.apache.org/~garyh/mvn/org/apache/hadoop/hadoop-snappy/0.0.1-SNAPSHOT/hadoop-snappy-0.0.1-SNAPSHOT.jar > > Downloading: > > > http://repository.apache.org/snapshots/org/apache/hadoop/hadoop-snappy/0.0.1-SNAPSHOT/hadoop-snappy-0.0.1-SNAPSHOT.jar > > [INFO] > > ------------------------------------------------------------------------ > > [INFO] BUILD FAILURE > > [INFO] > > ------------------------------------------------------------------------ > > [INFO] Total time: 16.636s > > [INFO] Finished at: Mon Apr 23 18:24:47 CST 2012 > > [INFO] Final Memory: 10M/360M > > [INFO] > > ------------------------------------------------------------------------ > > [ERROR] Failed to execute goal on project hbase: Could not resolve > > dependencies for project org.apache.hbase:hbase:jar:0.92.1: Could not > find > > artifact org.apache.hadoop:hadoop-snappy:jar:0.0.1-SNAPSHOT in apache > > release (https://repository.apache.org/content/repositories/releases/) > -> > > [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. > > [ERROR] > > [ERROR] For more information about the errors and possible solutions, > > please read the following articles: > > [ERROR] [Help 1] > > > http://cwiki.apache.org/confluence/display/MAVEN/DependencyResolutionException > > > > > > -- > > Best wishes! > > My Friend~ > > > > > > -- > Best wishes! > My Friend~ > -- Nitin Pawar --f46d042f92888c486104be6bea6b--