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

Hive QA commented on HIVE-7077:
-------------------------------



{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/12646695/HIVE-7077.patch

{color:red}ERROR:{color} -1 due to 9 failed/errored test(s), 5463 tests executed
*Failed tests:*
{noformat}
org.apache.hadoop.hive.cli.TestCliDriver.testCliDriver_parquet_decimal1
org.apache.hadoop.hive.cli.TestCliDriver.testCliDriver_subquery_views
org.apache.hadoop.hive.cli.TestMinimrCliDriver.testCliDriver_root_dir_external_table
org.apache.hadoop.hive.cli.TestNegativeCliDriver.testNegativeCliDriver_authorization_ctas
org.apache.hive.hcatalog.pig.TestOrcHCatLoader.testReadDataPrimitiveTypes
org.apache.hive.hcatalog.pig.TestOrcHCatPigStorer.testWriteDecimal
org.apache.hive.hcatalog.pig.TestOrcHCatPigStorer.testWriteDecimalX
org.apache.hive.hcatalog.pig.TestOrcHCatPigStorer.testWriteDecimalXY
org.apache.hive.jdbc.miniHS2.TestHiveServer2.testConnection
{noformat}

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

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

This message is automatically generated.

ATTACHMENT ID: 12646695

> Hive contrib compilation maybe broken with removal of org.apache.hadoop.record
> ------------------------------------------------------------------------------
>
>                 Key: HIVE-7077
>                 URL: https://issues.apache.org/jira/browse/HIVE-7077
>             Project: Hive
>          Issue Type: Bug
>          Components: Contrib
>    Affects Versions: 0.12.0, 0.13.0
>         Environment: Hadoop 2.4.0.5  and beyond
>            Reporter: Viraj Bhat
>            Assignee: Ashutosh Chauhan
>             Fix For: 0.13.0, 0.12.1
>
>         Attachments: HIVE-7077.patch
>
>
> Hadoop decided to move record to hadoop-streaming so the compilation of the 
> contrib code will be broken if we do not include this jar.
> {quote}
> compile:
>      [echo] Project: contrib
>     [javac] Compiling 39 source files to 
> /home/y/var/builds/thread2/workspace/Cloud-Hive-branch-0.12-Hadoop2-Component-JDK7/build/contrib/classes
>     [javac] 
> /home/y/var/builds/thread2/workspace/Cloud-Hive-branch-0.12-Hadoop2-Component-JDK7/contrib/src/java/org/apache/hadoop/hive/contrib/util/typedbytes/TypedBytesWritableOutput.java:47:
>  error: package org.apache.hadoop.record does not exist
>     [javac] import org.apache.hadoop.record.Record;
>     [javac]                                ^
>     [javac] 
> /home/y/var/builds/thread2/workspace/Cloud-Hive-branch-0.12-Hadoop2-Component-JDK7/contrib/src/java/org/apache/hadoop/hive/contrib/util/typedbytes/TypedBytesOutput.java:30:
>  error: package org.apache.hadoop.record does not exist
>     [javac] import org.apache.hadoop.record.Buffer;
>     [javac]                                ^
>     [javac] 
> /home/y/var/builds/thread2/workspace/Cloud-Hive-branch-0.12-Hadoop2-Component-JDK7/contrib/src/java/org/apache/hadoop/hive/contrib/util/typedbytes/TypedBytesWritableOutput.java:224:
>  error: cannot find symbol
>     [javac]   public void writeRecord(Record r) throws IOException {
>     [javac]                           ^
>     [javac]   symbol:   class Record
>     [javac]   location: class TypedBytesWritableOutput
>     [javac] 
> /home/y/var/builds/thread2/workspace/Cloud-Hive-branch-0.12-Hadoop2-Component-JDK7/contrib/src/java/org/apache/hadoop/hive/contrib/util/typedbytes/TypedBytesInput.java:29:
>  error: package org.apache.hadoop.record does not exist
>     [javac] import org.apache.hadoop.record.Buffer;
>     [javac]                                ^
>     [javac] 
> /home/y/var/builds/thread2/workspace/Cloud-Hive-branch-0.12-Hadoop2-Component-JDK7/contrib/src/java/org/apache/hadoop/hive/contrib/util/typedbytes/TypedBytesRecordInput.java:24:
>  error: package org.apache.hadoop.record does not exist
>     [javac] import org.apache.hadoop.record.Buffer;
>     [javac]                                ^
> {quote}
> Besides this, https://issues.apache.org/jira/browse/HADOOP-10485 removes most 
> of these classes. This Jira is being created to track this.
> Viraj



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

Reply via email to