You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@slider.apache.org by "Ted Yu (JIRA)" <ji...@apache.org> on 2014/12/19 21:25:13 UTC

[jira] [Created] (SLIDER-732) Allow more parameters to be passed to HBase thrift2 gateway

Ted Yu created SLIDER-732:
-----------------------------

             Summary: Allow more parameters to be passed to HBase thrift2 gateway
                 Key: SLIDER-732
                 URL: https://issues.apache.org/jira/browse/SLIDER-732
             Project: Slider
          Issue Type: Task
            Reporter: Ted Yu
            Assignee: Ted Yu


Here is the usage for thrift2:
{code}
usage: Thrift [-b <arg>] [-c] [-f] [-h] [-hsha | -nonblocking |
       -threadpool] [--infoport <arg>]  [-p <arg>]
 -b,--bind <arg>       Address to bind the Thrift server to. [default:
                       0.0.0.0]
 -c,--compact          Use the compact protocol
 -f,--framed           Use framed transport
 -h,--help             Print help information
 -hsha                 Use the THsHaServer. This implies the framed
                       transport.
    --infoport <arg>   Port for web UI
 -nonblocking          Use the TNonblockingServer. This implies the framed
                       transport.
 -p,--port <arg>       Port to bind to [default: 9090]
 -threadpool           Use the TThreadPoolServer. This is the default.
To start the Thrift server run 'bin/hbase-daemon.sh start thrift2'
To shutdown the thrift server run 'bin/hbase-daemon.sh stop thrift2' or
send a kill signal to the thrift server pid
{code}
We should accommodate the parameters above for Slider HBase



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)