Re: Web UI for REST and Thrift

2013-02-04 Thread Nick Dimiduk
Perhaps beyond the scope of this discussion, but have you guys played with Elasticsearch-head [0]? It's not perfect, but it goes a long way to understanding the basic on-goings of that system. Definitely something to consider for HBase. -n [0]: http://mobz.github.com/elasticsearch-head/ On Sun,

Re: Web UI for REST and Thrift

2013-02-04 Thread Jimmy Xiang
Sure, will do that. Thanks, Jimmy On Mon, Feb 4, 2013 at 11:17 AM, Aleksandr Shulman wrote: > This would be really great to see Jimmy! We would need to provide a > sensible default webUI port to avoid conflicts upon upgrade. We should also > make it a command-line parameter like we do now with t

Re: Web UI for REST and Thrift

2013-02-04 Thread Aleksandr Shulman
This would be really great to see Jimmy! We would need to provide a sensible default webUI port to avoid conflicts upon upgrade. We should also make it a command-line parameter like we do now with the service port. -Aleks S. On Sunday, February 3, 2013, Jimmy Xiang wrote: > The web UI came with

Re: Web UI for REST and Thrift

2013-02-04 Thread Jimmy Xiang
I filed HBASE-7757. We can discuss further over there. Thanks, Jimmy On Sun, Feb 3, 2013 at 4:24 PM, Andrew Purtell wrote: > I never thought it necessary to add a UI to a REST gateway. If you want to > do it, I suggest using a separate configurable service port to the REST > service. Actually

Re: Web UI for REST and Thrift

2013-02-03 Thread Andrew Purtell
I never thought it necessary to add a UI to a REST gateway. If you want to do it, I suggest using a separate configurable service port to the REST service. Actually, we should add that separate listener/context and move the /metrics and /jmx servlets that you just added to that. On Sun, Feb 3, 20

Re: Web UI for REST and Thrift

2013-02-03 Thread Stack
On Sun, Feb 3, 2013 at 8:46 AM, Jimmy Xiang wrote: > The web UI came with Hadoop provides some useful information about each > server: for example, jmx, metrics, stacks, log level, conf, and so on. > > I was wondering should we add a web UI to REST and Thrift too, as we do for > master and region

Web UI for REST and Thrift

2013-02-03 Thread Jimmy Xiang
The web UI came with Hadoop provides some useful information about each server: for example, jmx, metrics, stacks, log level, conf, and so on. I was wondering should we add a web UI to REST and Thrift too, as we do for master and region server. REST is a little different. It already hasa web ser