You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@trafodion.apache.org by "Sandhya Sundaresan (JIRA)" <ji...@apache.org> on 2017/10/11 17:54:00 UTC

[jira] [Commented] (TRAFODION-2770) "Table not found" errors not being handled correctly by AQR for hive access

    [ https://issues.apache.org/jira/browse/TRAFODION-2770?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16200673#comment-16200673 ] 

Sandhya Sundaresan commented on TRAFODION-2770:
-----------------------------------------------

The problem is that the aqr entry below was missing the entires needed for cqds that need to be sent
to compiler during aqr. So recompile was not causing cache to be reloaded on error 8577 and was continuing to use the old location. 


> "Table not found" errors not being handled correctly by AQR for hive access
> ---------------------------------------------------------------------------
>
>                 Key: TRAFODION-2770
>                 URL: https://issues.apache.org/jira/browse/TRAFODION-2770
>             Project: Apache Trafodion
>          Issue Type: Bug
>          Components: sql-exe
>    Affects Versions: any
>            Reporter: Sandhya Sundaresan
>            Assignee: Sandhya Sundaresan
>             Fix For: 2.3-incubating
>
>
> Hive access shows that 8577 errors are not being retried correctly while running regression tests. 
> DIFF005:
> 463c463
> <  1
> ---
> >  0
> 1825a1826,1827
> > *** ERROR[8577] Table, index, or view HIVE.HIVE.THIVE was not found.
> > 
> 1828c1830
> < *** WARNING[8436] Mismatch detected between compiletime and runtime hive table definitions. DataModMismatchDetails: removed
> ---
> > *** WARNING[8577] Table, index, or view HIVE.HIVE.THIVE was not found.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)