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
This commit is contained in:
parent
6cd4370f94
commit
dc5301c058
|
@ -424,12 +424,14 @@ stopping hbase...............</programlisting></para>
|
|||
<section><title>Debug</title>
|
||||
<section><title>Shell debug switch</title>
|
||||
<para>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:
|
||||
<programlisting>hbase> debug <RETURN></programlisting>
|
||||
</para>
|
||||
</section>
|
||||
<section><title>DEBUG log level</title>
|
||||
<para>To enable DEBUG level logging in the shell, launch it with the <command>-d</command> option.
|
||||
<para>To enable DEBUG level logging in the shell,
|
||||
launch it with the <command>-d</command> option.
|
||||
<programlisting>$ ./bin/hbase shell -d</programlisting>
|
||||
</para>
|
||||
</section>
|
||||
|
|
Loading…
Reference in New Issue