Pritom Ahmed has uploaded a new patch set (#2).
Change subject: * Fixed the job details page in adminconsole. Previously it was
broken. Now it shows the raw JSON data sent to it. * Optimized the node
details information sent by the adminconsole API. Previously, the API was
sending the full array everytime even
......................................................................
* Fixed the job details page in adminconsole. Previously it was broken. Now it
shows the raw
JSON data sent to it.
* Optimized the node details information sent by the adminconsole API.
Previously, the API
was sending the full array everytime even though the whole array was not
full. As a result,
there were many instances with no data. Now its sending only the subarrays
that actually
contains data.
The following commits from your working branch will be included:
commit 9bc623c48d37b77cdc483405916cf3fb6f57d1d9
Author: Pritom Ahmed <[email protected]>
Date: Fri Aug 14 13:07:00 2015 -0700
* Fixed the job details page in adminconsole. Previously it was broken. Now
it shows the raw
JSON data sent to it.
* Optimized the node details information sent by the adminconsole API.
Previously, the API
was sending the full array everytime even though the whole array was not
full. As a result,
there were many instances with no data. Now its sending only the subarrays
that actually
contains data.
Change-Id: Idbbb326dfc9b0756184be50287a8d8c57aa493e3
---
M
hyracks/hyracks-control/hyracks-control-cc/src/main/java/edu/uci/ics/hyracks/control/cc/NodeControllerState.java
M
hyracks/hyracks-control/hyracks-control-cc/src/main/java/edu/uci/ics/hyracks/control/cc/job/JobRun.java
M
hyracks/hyracks-control/hyracks-control-cc/src/main/java/edu/uci/ics/hyracks/control/cc/web/JobsRESTAPIFunction.java
M
hyracks/hyracks-control/hyracks-control-cc/src/main/resources/edu/uci/ics/hyracks/control/cc/adminconsole/pages/JobDetailsPage.html
4 files changed, 86 insertions(+), 42 deletions(-)
git pull ssh://asterix-gerrit.ics.uci.edu:29418/hyracks refs/changes/55/355/2
--
To view, visit https://asterix-gerrit.ics.uci.edu/355
To unsubscribe, visit https://asterix-gerrit.ics.uci.edu/settings
Gerrit-MessageType: newpatchset
Gerrit-Change-Id: Idbbb326dfc9b0756184be50287a8d8c57aa493e3
Gerrit-PatchSet: 2
Gerrit-Project: hyracks
Gerrit-Branch: master
Gerrit-Owner: Pritom Ahmed <[email protected]>
Gerrit-Reviewer: Jenkins <[email protected]>