You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hive.apache.org by "Hive QA (JIRA)" <ji...@apache.org> on 2013/12/03 21:54:37 UTC

[jira] [Commented] (HIVE-5897) Fix hadoop2 execution environment Milestone 2

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

Hive QA commented on HIVE-5897:
-------------------------------



{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/12616840/HIVE-5897.patch

{color:red}ERROR:{color} -1 due to 1 failed/errored test(s), 4449 tests executed
*Failed tests:*
{noformat}
org.apache.hadoop.hive.cli.TestMinimrCliDriver.testCliDriver_bucket_num_reducers
{noformat}

Test results: http://bigtop01.cloudera.org:8080/job/PreCommit-HIVE-Build/498/testReport
Console output: http://bigtop01.cloudera.org:8080/job/PreCommit-HIVE-Build/498/console

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

This message is automatically generated.

ATTACHMENT ID: 12616840

> Fix hadoop2 execution environment Milestone 2
> ---------------------------------------------
>
>                 Key: HIVE-5897
>                 URL: https://issues.apache.org/jira/browse/HIVE-5897
>             Project: Hive
>          Issue Type: Sub-task
>            Reporter: Brock Noland
>            Assignee: Brock Noland
>         Attachments: HIVE-5897.patch, HIVE-5897.patch, HIVE-5897.patch
>
>
> Follow on to HIVE-5755.
> List of known issues:
> hcatalog-pig-adapter and ql need
> {noformat}
>          <dependency>
>            <groupId>org.apache.hadoop</groupId>
>            <artifactId>hadoop-mapreduce-client-common</artifactId>
>            <version>${hadoop-23.version}</version>
>            <scope>test</scope>
>         </dependency>
> {noformat}
> hcatalog core and hbase storage handler needs 
> {noformat}
>          <dependency>
>            <groupId>org.apache.hadoop</groupId>
>           <artifactId>hadoop-common</artifactId>
>           <version>${hadoop-23.version}</version>
>           <classifier>tests</classifier>
>           <scope>test</scope>
>         </dependency>
>         <dependency>
>           <groupId>org.apache.hadoop</groupId>
>           <artifactId>hadoop-mapreduce-client-hs</artifactId>
>           <version>${hadoop-23.version}</version>
>           <scope>test</scope>
>         </dependency>
>        <dependency>
>          <groupId>org.apache.hadoop</groupId>
>          <artifactId>hadoop-yarn-server-tests</artifactId>
>          <version>${hadoop-23.version}</version>
>          <classifier>tests</classifier>
>          <scope>test</scope>
>        </dependency>
> {noformat}
> hcatalog core needs:
> {noformat}
>        <dependency>
>           <groupId>org.apache.hadoop</groupId>
>           <artifactId>hadoop-mapreduce-client-jobclient</artifactId>
>           <version>${hadoop-23.version}</version>
>           <scope>test</scope>
>         </dependency>
> {noformat}
> beeline needs 
> {noformat}
>         <dependency>
>           <groupId>org.apache.hadoop</groupId>
>           <artifactId>hadoop-mapreduce-client-core</artifactId>
>           <version>${hadoop-23.version}</version>
>           <scope>test</scope>
>         </dependency>
> {noformat}



--
This message was sent by Atlassian JIRA
(v6.1#6144)