You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-commits@hadoop.apache.org by na...@apache.org on 2019/04/12 08:43:24 UTC

[hadoop] branch trunk updated: HDDS-1404. Fix typos in HDDS. Contributed by bianqi.

This is an automated email from the ASF dual-hosted git repository.

nanda pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/hadoop.git


The following commit(s) were added to refs/heads/trunk by this push:
     new c298415  HDDS-1404. Fix typos in HDDS. Contributed by bianqi.
c298415 is described below

commit c298415eb5c1922f9bd75dd6d0c4d90fb60c0ed3
Author: Nanda kumar <na...@apache.org>
AuthorDate: Fri Apr 12 14:12:10 2019 +0530

    HDDS-1404. Fix typos in HDDS. Contributed by bianqi.
---
 hadoop-hdds/common/src/main/proto/DatanodeContainerProtocol.proto     | 4 ++--
 .../common/src/main/proto/StorageContainerLocationProtocol.proto      | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/hadoop-hdds/common/src/main/proto/DatanodeContainerProtocol.proto b/hadoop-hdds/common/src/main/proto/DatanodeContainerProtocol.proto
index 7396eb3..fd572ad 100644
--- a/hadoop-hdds/common/src/main/proto/DatanodeContainerProtocol.proto
+++ b/hadoop-hdds/common/src/main/proto/DatanodeContainerProtocol.proto
@@ -462,6 +462,6 @@ service XceiverClientProtocolService {
 }
 
 service IntraDatanodeProtocolService {
-  // An intradatanode service to copy the raw containerdata betwen nodes
+  // An intradatanode service to copy the raw container data between nodes
   rpc download (CopyContainerRequestProto) returns (stream CopyContainerResponseProto);
-}
\ No newline at end of file
+}
diff --git a/hadoop-hdds/common/src/main/proto/StorageContainerLocationProtocol.proto b/hadoop-hdds/common/src/main/proto/StorageContainerLocationProtocol.proto
index d0f6c13..ade54a4 100644
--- a/hadoop-hdds/common/src/main/proto/StorageContainerLocationProtocol.proto
+++ b/hadoop-hdds/common/src/main/proto/StorageContainerLocationProtocol.proto
@@ -34,7 +34,7 @@ import "hdds.proto";
 * Request send to SCM asking where the container should be created.
 */
 message ContainerRequestProto {
-  // Ozone only support replciation of either 1 or 3.
+  // Ozone only support replication of either 1 or 3.
   required ReplicationFactor replicationFactor = 2;
   required ReplicationType  replicationType = 3;
   required string owner = 4;


---------------------------------------------------------------------
To unsubscribe, e-mail: common-commits-unsubscribe@hadoop.apache.org
For additional commands, e-mail: common-commits-help@hadoop.apache.org