[ https://issues.apache.org/jira/browse/HIVE-5755?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13825752#comment-13825752 ]
Brock Noland commented on HIVE-5755: ------------------------------------ Hi, Thanks again for looking at this! The patch seems to solve the issue for itest, but the main project is still including hadoop-core. For example, if apply the patch and execute: {noformat} mvn dependency:tree -Phadoop-2 {noformat} I get: {noformat} ... [INFO] ------------------------------------------------------------------------ [INFO] Building Hive HCatalog Pig Adapter 0.13.0-SNAPSHOT [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- maven-dependency-plugin:2.1:tree (default-cli) @ hive-hcatalog-pig-adapter --- [INFO] org.apache.hive.hcatalog:hive-hcatalog-pig-adapter:jar:0.13.0-SNAPSHOT [INFO] +- org.apache.hive.hcatalog:hive-hcatalog-core:jar:0.13.0-SNAPSHOT:compile [INFO] | +- org.apache.hadoop:hadoop-core:jar:1.2.1:compile ... {noformat} Note that hadoop-core is still included. I think we need to remove the active by default business. > 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.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)