[ https://issues.apache.org/jira/browse/HADOOP-8256?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Robert Joseph Evans resolved HADOOP-8256. ----------------------------------------- Resolution: Not A Problem My Bad, I missed a file on checkin, but it is in now. > Compilation error in ViewFileSystem.java > ---------------------------------------- > > Key: HADOOP-8256 > URL: https://issues.apache.org/jira/browse/HADOOP-8256 > Project: Hadoop Common > Issue Type: Bug > Components: build > Affects Versions: 2.0.0 > Reporter: Jason Lowe > Priority: Blocker > > ViewFileSystem.java fails to compile in branch-2 with these errors: > {noformat} > [ERROR] > /hadoop/src/branch-2/hadoop-common-project/hadoop-common/src/main/java/org/apache/hadoop/fs/viewfs/ViewFileSystem.java:[477,14] > cannot find symbol > [ERROR] symbol : class NotInMountpointException > [ERROR] location: class org.apache.hadoop.fs.viewfs.ViewFileSystem > [ERROR] > /hadoop/src/branch-2/hadoop-common-project/hadoop-common/src/main/java/org/apache/hadoop/fs/viewfs/ViewFileSystem.java:[482,14] > cannot find symbol > [ERROR] symbol : class NotInMountpointException > [ERROR] location: class org.apache.hadoop.fs.viewfs.ViewFileSystem > [ERROR] > /hadoop/src/branch-2/hadoop-common-project/hadoop-common/src/main/java/org/apache/hadoop/fs/viewfs/ViewFileSystem.java:[487,14] > cannot find symbol > [ERROR] symbol : class NotInMountpointException > [ERROR] location: class org.apache.hadoop.fs.viewfs.ViewFileSystem > [ERROR] > /hadoop/src/branch-2/hadoop-common-project/hadoop-common/src/main/java/org/apache/hadoop/fs/viewfs/ViewFileSystem.java:[497,16] > cannot find symbol > [ERROR] symbol : class NotInMountpointException > [ERROR] location: class org.apache.hadoop.fs.viewfs.ViewFileSystem > [ERROR] > /hadoop/src/branch-2/hadoop-common-project/hadoop-common/src/main/java/org/apache/hadoop/fs/viewfs/ViewFileSystem.java:[508,16] > cannot find symbol > [ERROR] symbol : class NotInMountpointException > [ERROR] location: class org.apache.hadoop.fs.viewfs.ViewFileSystem > [ERROR] > /hadoop/src/branch-2/hadoop-common-project/hadoop-common/src/main/java/org/apache/hadoop/fs/viewfs/ViewFileSystem.java:[801,16] > cannot find symbol > [ERROR] symbol : class NotInMountpointException > [ERROR] location: class > org.apache.hadoop.fs.viewfs.ViewFileSystem.InternalDirOfViewFs > [ERROR] > /hadoop/src/branch-2/hadoop-common-project/hadoop-common/src/main/java/org/apache/hadoop/fs/viewfs/ViewFileSystem.java:[806,16] > cannot find symbol > [ERROR] symbol : class NotInMountpointException > [ERROR] location: class > org.apache.hadoop.fs.viewfs.ViewFileSystem.InternalDirOfViewFs > [ERROR] > /hadoop/src/branch-2/hadoop-common-project/hadoop-common/src/main/java/org/apache/hadoop/fs/viewfs/ViewFileSystem.java:[811,16] > cannot find symbol > [ERROR] symbol : class NotInMountpointException > [ERROR] location: class > org.apache.hadoop.fs.viewfs.ViewFileSystem.InternalDirOfViewFs > {noformat} -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa For more information on JIRA, see: http://www.atlassian.com/software/jira