[
https://issues.apache.org/jira/browse/AMBARI-14081?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15035418#comment-15035418
]
Hudson commented on AMBARI-14081:
---------------------------------
FAILURE: Integrated in Ambari-branch-2.1 #982 (See
[https://builds.apache.org/job/Ambari-branch-2.1/982/])
AMBARI-14081. HiveView fails to find DAGs corresponding to query. (yusaku:
[http://git-wip-us.apache.org/repos/asf?p=ambari.git&a=commit&h=00482af46a359341124fa53d81aed53f45ec8fee])
*
contrib/views/hive/src/main/java/org/apache/ambari/view/hive/resources/jobs/atsJobs/ATSRequestsDelegateImpl.java
*
contrib/views/hive/src/main/java/org/apache/ambari/view/hive/resources/jobs/atsJobs/ATSParser.java
*
contrib/views/hive/src/main/java/org/apache/ambari/view/hive/resources/jobs/atsJobs/HiveQueryId.java
*
contrib/views/hive/src/test/java/org/apache/ambari/view/hive/resources/jobs/ATSParserTest.java
*
contrib/views/hive/src/main/java/org/apache/ambari/view/hive/resources/jobs/atsJobs/ATSRequestsDelegate.java
*
contrib/views/hive/src/main/java/org/apache/ambari/view/hive/resources/jobs/Aggregator.java
*
contrib/views/hive/src/test/java/org/apache/ambari/view/hive/resources/jobs/AggregatorTest.java
*
contrib/views/hive/src/main/java/org/apache/ambari/view/hive/resources/jobs/atsJobs/IATSParser.java
> HiveView fails to find DAGs corresponding to query
> --------------------------------------------------
>
> Key: AMBARI-14081
> URL: https://issues.apache.org/jira/browse/AMBARI-14081
> Project: Ambari
> Issue Type: Bug
> Components: ambari-views
> Reporter: DIPAYAN BHOWMICK
> Assignee: DIPAYAN BHOWMICK
> Fix For: 2.1.3
>
> Attachments: AMBARI-14081_branch-2.1.patch
>
>
> In ATS 1.5, The DAG name is no longer set to the query id. It's set to a
> descriptive term or user chosen name. The Query ID is stored in the caller
> context, which is also indexed. A a version field to the hive query ATS log
> entry. If the version is >= 2 the new caller context has to be used for
> search. If the version field doesn't exist the old way of searching for DAGs
> applies.
> So, Hive view should query callerId if the version id >=2 else it should fall
> back to query by dagName(backward compatibility for older ATS).
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)