You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hbase.apache.org by "sishen (JIRA)" <ji...@apache.org> on 2008/11/02 19:50:44 UTC

[jira] Created: (HBASE-979) REST web app is not started automatically

REST web app is not started automatically
-----------------------------------------

                 Key: HBASE-979
                 URL: https://issues.apache.org/jira/browse/HBASE-979
             Project: Hadoop HBase
          Issue Type: Sub-task
          Components: master
    Affects Versions: 0.19.0
            Reporter: sishen
             Fix For: 0.19.0


The new InfoServer doesn't start the REST server defaultly.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (HBASE-979) REST web app is not started automatically

Posted by "sishen (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HBASE-979?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

sishen updated HBASE-979:
-------------------------

    Attachment: 979.trunk.info_server.patch

> REST web app is not started automatically
> -----------------------------------------
>
>                 Key: HBASE-979
>                 URL: https://issues.apache.org/jira/browse/HBASE-979
>             Project: Hadoop HBase
>          Issue Type: Sub-task
>          Components: master
>    Affects Versions: 0.19.0
>            Reporter: sishen
>             Fix For: 0.19.0
>
>         Attachments: 979.trunk.info_server.patch
>
>
> The new InfoServer doesn't start the REST server defaultly.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (HBASE-979) REST web app is not started automatically

Posted by "stack (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HBASE-979?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12644619#action_12644619 ] 

stack commented on HBASE-979:
-----------------------------

Sishen: You want this?  I didn't think it worked any more so I just removed it as part of InfoServer reworking.  Should this be optional rather than mandatory?  (Most won't want it?)

> REST web app is not started automatically
> -----------------------------------------
>
>                 Key: HBASE-979
>                 URL: https://issues.apache.org/jira/browse/HBASE-979
>             Project: Hadoop HBase
>          Issue Type: Sub-task
>          Components: master
>    Affects Versions: 0.19.0
>            Reporter: sishen
>             Fix For: 0.19.0
>
>         Attachments: 979.trunk.info_server.patch
>
>
> The new InfoServer doesn't start the REST server defaultly.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (HBASE-979) REST web app is not started automatically

Posted by "Andrew Purtell (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HBASE-979?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12644630#action_12644630 ] 

Andrew Purtell commented on HBASE-979:
--------------------------------------

+1

hbase.infoserver.rest.enable? Just a thought. 

Low volume REST access to the master for admin actions is ok in my opinion. It's running a UI for the same purpose already. Wiki does mention that high volume REST use should be done through a separate instance. 

> REST web app is not started automatically
> -----------------------------------------
>
>                 Key: HBASE-979
>                 URL: https://issues.apache.org/jira/browse/HBASE-979
>             Project: Hadoop HBase
>          Issue Type: Sub-task
>          Components: master
>    Affects Versions: 0.19.0
>            Reporter: sishen
>             Fix For: 0.19.0
>
>         Attachments: 979.trunk.info_server.patch
>
>
> The new InfoServer doesn't start the REST server defaultly.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (HBASE-979) REST web app is not started automatically

Posted by "sishen (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HBASE-979?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

sishen updated HBASE-979:
-------------------------

    Status: Patch Available  (was: Open)

start the rest server

> REST web app is not started automatically
> -----------------------------------------
>
>                 Key: HBASE-979
>                 URL: https://issues.apache.org/jira/browse/HBASE-979
>             Project: Hadoop HBase
>          Issue Type: Sub-task
>          Components: master
>    Affects Versions: 0.19.0
>            Reporter: sishen
>             Fix For: 0.19.0
>
>         Attachments: 979.trunk.info_server.patch
>
>
> The new InfoServer doesn't start the REST server defaultly.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (HBASE-979) REST web app is not started automatically

Posted by "stack (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HBASE-979?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

stack updated HBASE-979:
------------------------

    Resolution: Fixed
        Status: Resolved  (was: Patch Available)

Committed.  Thanks Sishen for fixing something I broke.  I didn't bother with the configuration since we're just restoring what has always been there. No one has complained about it up to this so we'll wait till someone does.

I'd just removed it because didn't think anyone was using it and I thought it was broken.

> REST web app is not started automatically
> -----------------------------------------
>
>                 Key: HBASE-979
>                 URL: https://issues.apache.org/jira/browse/HBASE-979
>             Project: Hadoop HBase
>          Issue Type: Sub-task
>          Components: master
>    Affects Versions: 0.19.0
>            Reporter: sishen
>             Fix For: 0.19.0
>
>         Attachments: 979.trunk.info_server.patch
>
>
> The new InfoServer doesn't start the REST server defaultly.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (HBASE-979) REST web app is not started automatically

Posted by "sishen (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HBASE-979?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12644626#action_12644626 ] 

sishen commented on HBASE-979:
------------------------------

yes.  And the patch makes it work.

I think make it optional is work.  I just don't want to start the rest server handly every time, :)

How about:

  <property>
        <name>hbase.rest.start</name>
        <value>true</value>
        <description>
        </description>
  </property>


> REST web app is not started automatically
> -----------------------------------------
>
>                 Key: HBASE-979
>                 URL: https://issues.apache.org/jira/browse/HBASE-979
>             Project: Hadoop HBase
>          Issue Type: Sub-task
>          Components: master
>    Affects Versions: 0.19.0
>            Reporter: sishen
>             Fix For: 0.19.0
>
>         Attachments: 979.trunk.info_server.patch
>
>
> The new InfoServer doesn't start the REST server defaultly.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.