[
https://issues.apache.org/jira/browse/HBASE-21153?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16604810#comment-16604810
]
Sean Busbey commented on HBASE-21153:
-------------------------------------
on my local laptop the build is ~4.5 minutes without the release flag and ~10
minutes with. the modules involved don't don't account for all of that, so just
moving shading looks like it'd be ballpark an extra 2.3 minutes.
{code}
...
12:43:54,440 [INFO] Apache HBase - Shaded ..............................
SUCCESS [ 0.402 s]
12:43:54,440 [INFO] Apache HBase - Shaded - Client (with Hadoop bundled)
SUCCESS [ 48.559 s]
12:43:54,441 [INFO] Apache HBase - Shaded - Client .....................
SUCCESS [ 39.576 s]
12:43:54,441 [INFO] Apache HBase - Shaded - MapReduce ..................
SUCCESS [ 34.811 s]
...
12:43:54,443 [INFO] Apache HBase Shaded Packaging Invariants ...........
SUCCESS [ 8.463 s]
12:43:54,443 [INFO] Apache HBase Shaded Packaging Invariants (with Hadoop
bundled) SUCCESS [ 3.657 s]
...
12:43:54,443 [INFO] Apache HBase - Exemplar for hbase-shaded-client archetype
SUCCESS [ 4.745 s]
{code}
Worth reducing the confusion for a 50% hit on build time?
> hbase version broke in 2.1+
> ---------------------------
>
> Key: HBASE-21153
> URL: https://issues.apache.org/jira/browse/HBASE-21153
> Project: HBase
> Issue Type: Bug
> Affects Versions: 2.1.0
> Reporter: stack
> Assignee: stack
> Priority: Major
> Fix For: 2.1.1
>
> Attachments: ls.txt
>
>
> When I run the {{hbase version}} command it comes back with:
> {code}$ ./bin/hbase version
> Error: Could not find or load main class
> org.apache.hadoop.hbase.util.GetJavaProperty
> Error: Could not find or load main class
> org.apache.hadoop.hbase.util.VersionInfo{code}
> The two classes are in hbase-commons.
> The nice shaded refactoring of our bin/hbase -- i.e. using shaded jars
> wherever possible -- may have overstretched expecting version to work with
> shaded client ([~busbey] ?). If so, fix is < one-liner.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)