Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Duplicate
-
0.14.0
-
None
-
None
Description
Currently while building with the hadoop-1 profile, it seems like we have a compilation error.
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.1:compile (default-compile) on project hive-common: Compilation failure [ERROR] /Users/sk018283/git-repo/hive/common/src/java/org/apache/hadoop/hive/common/FileUtils.java:[664,35] cannot find symbol [ERROR] symbol : method getStickyBit() [ERROR] location: class org.apache.hadoop.fs.permission.FsPermission [ERROR] -> [Help 1] [ERROR] [ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch. [ERROR] Re-run Maven using the -X switch to enable full debug logging.
Build works fine with hadoop-2.
Attachments
Issue Links
- duplicates
-
HIVE-7927 Checking sticky bit needs shim
- Closed