[GitHub] drill issue #933: DRILL-5765: Json query profile is not shown on Web UI

2017-09-07 Thread arina-ielchiieva
Github user arina-ielchiieva commented on the issue:

https://github.com/apache/drill/pull/933
  
Thanks for explanation. +1


---


[GitHub] drill issue #933: DRILL-5765: Json query profile is not shown on Web UI

2017-09-06 Thread sindhurirayavaram
Github user sindhurirayavaram commented on the issue:

https://github.com/apache/drill/pull/933
  
@arina-ielchiieva I updated the jquery to it's latest min version. The 
updated jquery library doesn't support load function anymore. It should be 
"onload". We were using load in graph.js which was failing. I updated that to 
"onload".


---


[GitHub] drill issue #933: DRILL-5765: Json query profile is not shown on Web UI

2017-09-06 Thread arina-ielchiieva
Github user arina-ielchiieva commented on the issue:

https://github.com/apache/drill/pull/933
  
@sindhurirayavaram can you please explain why your previous changes caused 
the regression and how they are connected with `load` function. Thank you in 
advance.


---