RE: Empty hbase-shaded-client JAR file

2017-11-06 Thread Rick Kellogg
Two JIRA tickets have been opened:  HBASE-19190 and HBASE-19191.

-Original Message-
From: Josh Elser [mailto:els...@apache.org] 
Sent: Monday, November 6, 2017 3:09 PM
To: dev@hbase.apache.org
Subject: Re: Empty hbase-shaded-client JAR file

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  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  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 
>>> 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
>>>>
>>>>
>>>>
>>>>
>>>>
>>>
>>
> 



Re: Empty hbase-shaded-client JAR file

2017-11-06 Thread Misty Stanley-Jones
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  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  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  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 
> > > 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
> > > >
> > > >
> > > >
> > > >
> > > >
> > >
> >
>
>


Re: Empty hbase-shaded-client JAR file

2017-11-06 Thread Josh Elser
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  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  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 
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













RE: Empty hbase-shaded-client JAR file

2017-11-06 Thread Rick Kellogg
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  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  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 
> > 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
> > >
> > >
> > >
> > >
> > >
> >
> 



Re: Empty hbase-shaded-client JAR file

2017-11-04 Thread Sean Busbey
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  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  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 
> > 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
> > >
> > >
> > >
> > >
> > >
> >
> 


Re: Empty hbase-shaded-client JAR file

2017-11-03 Thread Mike Drob
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  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 
> 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
> >
> >
> >
> >
> >
>


Re: Empty hbase-shaded-client JAR file

2017-11-03 Thread Sean Busbey
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  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
>
>
>
>
>