TAJO-1711: Add basic monitoring page
Add basic monitoring page
@hyunsik nv.d3.js license seems to apache 2.0. Should we add d3 license to LICENSE file ? https://github.com/novus/nvd3/blob/master/LICENSE.md
@jinossy We don't need to add d3 license to LICENSE file if it is under ASF 2.0.
For clear, it would be better if you add this license (https://github.com/novus/nvd3/blob/master/LICENSE.md) into LICENSE file.
Hi @yeongeon,
This work looks great to me. But, it includes per-node monitoring feature. But, it is not fit in Tajo web page because Tajo basically aims at a number of nodes.
If you want to put a single page monitoring to Tajo, it would be great if the page is a summary page to give an overview of cluster, query, and scheduling information.
So, this work needs more work to remove worker parts and add some more information for an overview of them. For this, it would be great if you continue this work in a separate branch because 0.11.0 release is approaching.
I'll look forward to your comments. Thanks.