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 0D17B109CE for ; Tue, 27 May 2014 09:09:16 +0000 (UTC) Received: (qmail 48486 invoked by uid 500); 27 May 2014 09:09:14 -0000 Delivered-To: apmail-hbase-user-archive@hbase.apache.org Received: (qmail 48418 invoked by uid 500); 27 May 2014 09:09:14 -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 48410 invoked by uid 99); 27 May 2014 09:09:14 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 27 May 2014 09:09:14 +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 oc.tsdb@gmail.com designates 209.85.128.175 as permitted sender) Received: from [209.85.128.175] (HELO mail-ve0-f175.google.com) (209.85.128.175) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 27 May 2014 09:09:10 +0000 Received: by mail-ve0-f175.google.com with SMTP id jw12so10351217veb.34 for ; Tue, 27 May 2014 02:08:49 -0700 (PDT) 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=R7IjgE4oJ0OJsivZLfgJ1I2bTivdTJVxkRJ9kwPnafw=; b=TLcosPYrTcu1TsE1eog3ubH/EZeRW7d+AFGKgRR1Nh0UAFh/MvTQM2ptEAFrwPThXx 2XF9s1EcBMStgYzCW1XlyqPxnYPGnkjiSMBy+fOL73qzzb/PrK/Sg64btvsWmapwwi06 ihV/rQOVTj6llkLfNZFXG2DKWBM7P2UupQjoW3EaVvlowQYMnBnUuRNXlrGEg1/xA3ON ehf8HutI5WtNZc+dvRRJFcxWWmqRqVzKsn7R215yRLitfsmI0IWLlSb/k2Q0Npe38/pn ihY4DtyvEbs98yKXHqniQKz/Mkl7E2ewb49Iayivx/A+XTtmYK4VravBrNhhaSqzNrP3 Q73g== MIME-Version: 1.0 X-Received: by 10.52.64.225 with SMTP id r1mr2997458vds.30.1401181729108; Tue, 27 May 2014 02:08:49 -0700 (PDT) Received: by 10.220.192.136 with HTTP; Tue, 27 May 2014 02:08:49 -0700 (PDT) Date: Tue, 27 May 2014 14:38:49 +0530 Message-ID: Subject: HBase 0.98 rpm From: oc tsdb To: user@hbase.apache.org Content-Type: multipart/alternative; boundary=bcaec501629b3acd6a04fa5e0bf5 X-Virus-Checked: Checked by ClamAV on apache.org --bcaec501629b3acd6a04fa5e0bf5 Content-Type: text/plain; charset=UTF-8 Hi , 1) Where can we find hbase.098 tar with hbase 0.98 directory structure similar to hbase-0.94.19 ? i,e .. Directory structure of hbase 0.98 # ls bin/ dev-support/ hbase-common/ hbase-hadoop2-compat/ hbase-prefix-tree/ hbase-shell/ LICENSE.txt README.txt CHANGES.txt hbase-assembly/ hbase-examples/ hbase-hadoop-compat/ hbase-protocol/ hbase-testing-util/ NOTICE.txt src/ conf/ hbase-client/ hbase-hadoop1-compat/ hbase-it/ hbase-server/ hbase-thrift/ pom.xml target/ where as directory structure of hbase-0.94.14 # ls ../hbase-0.94.14 bin/ CHANGES.txt conf/ docs/ hbase-0.94.14.jar hbase-0.94.14-tests.jar hbase-webapps/ lib/ LICENSE.txt NOTICE.txt pom.xml README.txt sbin/ security/ src/ we downloaded hbase 0.98 and hbase 0.94 from http://www.webhostingjams.com/mirror/apache/hbase/hbase-0.98.2/hbase-0.98.2-src.tar.gzand http://www.webhostingjams.com/mirror/apache/hbase/stable/hbase-0.94.19.tar.gz respectively . 2) we are trying to build an rpm out of hbase 0.98 version , where can i get the spec file or srpm for the same if available ? Thanks oc.tsdb --bcaec501629b3acd6a04fa5e0bf5--