You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@bigtop.apache.org by "Olaf Flebbe (JIRA)" <ji...@apache.org> on 2015/03/08 17:39:38 UTC

[jira] [Commented] (BIGTOP-1738) Update HBase because javadoc broken

    [ https://issues.apache.org/jira/browse/BIGTOP-1738?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14352133#comment-14352133 ] 

Olaf Flebbe commented on BIGTOP-1738:
-------------------------------------

Update to hbase-0.98.10.1 fixes  bigtop build problem.


> Update HBase because javadoc broken
> -----------------------------------
>
>                 Key: BIGTOP-1738
>                 URL: https://issues.apache.org/jira/browse/BIGTOP-1738
>             Project: Bigtop
>          Issue Type: Bug
>          Components: hbase
>    Affects Versions: 0.8.0
>            Reporter: Olaf Flebbe
>            Assignee: Olaf Flebbe
>             Fix For: 0.9.0
>
>         Attachments: 0001-BIGTOP-1738-Update-HBase-because-javadoc-broken.1.patch
>
>
> hbase does not compile any more
> {code}
> [WARNING] /home/olaf/bigtop/output/hbase/hbase-0.98.5/hbase-server/src/main/java/org/apache/hadoop/hbase/security/access/AccessController.java:149: warning - Tag @link: reference not found: org.apache.hadoop.hbase.ipc.RpcServerEngine
> [INFO] Generating "User API" report    --- maven-javadoc-plugin:2.9.1
> [INFO] ------------------------------------------------------------------------
> [INFO] Reactor Summary:
> [INFO] 
> [INFO] HBase ............................................. FAILURE [5:15.805s]
> [INFO] HBase - Common .................................... SKIPPED
> [INFO] HBase - Protocol .................................. SKIPPED
> [INFO] HBase - Client .................................... SKIPPED
> [INFO] HBase - Hadoop Compatibility ...................... SKIPPED
> [INFO] HBase - Hadoop Two Compatibility .................. SKIPPED
> [INFO] HBase - Prefix Tree ............................... SKIPPED
> [INFO] HBase - Server .................................... SKIPPED
> [INFO] HBase - Testing Util .............................. SKIPPED
> [INFO] HBase - Thrift .................................... SKIPPED
> [INFO] HBase - Shell ..................................... SKIPPED
> [INFO] HBase - Integration Tests ......................... SKIPPED
> [INFO] HBase - Examples .................................. SKIPPED
> [INFO] HBase - Assembly .................................. SKIPPED
> [INFO] ------------------------------------------------------------------------
> [INFO] BUILD FAILURE
> [INFO] ------------------------------------------------------------------------
> [INFO] Total time: 5:17.105s
> [INFO] Finished at: Sun Mar 08 16:11:23 CET 2015
> [INFO] Final Memory: 80M/852M
> [INFO] ------------------------------------------------------------------------
> [ERROR] Failed to execute goal org.apache.maven.plugins:maven-site-plugin:3.3:site (default-site) on project hbase: Error during page generation: Error rendering Maven report: Unable to resolve artifact:groupId = 'org.apache.hadoop'
> [ERROR] artifactId = 'hadoop-common'
> [ERROR] version = '2.6.0': Missing:
> [ERROR] ----------
> [ERROR] 1) org.apache.directory.jdbm:apacheds-jdbm1:bundle:2.0.0-M2
> [ERROR] 
> [ERROR] Try downloading the file manually from the project website.
> [ERROR] 
> [ERROR] Then, install it using the command:
> [ERROR] mvn install:install-file -DgroupId=org.apache.directory.jdbm -DartifactId=apacheds-jdbm1 -Dversion=2.0.0-M2 -Dpackaging=bundle -Dfile=/path/to/file
> [ERROR] 
> [ERROR] Alternatively, if you host your own repository you can deploy the file there:
> [ERROR] mvn deploy:deploy-file -DgroupId=org.apache.directory.jdbm -DartifactId=apacheds-jdbm1 -Dversion=2.0.0-M2 -Dpackaging=bundle -Dfile=/path/to/file -Durl=[url] -DrepositoryId=[id]
> [ERROR] 
> [ERROR] Path to dependency:
> [ERROR] 1) org.apache.hadoop:hadoop-common:jar:2.6.0
> [ERROR] 2) org.apache.hadoop:hadoop-minikdc:jar:2.6.0
> [ERROR] 3) org.apache.directory.server:apacheds-jdbm-partition:jar:2.0.0-M15
> [ERROR] 4) org.apache.directory.jdbm:apacheds-jdbm1:bundle:2.0.0-M2
> [ERROR] 
> [ERROR] ----------
> [ERROR] 1 required artifact is missing.
> [ERROR] 
> [ERROR] for artifact:
> [ERROR] org.apache.hadoop:hadoop-common:jar:2.6.0
> [ERROR] 
> [ERROR] from the specified remote repositories:
> [ERROR] apache.snapshots.https (https://repository.apache.org/content/repositories/snapshots, releases=true, snapshots=true),
> [ERROR] repository.jboss.org (http://repository.jboss.org/nexus/content/groups/public/, releases=true, snapshots=false),
> [ERROR] central (http://repo.maven.apache.org/maven2, releases=true, snapshots=false),
> [ERROR] apache release (https://repository.apache.org/content/repositories/releases/, releases=true, snapshots=true),
> [ERROR] java.net (http://download.java.net/maven/2/, releases=true, snapshots=false),
> [ERROR] codehaus (http://repository.codehaus.org/, releases=true, snapshots=false),
> [ERROR] ghelmling.testing (http://people.apache.org/~garyh/mvn/, releases=true, snapshots=true),
> [ERROR] apache.snapshots (http://repository.apache.org/snapshots, releases=false, snapshots=true)
> [ERROR] -> [Help 1]
> [ERROR] 
> [ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
> [ERROR] Re-run Maven using the -X switch to enable full debug logging.
> [ERROR] 
> [ERROR] For more information about the errors and possible solutions, please read the following articles:
> [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException
> debian/rules:34: recipe for target 'override_dh_auto_build' failed
> make[1]: *** [override_dh_auto_build] Error 1
> make[1]: Leaving directory '/home/olaf/bigtop/output/hbase/hbase-0.98.5'
> debian/rules:31: recipe for target 'build' failed
> make: *** [build] Error 2
> dpkg-buildpackage: Fehler: Fehler-Exitstatus von debian/rules build war 2
> debuild: fatal error at line 1376:
> {code}



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