You interested in opening up a JIRA issue for this change and/or making
such a doc-change, Rick?
Otherwise, someone here will do it for you.
On 11/6/17 2:43 PM, Rick Kellogg wrote:
Greetings,
I just had an opportunity to review the current HBase Reference Guide. No
were in there does it even mention the hbase-shaded-client. There is a
discussion of Protobufs and shading of such.
I would suggest adding documentation on hbase-shaded-client and add a note
under section 147.1.7 Build Gotchas: Where are my shaded jars files?
Many thanks for your assistance.
Rick Kellogg
-----Original Message-----
From: Sean Busbey [mailto:bus...@apache.org]
Sent: Saturday, November 4, 2017 8:17 PM
To: dev@hbase.apache.org
Subject: Re: Empty hbase-shaded-client JAR file
Between the addition of the shaded jars in 1.1.0 and 1.1.1/1.2.0 building
the shaded jars was moved to the release profile after complaints about how
much time was added to the build by doing them all the time.
I think all the discussion was on JIRA:
https://issues.apache.org/jira/browse/HBASE-13816
Rick, is there some place we could have called out this detail in docs to
save you time?
On 2017-11-03 20:49, Mike Drob <md...@apache.org> wrote:
Sean,
Is this a historical vestige? Why can't we populate the shaded jars
always?
On Fri, Nov 3, 2017 at 7:51 PM, Sean Busbey <bus...@apache.org> wrote:
Hi Rick!
You have to build with the "release" profile active for the shaded
jars to be populated
e.g.:
mvn -Prelease -DskipTests clean install
On Fri, Nov 3, 2017 at 7:16 PM, Rick Kellogg <rmkell...@comcast.net>
wrote:
Greetings,
I have been trying to build the latest HBase using the master branch.
When
the hbase-sharded-client JAR file is generated, it does not include
any
.class files. Build completes without any errors. Any ideas what
might be
causing this issue?
Attempted Maven Commands: mvn package -DskipTests=true and mvn
install
-DskipTests=true
Environnent: RHEL 7.3, Maven 3.5.0, Oracle JDK 1.8.0_152.
Thanks,
Rick Kellogg