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 188DC1177E for ; Wed, 16 Jul 2014 23:46:43 +0000 (UTC) Received: (qmail 4354 invoked by uid 500); 16 Jul 2014 23:46:42 -0000 Delivered-To: apmail-hbase-dev-archive@hbase.apache.org Received: (qmail 4274 invoked by uid 500); 16 Jul 2014 23:46:42 -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 4251 invoked by uid 99); 16 Jul 2014 23:46:42 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 16 Jul 2014 23:46:42 +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 ndimiduk@gmail.com designates 209.85.220.180 as permitted sender) Received: from [209.85.220.180] (HELO mail-vc0-f180.google.com) (209.85.220.180) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 16 Jul 2014 23:46:36 +0000 Received: by mail-vc0-f180.google.com with SMTP id ij19so3173859vcb.11 for ; Wed, 16 Jul 2014 16:46:15 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :content-type; bh=d+ReZx9qHcyV1pDVemMi4cCMn1Hu4EeqoZnCOdrhn2k=; b=Kn9pybrk/NiIqm6Nd+5tussddB+PjWRBZ879KA7Zw158L/GiB12oCJ++284UKTwo8i YVdF+Ln7dYZ7bKoEKFTpu2lONYM0rFNzD0b7Z5NG9xwdXxQH0ksxGyt5bupQuH+yXKAc PKirlbke2LCIg888omCedusiqFYHIvw0fxfZdmPkLxR/95vsCsNGxVJ2l1s/BJ+7F7cR eSyaF5itJQnIYH87auTz7YjUYLhPE2wdolWLuylhPR3mwRc1r86ZsAGSuHwkpE1Ihn9c FXGOa/rOC/2bkWYOyQYOwtDXqN/kWfGnjnTxjex4Ghpvxjipb9li7rFk9oXsTm4N5jrI AnZQ== X-Received: by 10.52.77.97 with SMTP id r1mr17732845vdw.31.1405554375868; Wed, 16 Jul 2014 16:46:15 -0700 (PDT) MIME-Version: 1.0 Received: by 10.58.18.237 with HTTP; Wed, 16 Jul 2014 16:45:55 -0700 (PDT) In-Reply-To: References: <9908D174-961B-4655-99CE-280EF7D27C26@gmail.com> From: Nick Dimiduk Date: Wed, 16 Jul 2014 16:45:55 -0700 Message-ID: Subject: Re: build a hbase client only packge To: hbase-dev Content-Type: multipart/alternative; boundary=20cf3071cfc6494c0e04fe58217b X-Virus-Checked: Checked by ClamAV on apache.org --20cf3071cfc6494c0e04fe58217b Content-Type: text/plain; charset=UTF-8 hbase-shell is a separate module in the java build (as is hbase-client). Are you thinking in terms java or of bigtop packaging here? On Wed, Jul 16, 2014 at 4:18 PM, Jerry He wrote: > Hi, Nick > > If there is a way to include the hbase shell in a 'client only' > package/assembly, that will be great. > For the REST/Thrift gateways, there are probably people who want to have > separate packages for them to install them. But not on my mind yet. > > > > On Wed, Jul 16, 2014 at 3:44 PM, Nick Dimiduk wrote: > > > What does "client package" include? Just the java client library? The > > shell? REST/Thrift gateways? > > > > > > On Wed, Jul 16, 2014 at 3:11 PM, Jerry He wrote: > > > > > Thanks for the reply, Ted, Nick. > > > As Nick said, with maven/ivy and access to repositories, people can > build > > > and run their client applications. > > > > > > Exploring options to provide a client package download for our users. > > > > > > > > > On Wed, Jul 16, 2014 at 8:28 AM, Nick Dimiduk > > wrote: > > > > > > > You need to build the client? Is it not sufficient to add a > dependency > > on > > > > the client library to your project? Maven/Ivy should sort the rest > for > > > you. > > > > > > > > > > > > On Wed, Jul 16, 2014 at 1:24 AM, Ted Yu wrote: > > > > > > > > > I looked at top level pom.xml > > > > > I didn't find such a profile. > > > > > > > > > > Cheers > > > > > > > > > > On Jul 15, 2014, at 4:41 PM, Jerry He wrote: > > > > > > > > > > > Hi, folk > > > > > > > > > > > > Is there a HBase mvn build target to build a package for a HBase > > > > > standalone > > > > > > client, including the hbase-client, hbase-common, and > dependencies > > > that > > > > > are > > > > > > required by a working client? > > > > > > > > > > > > Thanks in advance. > > > > > > > > > > > > Jerry > > > > > > > > > > > > > > > --20cf3071cfc6494c0e04fe58217b--