[ https://issues.apache.org/jira/browse/HIVE-7247?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Szehon Ho updated HIVE-7247: ---------------------------- Description: Currently building itests using -Phadoop-1 profile results in following failure: {noformat} $cd itests $mvn install -DskipTests -Phadoop-1 ... [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] /Users/ghagleitner/Projects/hive-test-trunk/itests/hive-unit/src/test/java/org/apache/hadoop/hive/ql/security/FolderPermissionBase.java:[31,39] cannot find symbol [ERROR] symbol : class AclStatus [ERROR] location: package org.apache.hadoop.fs.permission [ERROR] /Users/ghagleitner/Projects/hive-test-trunk/itests/hive-unit/src/test/java/org/apache/hadoop/hive/ql/security/TestExtendedAcls.java:[20,46] cannot find symbol [ERROR] symbol : class AclEntryScope [ERROR] location: package org.apache.hadoop.fs.permission [ERROR] /Users/ghagleitner/Projects/hive-test-trunk/itests/hive-unit/src/test/java/org/apache/hadoop/hive/ql/security/TestExtendedAcls.java:[20,1] static import only from classes and interfaces [ERROR] /Users/ghagleitner/Projects/hive-test-trunk/itests/hive-unit/src/test/java/org/apache/hadoop/hive/ql/security/TestExtendedAcls.java:[21,46] cannot find symbol [ERROR] symbol : class AclEntryType [ERROR] location: package org.apache.hadoop.fs.permission [ERROR] /Users/ghagleitner/Projects/hive-test-trunk/itests/hive-unit/src/test/java/org/apache/hadoop/hive/ql/security/TestExtendedAcls.java:[21,1] static import only from classes and interfaces [ERROR] /Users/ghagleitner/Projects/hive-test-trunk/itests/hive-unit/src/test/java/org/apache/hadoop/hive/ql/security/TestExtendedAcls.java:[22,46] cannot find symbol [ERROR] symbol : class AclEntryType {noformat} > Fix itests using hadoop-1 profile > ---------------------------------- > > Key: HIVE-7247 > URL: https://issues.apache.org/jira/browse/HIVE-7247 > Project: Hive > Issue Type: Bug > Components: Testing Infrastructure > Reporter: Szehon Ho > Assignee: Szehon Ho > > Currently building itests using -Phadoop-1 profile results in following > failure: > {noformat} > $cd itests > $mvn install -DskipTests -Phadoop-1 > ... > [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] > /Users/ghagleitner/Projects/hive-test-trunk/itests/hive-unit/src/test/java/org/apache/hadoop/hive/ql/security/FolderPermissionBase.java:[31,39] > cannot find symbol > [ERROR] symbol : class AclStatus > [ERROR] location: package org.apache.hadoop.fs.permission > [ERROR] > /Users/ghagleitner/Projects/hive-test-trunk/itests/hive-unit/src/test/java/org/apache/hadoop/hive/ql/security/TestExtendedAcls.java:[20,46] > cannot find symbol > [ERROR] symbol : class AclEntryScope > [ERROR] location: package org.apache.hadoop.fs.permission > [ERROR] > /Users/ghagleitner/Projects/hive-test-trunk/itests/hive-unit/src/test/java/org/apache/hadoop/hive/ql/security/TestExtendedAcls.java:[20,1] > static import only from classes and interfaces > [ERROR] > /Users/ghagleitner/Projects/hive-test-trunk/itests/hive-unit/src/test/java/org/apache/hadoop/hive/ql/security/TestExtendedAcls.java:[21,46] > cannot find symbol > [ERROR] symbol : class AclEntryType > [ERROR] location: package org.apache.hadoop.fs.permission > [ERROR] > /Users/ghagleitner/Projects/hive-test-trunk/itests/hive-unit/src/test/java/org/apache/hadoop/hive/ql/security/TestExtendedAcls.java:[21,1] > static import only from classes and interfaces > [ERROR] > /Users/ghagleitner/Projects/hive-test-trunk/itests/hive-unit/src/test/java/org/apache/hadoop/hive/ql/security/TestExtendedAcls.java:[22,46] > cannot find symbol > [ERROR] symbol : class AclEntryType > {noformat} -- This message was sent by Atlassian JIRA (v6.2#6252)