Since the endpoints return JSON, using a JSON formatter plugin for the
browser seems easier.
Otherwise I think that we’ll need to create a page around it (which is
clearly feasible as well).
On 7 Apr 2017, at 16:21, Mike Carey wrote:
Could we use the same library that Xikui used for JSON (formatted) as
a baby step?
On 4/7/17 10:04 AM, Jianfeng Jia wrote:
Got it. (do we have any plan to beautify the UI? :-)
Thanks!
On Apr 7, 2017, at 9:46 AM, Yingyi Bu <[email protected]> wrote:
Hi Jianfeng,
The admin console has been removed but the REST APIs which
return JSON
results are still there.
Let's take the sample cluster as an example.
To check nodes:
http://localhost:16001/rest/nodes/
http://localhost:16001/rest/nodes/red
http://localhost:16001/rest/nodes/blue
To check jobs:
http://localhost:16001/rest/jobs/
http://localhost:16001/rest/jobs/JID:0/job-run
Best,
Yingyi
On Thu, Apr 6, 2017 at 5:18 PM, Jianfeng Jia
<[email protected]> wrote:
Dear Devs,
We used to have a Hyracks adminconsole web page
xxx:8888/adminconsole (or
on 16001 port if not using managix) which can watch the details of
the
recent jobs. By click into each job we can know Activity Cluster
Graph/Job
Timeline etc.
It’s very useful to have a overview of the current system
workload (e.g.,
how many queries are running, when did they submit, how long it has
ran …).
Right now, the same link returns a following error.
page can’t be found
I’m wondering what is the new path to get the same information?
Thanks!
Best,
Jianfeng Jia
PhD Candidate of Computer Science
University of California, Irvine