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 in...@apache.org on 2021/09/27 20:42:29 UTC

[hadoop] branch trunk updated: HADOOP-17931. Fix typos in usage message in winutils.exe (#3490)

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

inigoiri 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 ae6cd4c  HADOOP-17931. Fix typos in usage message in winutils.exe (#3490)
ae6cd4c is described below

commit ae6cd4cea5a73e7077bd2ae074d2d89758c5d0ae
Author: Gautham B A <ga...@gmail.com>
AuthorDate: Tue Sep 28 02:11:55 2021 +0530

    HADOOP-17931. Fix typos in usage message in winutils.exe (#3490)
---
 hadoop-common-project/hadoop-common/src/main/winutils/task.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/hadoop-common-project/hadoop-common/src/main/winutils/task.c b/hadoop-common-project/hadoop-common/src/main/winutils/task.c
index 057fd8a..de8819c 100644
--- a/hadoop-common-project/hadoop-common/src/main/winutils/task.c
+++ b/hadoop-common-project/hadoop-common/src/main/winutils/task.c
@@ -1330,11 +1330,11 @@ void TaskUsage()
   // jobobject's are being used.
   // ProcessTree.isSetsidSupported()
   fwprintf(stdout, L"\
-Usage: task create [OPTOINS] [TASKNAME] [COMMAND_LINE]\n\
+Usage: task create [OPTIONS] [TASKNAME] [COMMAND_LINE]\n\
          Creates a new task job object with taskname and options to set CPU\n\
          and memory limits on the job object\n\
 \n\
-         OPTIONS: -c [cup rate] set the cpu rate limit on the job object.\n\
+         OPTIONS: -c [cpu rate] set the cpu rate limit on the job object.\n\
                   -m [memory] set the memory limit on the job object.\n\
          The cpu limit is an integral value of percentage * 100. The memory\n\
          limit is an integral number of memory in MB. \n\

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