Uploaded image for project: 'Hadoop Common'
  1. Hadoop Common
  2. HADOOP-17060

listStatus and getFileStatus behave inconsistent in the case of ViewFs implementation for isDirectory

VotersWatch issueWatchersCreate sub-taskLinkCloneUpdate Comment AuthorReplace String in CommentUpdate Comment VisibilityDelete Comments
    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • 3.0.0, 3.1.0
    • 3.2.2, 3.3.1, 3.4.0
    • viewfs
    • Reviewed

    Description

      listStatus implementation in ViewFs and getFileStatus does not return consistent values for an element on isDirectory value. listStatus returns isDirectory of all softlinks as false and getFileStatus returns isDirectory as true.

      [hdfs@c3121-node2 ~]$ /usr/jdk64/jdk1.8.0_112/bin/java -cp `hadoop classpath`:./hdfs-append-1.0-SNAPSHOT.jar LauncherGetFileStatus "/"
      FileStatus of viewfs://c3121/testme21may isDirectory:false
      FileStatus of viewfs://c3121/tmp isDirectory:false
      FileStatus of viewfs://c3121/foo isDirectory:false
      FileStatus of viewfs://c3121/tmp21may isDirectory:false
      FileStatus of viewfs://c3121/testme isDirectory:false
      FileStatus of viewfs://c3121/testme2 isDirectory:false <--- returns false
      FileStatus of / isDirectory:true
      [hdfs@c3121-node2 ~]$ /usr/jdk64/jdk1.8.0_112/bin/java -cp `hadoop classpath`:./hdfs-append-1.0-SNAPSHOT.jar LauncherGetFileStatus /testme2
      FileStatus of viewfs://c3121/testme2/dist-copynativelibs.sh isDirectory:false
      FileStatus of viewfs://c3121/testme2/newfolder isDirectory:true
      FileStatus of /testme2 isDirectory:true <--- returns true
      [hdfs@c3121-node2 ~]$ 

      Attachments

        Issue Links

        Activity

          This comment will be Viewable by All Users Viewable by All Users
          Cancel

          People

            umamaheswararao Uma Maheswara Rao G
            smajeti Srinivasu Majeti
            Votes:
            0 Vote for this issue
            Watchers:
            11 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Slack

                Issue deployment