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

2016-02-10 Thread Hive QA (JIRA)

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

Hive QA commented on HIVE-13030:




Here are the results of testing the latest attachment:
https://issues.apache.org/jira/secure/attachment/12787060/HIVE-13030.patch

{color:red}ERROR:{color} -1 due to no test(s) being added or modified.

{color:red}ERROR:{color} -1 due to 3 failed/errored test(s), 9753 tests executed
*Failed tests:*
{noformat}
TestSparkCliDriver-timestamp_lazy.q-bucketsortoptimize_insert_4.q-date_udf.q-and-12-more
 - did not produce a TEST-*.xml file
org.apache.hadoop.hive.cli.TestNegativeCliDriver.testNegativeCliDriver_authorization_uri_import
org.apache.hive.jdbc.TestSSL.testSSLVersion
{noformat}

Test results: 
http://ec2-174-129-184-35.compute-1.amazonaws.com/jenkins/job/PreCommit-HIVE-TRUNK-Build/6933/testReport
Console output: 
http://ec2-174-129-184-35.compute-1.amazonaws.com/jenkins/job/PreCommit-HIVE-TRUNK-Build/6933/console
Test logs: 
http://ec2-174-129-184-35.compute-1.amazonaws.com/logs/PreCommit-HIVE-TRUNK-Build-6933/

Messages:
{noformat}
Executing org.apache.hive.ptest.execution.TestCheckPhase
Executing org.apache.hive.ptest.execution.PrepPhase
Executing org.apache.hive.ptest.execution.ExecutionPhase
Executing org.apache.hive.ptest.execution.ReportingPhase
Tests exited with: TestsFailedException: 3 tests failed
{noformat}

This message is automatically generated.

ATTACHMENT ID: 12787060 - PreCommit-HIVE-TRUNK-Build

> 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
>
> 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//hcatalog/webhcat/svr/src/main/java/org/apache/hive/hcatalog/templeton/AppConfig.java:353:
>  warning: no @return
> 10:55:17 [INFO] [ERROR] public Collection 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)


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

2016-02-09 Thread Devendra Vishwakarma (JIRA)

[ 
https://issues.apache.org/jira/browse/HIVE-13030?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=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//hcatalog/webhcat/svr/src/main/java/org/apache/hive/hcatalog/templeton/AppConfig.java:353:
>  warning: no @return
> 10:55:17 [INFO] [ERROR] public Collection 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)