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 20:31:13 UTC

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

Ted Yu created SLIDER-731:
-----------------------------

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


Here is the usage for REST gateway:
{code}
usage: bin/hbase rest start [--infoport <arg>] [-p <arg>] [-ro]
    --infoport <arg>   Port for web UI
 -p,--port <arg>       Port to bind to [default: 8080]
 -ro,--readonly        Respond only to GET HTTP method requests [default:
                       false]

To run the REST server as a daemon, execute bin/hbase-daemon.sh start|stop
rest [--infoport <port>] [-p <port>] [-ro]
{code}
We should allow user to pass infoport and readonly flags to REST gateway



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