Procházet zdrojové kódy

HADOOP-9348. Address TODO in winutils to add more command line usage and examples. Contributed by Chris Nauroth.

git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/branches/branch-trunk-win@1451698 13f79535-47bb-0310-9956-ffa450edef68
Suresh Srinivas před 12 roky
rodič
revize
487e8bf185

+ 3 - 0
hadoop-common-project/hadoop-common/CHANGES.branch-trunk-win.txt

@@ -89,6 +89,9 @@ branch-trunk-win changes - unreleased
   HADOOP-9347. Add instructions to BUILDING.txt describing how to
   build on Windows. (Chris Nauroth via suresh)
 
+  HADOOP-9348. Address TODO in winutils to add more command line usage
+  and examples. (Chris Nauroth via suresh)
+
 Patch equivalent to trunk committed to branch-trunk-win
 
   HADOOP-8924. Add maven plugin alternative to shell script to save

+ 0 - 3
hadoop-common-project/hadoop-common/src/main/winutils/main.c

@@ -77,9 +77,6 @@ int wmain(int argc, wchar_t* argv[])
 
 static void Usage(LPCWSTR program)
 {
-  //
-  // TODO: add more command line usages and examples for each command.
-  //
   fwprintf(stdout, L"Usage: %s [command] ...\n\
 Provide basic command line utilities for Hadoop on Windows.\n\n\
 The available commands and their usages are:\n\n", program);