[
https://issues.apache.org/jira/browse/AMBARI-19890?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15857833#comment-15857833
]
Hudson commented on AMBARI-19890:
---------------------------------
FAILURE: Integrated in Jenkins build Ambari-branch-2.5 #924 (See
[https://builds.apache.org/job/Ambari-branch-2.5/924/])
AMBARI-19890. Hive2: Query Runtime Prediction: Compact Visual Explain
(pallavkul:
[http://git-wip-us.apache.org/repos/asf?p=ambari.git&a=commit&h=9eb8d2f764b2f7a81d99cc25b217b7beba52e800])
* (edit) contrib/views/hive20/src/main/resources/ui/bower.json
* (edit) contrib/views/hive20/src/main/resources/ui/app/adapters/query.js
* (add)
contrib/views/hive20/src/main/resources/ui/app/components/visual-explain.js
* (add) contrib/views/hive20/src/main/resources/ui/app/controllers/udfs.js
* (edit) contrib/views/hive20/src/main/resources/ui/app/services/query.js
* (edit)
contrib/views/hive20/src/main/resources/ui/app/components/query-result-table.js
* (edit) contrib/views/hive20/src/main/resources/ui/app/styles/app.scss
* (edit) contrib/views/hive20/src/main/resources/ui/app/routes/queries/query.js
* (add) contrib/views/hive20/src/main/resources/ui/app/utils/hive-explainer.js
* (edit)
contrib/views/hive20/src/main/resources/ui/app/templates/queries/query.hbs
* (edit) contrib/views/hive20/src/main/resources/ui/ember-cli-build.js
* (add)
contrib/views/hive20/src/main/resources/ui/app/templates/components/visual-explain.hbs
> Hive2: Query Runtime Prediction: Compact Visual Explain Plan
> ------------------------------------------------------------
>
> Key: AMBARI-19890
> URL: https://issues.apache.org/jira/browse/AMBARI-19890
> Project: Ambari
> Issue Type: Bug
> Components: ambari-views
> Affects Versions: 2.5.0
> Reporter: Pallav Kulshreshtha
> Assignee: Pallav Kulshreshtha
> Priority: Critical
> Fix For: 2.5.0
>
> Attachments: AMBARI-19890_trunk.patch
>
>
> The explain plan is the key tool DBAs use to optimize queries. Just like full
> screen editing is needed for complex queries, it is essential that the
> explain plan be compact enough to represent complex queries. The current
> visual explain plan only allows a few operators to be displayed at once on
> the screen.
> As a DBA I should be able to see a moderately complex query (~ 15 operators)
> on a single screen.
> As a DBA the explain plan should focus on the key information, namely
> statistics and costs.
> As a DBA I should be able to drill down into an operator for additional
> information, if needed.
> The explain plan should update to reflect changes to tuning parameters.
> It should be possible to view the "explain analyze" information in the
> explain plan
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)