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

Ashutosh Chauhan commented on HIVE-5936:
----------------------------------------

Following modified .q file from original patch also repro this in test case 
with same stacktrace.
{code}
set hive.stats.autogather=false;
set hive.stats.dbclass=counter;

create table dummy as select * from src;

set hive.stats.autogather=true;
analyze table dummy compute statistics;
desc formatted dummy;
{code}

[~navis] Will you be able to take a look at this one, since this is a 
regression since we switched counter based mechanism as default.

> analyze command failing to collect stats with counter mechanism
> ---------------------------------------------------------------
>
>                 Key: HIVE-5936
>                 URL: https://issues.apache.org/jira/browse/HIVE-5936
>             Project: Hive
>          Issue Type: Bug
>          Components: Statistics
>    Affects Versions: 0.13.0
>            Reporter: Ashutosh Chauhan
>
> With counter mechanism, MR job is successful, but StatsTask on client fails 
> with NPE.



--
This message was sent by Atlassian JIRA
(v6.1#6144)

Reply via email to