[ https://issues.apache.org/jira/browse/HIVE-13030?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Stamatis Zampetakis updated HIVE-13030: --------------------------------------- Fix Version/s: (was: 1.2.1) I cleared the fixVersion field since this ticket is not resolved. Please review this ticket and if the fix is already committed to a specific version please set the version accordingly and mark the ticket as RESOLVED. According to the JIRA guidelines (https://cwiki.apache.org/confluence/display/Hive/HowToContribute) the fixVersion should be set only when the issue is resolved/closed. > 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 > Priority: Major > Labels: HCatlog, Hive, IBM, Java, WebHCat, build, javadocs, > maven, release > Attachments: HIVE-13030.patch, hive_build_javadocs_errors.txt > > > 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 (v8.20.10#820010)