You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hive.apache.org by "Devendra Vishwakarma (JIRA)" <ji...@apache.org> on 2016/02/09 11:48:18 UTC

[jira] [Commented] (HIVE-13030) Javadocs issue: Hive HCatalog build failed with IBM JDK 1.8 during Maven release

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

Devendra Vishwakarma commented on HIVE-13030:
---------------------------------------------

Eventhough we are skipping the javadocs generation in maven.release command like - 
-X -Dresume=false release:prepare release:perform -DworkingDirectory="${RELEASE_DIRECTORY}" -Darguments="-Dmaven.javadoc.skip=true -DskipTests -Dgpg.skip=true -Dmaven.javadoc.failOnError=false" -Phadoop-2,dist

But that is also not working to ignore javadoc generation during maven release.

> Javadocs issue: Hive HCatalog build failed with IBM JDK 1.8 during Maven release
> --------------------------------------------------------------------------------
>
>                 Key: HIVE-13030
>                 URL: https://issues.apache.org/jira/browse/HIVE-13030
>             Project: Hive
>          Issue Type: Bug
>          Components: HCatalog, Hive, WebHCat
>    Affects Versions: 1.2.1
>         Environment: Hive 1.2.1 + IBM JDK 1.8 + s390x architecture
>            Reporter: Devendra Vishwakarma
>            Assignee: Devendra Vishwakarma
>              Labels: HCatlog, Hive, IBM, Java, WebHCat, build, javadocs, maven, release
>             Fix For: 1.2.1
>
>
> When building Hive with IBM JDK1.8, the maven release build is failing because of missing javadocs in Hive HCatolog webhcat  module.
> All the errors are related to missing javadocs-
> 10:55:17 [INFO] [INFO] Hive HCatalog Webhcat ............................. FAILURE [12.229s]
> 10:55:17 [INFO] [INFO] Hive HCatalog Streaming ........................... SKIPPED
> 10:55:17 [INFO] [INFO] Hive HWI .......................................... SKIPPED
> 10:55:17 [INFO] [INFO] Hive ODBC ......................................... SKIPPED
> 10:55:17 [INFO] [INFO] Hive Shims Aggregator ............................. SKIPPED
> 10:55:17 [INFO] [INFO] Hive TestUtils .................................... SKIPPED
> 10:55:17 [INFO] [INFO] Hive Packaging .................................... SKIPPED
> 10:55:17 [INFO] [INFO] ------------------------------------------------------------------------
> 10:55:17 [INFO] [INFO] BUILD FAILURE
> 10:55:17 [INFO] [INFO] ------------------------------------------------------------------------
> 10:55:17 [INFO] [INFO] Total time: 4:10.477s
> 10:55:17 [INFO] [INFO] Finished at: Wed Feb 03 10:55:18 PST 2016
> 10:55:17 [INFO] [INFO] Final Memory: 79M/377M
> 10:55:17 [INFO] [INFO] ------------------------------------------------------------------------
> 10:55:17 [INFO] [ERROR] Failed to execute goal org.apache.maven.plugins:maven-javadoc-plugin:2.4:jar (attach-javadocs) on project hive-webhcat: Error while creating archive:Exit code: 1 - /a/workspace/<Jenkins-Job-Name>/hcatalog/webhcat/svr/src/main/java/org/apache/hive/hcatalog/templeton/AppConfig.java:353: warning: no @return
> 10:55:17 [INFO] [ERROR] public Collection<String> hiveProps() {
> 10:55:17 [INFO] [ERROR] ^
> .
> .
> .
> .
> .
> There are lots of such errors coming in HCatlog package.



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