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

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

     [ https://issues.apache.org/jira/browse/HIVE-5897?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Brock Noland updated HIVE-5897:
-------------------------------

    Attachment: HIVE-5897.patch

> 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)