You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hive.apache.org by "Szehon Ho (JIRA)" <ji...@apache.org> on 2014/10/10 20:34:35 UTC

[jira] [Commented] (HIVE-8420) TestHadoop20SAuthBridge broken with hadoop-1

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

Szehon Ho commented on HIVE-8420:
---------------------------------

[~hagleitn], [~vikram.dixit] ping for review?  With this fix, I think hadoop-1 build can go further.

> TestHadoop20SAuthBridge broken with hadoop-1
> --------------------------------------------
>
>                 Key: HIVE-8420
>                 URL: https://issues.apache.org/jira/browse/HIVE-8420
>             Project: Hive
>          Issue Type: Test
>          Components: Tests
>    Affects Versions: 0.14.0
>            Reporter: Szehon Ho
>            Assignee: Szehon Ho
>            Priority: Blocker
>         Attachments: HIVE-8420.patch
>
>
> Looks like TestHadoop20SAuthBridge had new dependencies on hadoop-2 methods, with upgrade to hadoop2.5.
> {code}
> [ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.1:testCompile (default-testCompile) on project hive-it-unit: Compilation failure: Compilation failure:
> [ERROR] /data/hive-ptest/working/apache-svn-trunk-source/itests/hive-unit/src/test/java/org/apache/hadoop/hive/thrift/TestHadoop20SAuthBridge.java:[50,44] cannot find symbol
> [ERROR] symbol:   class DefaultImpersonationProvider
> [ERROR] location: package org.apache.hadoop.security.authorize
> [ERROR] /data/hive-ptest/working/apache-svn-trunk-source/itests/hive-unit/src/test/java/org/apache/hadoop/hive/thrift/TestHadoop20SAuthBridge.java:[133,21] cannot find symbol
> [ERROR] symbol:   variable DefaultImpersonationProvider
> [ERROR] location: class org.apache.hadoop.hive.thrift.TestHadoop20SAuthBridge
> [ERROR] /data/hive-ptest/working/apache-svn-trunk-source/itests/hive-unit/src/test/java/org/apache/hadoop/hive/thrift/TestHadoop20SAuthBridge.java:[296,7] cannot find symbol
> [ERROR] symbol:   variable DefaultImpersonationProvider
> [ERROR] location: class org.apache.hadoop.hive.thrift.TestHadoop20SAuthBridge
> {code}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)