Rick, thank you so much for your suggestions. Can you please create a JIRA about this on https://issues.apache.org/jira/secure/RapidBoard.jspa?rapidView=170&projectKey=HBASE&view=planning and choose "documentation" as component? Please include your suggestions so we can get started quickly. If you'd like to contribute to the solution, I am more than happy to help you get a patch up for review!
Thanks, Misty On Mon, Nov 6, 2017 at 11:43 AM, Rick Kellogg <[email protected]> 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:[email protected]] > Sent: Saturday, November 4, 2017 8:17 PM > To: [email protected] > 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 <[email protected]> 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 <[email protected]> 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 <[email protected]> > > > 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 > > > > > > > > > > > > > > > > > > > > > > > > > > >
