From dc5301c058b74187303d07cc2c3a14c33bbb2358 Mon Sep 17 00:00:00 2001 From: Michael Stack Date: Wed, 3 Nov 2010 22:11:52 +0000 Subject: [PATCH] Added notes on shell -- in particular the -d flag I just used to help me figure out fail in shell git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1030726 13f79535-47bb-0310-9956-ffa450edef68 --- src/docbkx/book.xml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/docbkx/book.xml b/src/docbkx/book.xml index 153837cb59d..b1a56e82310 100644 --- a/src/docbkx/book.xml +++ b/src/docbkx/book.xml @@ -424,12 +424,14 @@ stopping hbase...............
Debug
Shell debug switch You can set a debug switch in the shell to see more output + -- e.g. more of the stack trace on exception -- when you run a command: hbase> debug <RETURN>
DEBUG log level - To enable DEBUG level logging in the shell, launch it with the -d option. + To enable DEBUG level logging in the shell, + launch it with the -d option. $ ./bin/hbase shell -d