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 <[email protected]> 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 <[email protected]> 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 <[email protected]> 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 <[email protected]> > > 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 <[email protected]> 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 <[email protected]> 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 > > > > > > > > > > > > > > >
