瀏覽代碼

HDFS-14556: Spelling Mistake "gloablly" (#938)

mpicker90 5 年之前
父節點
當前提交
cc1630288e
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      hadoop-hdfs-project/hadoop-hdfs-client/src/main/proto/hdfs.proto

+ 1 - 1
hadoop-hdfs-project/hadoop-hdfs-client/src/main/proto/hdfs.proto

@@ -38,7 +38,7 @@ import "acl.proto";
  * Extended block idenfies a block
  * Extended block idenfies a block
  */
  */
 message ExtendedBlockProto {
 message ExtendedBlockProto {
-  required string poolId = 1;   // Block pool id - gloablly unique across clusters
+  required string poolId = 1;   // Block pool id - globally unique across clusters
   required uint64 blockId = 2;  // the local id within a pool
   required uint64 blockId = 2;  // the local id within a pool
   required uint64 generationStamp = 3;
   required uint64 generationStamp = 3;
   optional uint64 numBytes = 4 [default = 0];  // len does not belong in ebid 
   optional uint64 numBytes = 4 [default = 0];  // len does not belong in ebid