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

chia7712 pushed a commit to branch master
in repository 
https://gitbox.apache.org/repos/asf/yunikorn-scheduler-interface.git


The following commit(s) were added to refs/heads/master by this push:
     new d4b43d6  [YUNIKORN-2300] Fix typo `inforamtion` and `appliction` (#116)
d4b43d6 is described below

commit d4b43d6910c9ecba12f2876bcb6ce38cc1a194e1
Author: junyan-ling <[email protected]>
AuthorDate: Wed Jan 3 03:21:48 2024 +0800

    [YUNIKORN-2300] Fix typo `inforamtion` and `appliction` (#116)
    
    Reviewers: Chia-Ping Tsai <[email protected]>
---
 lib/go/si/si.pb.go          | 4 ++--
 scheduler-interface-spec.md | 4 ++--
 si.proto                    | 4 ++--
 3 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/lib/go/si/si.pb.go b/lib/go/si/si.pb.go
index 2c5e868..2ceace8 100644
--- a/lib/go/si/si.pb.go
+++ b/lib/go/si/si.pb.go
@@ -1631,8 +1631,8 @@ type AddApplicationRequest struct {
        PartitionName string `protobuf:"bytes,3,opt,name=partitionName,proto3" 
json:"partitionName,omitempty"`
        // The user group information of the application owner
        Ugi *UserGroupInformation `protobuf:"bytes,4,opt,name=ugi,proto3" 
json:"ugi,omitempty"`
-       // A set of tags for the application. These tags provide application 
level generic inforamtion.
-       // The tags are optional and are used in placing an appliction or 
scheduling.
+       // A set of tags for the application. These tags provide application 
level generic information.
+       // The tags are optional and are used in placing an application or 
scheduling.
        // Application tags are not considered when processing AllocationAsks.
        Tags map[string]string `protobuf:"bytes,5,rep,name=tags,proto3" 
json:"tags,omitempty" protobuf_key:"bytes,1,opt,name=key,proto3" 
protobuf_val:"bytes,2,opt,name=value,proto3"`
        // Execution timeout: How long this application can be in a running 
state
diff --git a/scheduler-interface-spec.md b/scheduler-interface-spec.md
index 4644754..bb97603 100644
--- a/scheduler-interface-spec.md
+++ b/scheduler-interface-spec.md
@@ -475,8 +475,8 @@ message AddApplicationRequest {
   string partitionName = 3;
   // The user group information of the application owner
   UserGroupInformation ugi = 4;
-  // A set of tags for the application. These tags provide application level 
generic inforamtion.
-  // The tags are optional and are used in placing an appliction or scheduling.
+  // A set of tags for the application. These tags provide application level 
generic information.
+  // The tags are optional and are used in placing an application or 
scheduling.
   // Application tags are not considered when processing AllocationAsks.
   map<string, string> tags = 5;
   // Execution timeout: How long this application can be in a running state
diff --git a/si.proto b/si.proto
index 638fc6f..c19817a 100644
--- a/si.proto
+++ b/si.proto
@@ -239,8 +239,8 @@ message AddApplicationRequest {
   string partitionName = 3;
   // The user group information of the application owner
   UserGroupInformation ugi = 4;
-  // A set of tags for the application. These tags provide application level 
generic inforamtion.
-  // The tags are optional and are used in placing an appliction or scheduling.
+  // A set of tags for the application. These tags provide application level 
generic information.
+  // The tags are optional and are used in placing an application or 
scheduling.
   // Application tags are not considered when processing AllocationAsks.
   map<string, string> tags = 5;
   // Execution timeout: How long this application can be in a running state


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to