David Mollitor created HDFS-14556:
-------------------------------------

             Summary: Spelling Mistake "gloablly"
                 Key: HDFS-14556
                 URL: https://issues.apache.org/jira/browse/HDFS-14556
             Project: Hadoop HDFS
          Issue Type: Bug
          Components: hdfs-client
    Affects Versions: 3.2.0, 2.10.0
            Reporter: David Mollitor


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

{code:java}
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
}
{code}

_gloablly_ = _globally_

Saw this typo in my Eclipse editor.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

---------------------------------------------------------------------
To unsubscribe, e-mail: hdfs-issues-unsubscr...@hadoop.apache.org
For additional commands, e-mail: hdfs-issues-h...@hadoop.apache.org

Reply via email to