You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hbase.apache.org by "Sean Busbey (JIRA)" <ji...@apache.org> on 2015/08/19 22:54:46 UTC

[jira] [Created] (HBASE-14260) building javadocs takes a long time

Sean Busbey created HBASE-14260:
-----------------------------------

             Summary: building javadocs takes a long time
                 Key: HBASE-14260
                 URL: https://issues.apache.org/jira/browse/HBASE-14260
             Project: HBase
          Issue Type: Improvement
    Affects Versions: 1.1.0, 1.0.0, 2.0.0, 1.2.0
            Reporter: Sean Busbey


I'm not sure I have all the affected versions, but it seems that something is amiss in making our javadocs:

{code}
 mvn -Papache-release -Prelease -DskipTests clean package
... SNIP ...
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] Apache HBase ....................................... SUCCESS [ 11.149 s]
[INFO] Apache HBase - Checkstyle .......................... SUCCESS [  1.249 s]
[INFO] Apache HBase - Resource Bundle ..................... SUCCESS [  0.539 s]
[INFO] Apache HBase - Annotations ......................... SUCCESS [  4.438 s]
[INFO] Apache HBase - Protocol ............................ SUCCESS [10:15 min]
[INFO] Apache HBase - Common .............................. SUCCESS [ 48.465 s]
[INFO] Apache HBase - Procedure ........................... SUCCESS [ 14.375 s]
[INFO] Apache HBase - Client .............................. SUCCESS [ 45.187 s]
[INFO] Apache HBase - Hadoop Compatibility ................ SUCCESS [  6.998 s]
[INFO] Apache HBase - Hadoop Two Compatibility ............ SUCCESS [ 14.891 s]
[INFO] Apache HBase - Prefix Tree ......................... SUCCESS [ 14.214 s]
[INFO] Apache HBase - Server .............................. SUCCESS [02:01 min]
[INFO] Apache HBase - Testing Util ........................ SUCCESS [ 12.779 s]
[INFO] Apache HBase - Thrift .............................. SUCCESS [01:15 min]
[INFO] Apache HBase - Shell ............................... SUCCESS [  6.649 s]
[INFO] Apache HBase - Integration Tests ................... SUCCESS [  6.429 s]
[INFO] Apache HBase - Examples ............................ SUCCESS [ 13.200 s]
[INFO] Apache HBase - Rest ................................ SUCCESS [ 27.831 s]
[INFO] Apache HBase - Assembly ............................ SUCCESS [ 19.400 s]
[INFO] Apache HBase - Shaded .............................. SUCCESS [  0.419 s]
[INFO] Apache HBase - Shaded - Client ..................... SUCCESS [ 23.707 s]
[INFO] Apache HBase - Shaded - Server ..................... SUCCESS [ 43.654 s]
[INFO] Apache HBase - Spark ............................... SUCCESS [02:22 min]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 21:13 min
[INFO] Finished at: 2015-08-19T15:48:00-05:00
[INFO] Final Memory: 181M/1513M
[INFO] ------------------------------------------------------------------------
{code}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)