[
https://issues.apache.org/jira/browse/HIVE-16535?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15986044#comment-15986044
]
Hive QA commented on HIVE-16535:
--------------------------------
Here are the results of testing the latest attachment:
https://issues.apache.org/jira/secure/attachment/12865218/HIVE-16535.01.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), 10640 tests
executed
*Failed tests:*
{noformat}
org.apache.hadoop.hive.cli.TestAccumuloCliDriver.testCliDriver[accumulo_index]
(batchId=225)
org.apache.hadoop.hive.cli.TestCliDriver.testCliDriver[join_literals]
(batchId=82)
org.apache.hadoop.hive.cli.TestMiniLlapLocalCliDriver.testCliDriver[vector_if_expr]
(batchId=143)
{noformat}
Test results: https://builds.apache.org/job/PreCommit-HIVE-Build/4889/testReport
Console output: https://builds.apache.org/job/PreCommit-HIVE-Build/4889/console
Test logs: http://104.198.109.242/logs/PreCommit-HIVE-Build-4889/
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: 12865218 - PreCommit-HIVE-Build
> Hive fails to build from source code tarball
> --------------------------------------------
>
> Key: HIVE-16535
> URL: https://issues.apache.org/jira/browse/HIVE-16535
> Project: Hive
> Issue Type: Sub-task
> Affects Versions: 2.3.0, 3.0.0
> Reporter: Alan Gates
> Assignee: Pengcheng Xiong
> Priority: Blocker
> Attachments: HIVE-16535.01.patch
>
>
> To reproduce:
> # mvn package -Pdist -DskipTests
> # cp packaging/target/apache-hive-2.3.0-SNAPSHOT-src.tar.gz /tmp
> # cd /tmp
> # tar zxf apache-hive-2.3.0-SNAPSHOT-src.tar.gz
> # cd apache-hive-2.3.0-SNAPSHOT-src
> # mvn install
> You will get
> {code}
> [INFO] Scanning for projects...
> [ERROR] [ERROR] Some problems were encountered while processing the POMs:
> [ERROR] Child module
> /Users/gates/tmp/hive-check/apache-hive-2.3.0-SNAPSHOT-src/vector-code-gen of
> /Users/gates/tmp/hive-check/apache-hive-2.3.0-SNAPSHOT-src/pom.xml does not
> exist @
> @
> [ERROR] The build could not read 1 project -> [Help 1]
> [ERROR]
> [ERROR] The project org.apache.hive:hive:2.3.0-SNAPSHOT
> (/Users/gates/tmp/hive-check/apache-hive-2.3.0-SNAPSHOT-src/pom.xml) has 1
> error
> [ERROR] Child module
> /Users/gates/tmp/hive-check/apache-hive-2.3.0-SNAPSHOT-src/vector-code-gen of
> /Users/gates/tmp/hive-check/apache-hive-2.3.0-SNAPSHOT-src/pom.xml does not
> exist
> [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/ProjectBuildingException
> {code}
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)