HADOOP-8296. hadoop/yarn daemonlog usage wrong (Devaraj K via tgraves)

git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1330445 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Thomas Graves 2012-04-25 17:59:08 +00:00
parent 8e99d9a764
commit e84b552713
2 changed files with 5 additions and 5 deletions

View File

@ -378,6 +378,8 @@ Release 2.0.0 - UNRELEASED
HADOOP-8314. HttpServer#hasAdminAccess should return false if HADOOP-8314. HttpServer#hasAdminAccess should return false if
authorization is enabled but user is not authenticated. (tucu) authorization is enabled but user is not authenticated. (tucu)
HADOOP-8296. hadoop/yarn daemonlog usage wrong (Devaraj K via tgraves)
BREAKDOWN OF HADOOP-7454 SUBTASKS BREAKDOWN OF HADOOP-7454 SUBTASKS
HADOOP-7455. HA: Introduce HA Service Protocol Interface. (suresh) HADOOP-7455. HA: Introduce HA Service Protocol Interface. (suresh)

View File

@ -36,11 +36,9 @@ import org.apache.hadoop.util.ServletUtil;
*/ */
@InterfaceStability.Evolving @InterfaceStability.Evolving
public class LogLevel { public class LogLevel {
public static final String USAGES = "\nUSAGES:\n" public static final String USAGES = "\nUsage: General options are:\n"
+ "java " + LogLevel.class.getName() + "\t[-getlevel <host:httpPort> <name>]\n"
+ " -getlevel <host:port> <name>\n" + "\t[-setlevel <host:httpPort> <name> <level>]\n";
+ "java " + LogLevel.class.getName()
+ " -setlevel <host:port> <name> <level>\n";
/** /**
* A command line implementation * A command line implementation