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

Hive QA commented on HIVE-7840:
-------------------------------



{color:red}Overall{color}: -1 at least one tests failed

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

{color:red}ERROR:{color} -1 due to 4 failed/errored test(s), 6115 tests executed
*Failed tests:*
{noformat}
org.apache.hadoop.hive.cli.TestCliDriver.testCliDriver_parquet_join
org.apache.hadoop.hive.cli.TestMiniTezCliDriver.testCliDriver_dynpart_sort_opt_vectorization
org.apache.hadoop.hive.cli.TestMinimrCliDriver.testCliDriver_schemeAuthority
org.apache.hive.hcatalog.pig.TestHCatLoader.testReadDataPrimitiveTypes
{noformat}

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

Messages:
{noformat}
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: 4 tests failed
{noformat}

This message is automatically generated.

ATTACHMENT ID: 12663537

> Generated hive-default.xml.template mistakenly refers to property "name"s as 
> "key"s
> -----------------------------------------------------------------------------------
>
>                 Key: HIVE-7840
>                 URL: https://issues.apache.org/jira/browse/HIVE-7840
>             Project: Hive
>          Issue Type: Bug
>            Reporter: Wilbur Yang
>            Assignee: Wilbur Yang
>            Priority: Minor
>             Fix For: 0.14.0
>
>         Attachments: HIVE-7840.patch
>
>
> When Hive is built with Maven, the default template for hive-site.xml 
> (hive/packaging/target/apache-hive-0.14.0-SNAPSHOT-bin/apache-hive-0.14.0-SNAPSHOT-bin/conf/hive-default.xml.template)
>  uses the <key> tag as opposed to the correct <name> tag. If a user were to 
> create a custom hive-site.xml using this template, then it results in a 
> rather confusing situation in which Hive logs that it has loaded 
> hive-site.xml, but in reality none of those properties are registering 
> correctly.
> *Wrong:*
> {quote}
> <configuration>
>   ...
>   <property>
>     <key>hive.exec.script.wrapper</key>
>     <value/>
>     <description/>
>   </property>
>   ...
> {quote}
> *Right:*
> {quote}
> <configuration>
>   ...
>   <property>
>     <name>hive.exec.script.wrapper</name>
>     <value/>
>     <description/>
>   </property>
>   ...
> {quote}



--
This message was sent by Atlassian JIRA
(v6.2#6252)

Reply via email to