Surya Hebbar has uploaded this change for review. ( http://gerrit.cloudera.org:8080/19763
Change subject: IMPALA-11915: Support graphical plan exports in the WebUI ...................................................................... IMPALA-11915: Support graphical plan exports in the WebUI This adds support for exporting the query plan for better scaling and text selection. The export button embeds the CSS styling for foreign objects and the rendered SVG viewport into a blob, enclosed within HTML tags. Memory resources consumed from the ObjectURLs are cleared after each export, once previous references are out of scope. SVG viewer implementations for XML namespaces to render foreign objects with CSS styling differs, and are not always supported. To avoid such problems, the SVG has been enclosed within a html wrapper. Replacement of foreign objects in the graphical plan with SVG elements such as <text> would allow raw SVG exports. Change-Id: I1bd549318e220419ba3ee40be05f3671a9f1d8d9 --- M www/query_plan.tmpl 1 file changed, 38 insertions(+), 0 deletions(-) git pull ssh://gerrit.cloudera.org:29418/Impala-ASF refs/changes/63/19763/1 -- To view, visit http://gerrit.cloudera.org:8080/19763 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: Impala-ASF Gerrit-Branch: master Gerrit-MessageType: newchange Gerrit-Change-Id: I1bd549318e220419ba3ee40be05f3671a9f1d8d9 Gerrit-Change-Number: 19763 Gerrit-PatchSet: 1 Gerrit-Owner: Surya Hebbar <[email protected]> Gerrit-Reviewer: Quanlong Huang <[email protected]>
