[
https://issues.apache.org/jira/browse/HIVE-9115?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14248533#comment-14248533
]
Jason Dere commented on HIVE-9115:
----------------------------------
Some discussion from [[email protected]] on HADOOP-11411, about concerns this
will cause Hive to fail at runtime when running on Hadoop-2.7. If so, then
this fix may also be a candidate to add to 0.14 branch.
{quote}
Steve Loughran added a comment - 7 hours ago
Does this mean that at run time, older versions of Hive will not run against
Hadoop 2.7?
Jason Dere added a comment - 1 hour ago
No, this just means that Hive will not compile against Hadoop 2.7. Run time
should work on older versions.
Steve Loughran added a comment - 9 minutes ago
looking at the patch, there's enough referencing of the Hadoop class that there
may be some link problems
{quote}
> Hive build failure on hadoop-2.7 due to HADOOP-11356
> ----------------------------------------------------
>
> Key: HIVE-9115
> URL: https://issues.apache.org/jira/browse/HIVE-9115
> Project: Hive
> Issue Type: Bug
> Reporter: Jason Dere
> Attachments: HIVE-9115.1.patch
>
>
> HADOOP-11356 removes org.apache.hadoop.fs.permission.AccessControlException,
> causing build break on Hive when compiling against hadoop-2.7:
> {noformat}
> shims/0.23/src/main/java/org/apache/hadoop/hive/shims/Hadoop23Shims.java:[808,63]
> cannot find symbol
> symbol: class AccessControlException
> location: package org.apache.hadoop.fs.permission
> [INFO] 1 error
> {noformat}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)