Uploaded image for project: 'Hadoop HDFS'
  1. Hadoop HDFS
  2. HDFS-14556

Spelling Mistake "gloablly"

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Trivial
    • Resolution: Fixed
    • 2.10.0, 3.2.0
    • 3.3.0
    • hdfs-client

    Description

      https://github.com/apache/hadoop/blob/a55d6bba71c81c1c4e9d8cd11f55c78f10a548b0/hadoop-hdfs-project/hadoop-hdfs-client/src/main/proto/hdfs.proto#L41

      message ExtendedBlockProto {
        required string poolId = 1;   // Block pool id - gloablly unique across clusters
        required uint64 blockId = 2;  // the local id within a pool
        required uint64 generationStamp = 3;
        optional uint64 numBytes = 4 [default = 0];  // len does not belong in ebid 
                                                     // here for historical reasons
      }
      

      gloablly = globally

      Saw this typo in my Eclipse editor.

      Attachments

        Issue Links

          Activity

            People

              belugabehr David Mollitor
              belugabehr David Mollitor
              Votes:
              0 Vote for this issue
              Watchers:
              4 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: