[ https://issues.apache.org/jira/browse/HIVE-8420?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14167376#comment-14167376 ]
Vikram Dixit K commented on HIVE-8420: -------------------------------------- Yes. We should get this into 0.14 as well. +1 for 0.14 > 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)