[ https://issues.apache.org/jira/browse/HIVE-5755?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13833054#comment-13833054 ]
Brock Noland commented on HIVE-5755: ------------------------------------ While you are at it...looks like serde requires the dep below otherwise TestAvroSerdeUtils.determineSchemaCanReadSchemaFromHDFS fails. {noformat} <dependency> <groupId>org.apache.hadoop</groupId> <artifactId>hadoop-common</artifactId> <version>${hadoop-23.version}</version> <classifier>tests</classifier> <scope>test</scope> </dependency> {noformat} > Fix hadoop2 execution environment > --------------------------------- > > Key: HIVE-5755 > URL: https://issues.apache.org/jira/browse/HIVE-5755 > Project: Hive > Issue Type: Sub-task > Reporter: Brock Noland > Assignee: Brock Noland > Attachments: HIVE-5755.1.patch, HIVE-5755.2.patch, HIVE-5755.3.patch, > HIVE-5755.try.patch > > > It looks like the hadoop2 execution environment isn't exactly correct post > mavenization. -- This message was sent by Atlassian JIRA (v6.1#6144)