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

Gunther Hagleitner commented on HIVE-6218:
------------------------------------------

Looked into this. Turns out that the problem is that we're running analyze as 
MR via Tez' yarn runner. That one drops the required counters on the floor. 
Best fix is to probably just do the stats computation directly in Tez. I'll get 
on that.

> Stats for row-count not getting updated with Tez insert + dbclass=counter
> -------------------------------------------------------------------------
>
>                 Key: HIVE-6218
>                 URL: https://issues.apache.org/jira/browse/HIVE-6218
>             Project: Hive
>          Issue Type: Bug
>          Components: Statistics, Tez
>    Affects Versions: 0.13.0
>            Reporter: Gopal V
>            Assignee: Gunther Hagleitner
>            Priority: Minor
>
> Inserting data into hive with Tez,  the stats on row-count is not getting 
> updated when using the counter dbclass.
> To reproduce, run "ANALYZE TABLE store_sales COMPUTE STATISTICS;" with tez as 
> the execution engine.



--
This message was sent by Atlassian JIRA
(v6.1.5#6160)

Reply via email to