HBASE-1283 thrift's package descrpition needs to update for start/stop procedure

git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@757632 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Michael Stack 2009-03-24 01:33:40 +00:00
parent c6173b6308
commit 5a84e853cf
2 changed files with 10 additions and 2 deletions

View File

@ -56,6 +56,8 @@ Release 0.20.0 - Unreleased
HBASE-1277 HStoreKey: Wrong comparator logic (Evgeny Ryabitskiy)
HBASE-1275 TestTable.testCreateTable broken (Ryan Rawson via Stack)
HBASE-1274 TestMergeTable is broken in Hudson (Nitay Joffe via Stack)
HBASE-1283 thrift's package descrpition needs to update for start/stop
procedure (Rong-en Fan via Stack)
IMPROVEMENTS
HBASE-1089 Add count of regions on filesystem to master UI; add percentage

View File

@ -65,11 +65,17 @@ under the hbase/lib directory.
<p>The version of Thrift used to generate the Java files is release 20080411p1 from
the <a href="http://developers.facebook.com/thrift/">thrift homepage</a>.</p>
<p>The ThriftServer is run like:
<p>To start ThriftServer, use:
<pre>
./bin/hbase thrift -h|--help | [--port=PORT] start
./bin/hbase-daemon.sh start thrift [--port=PORT]
</pre>
The default port is 9090.
</p>
<p>To stop, use:
<pre>
./bin/hbase-daemon.sh stop thrift
</pre>
</p>
</body>
</html>