You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hive.apache.org by "Ashutosh Chauhan (JIRA)" <ji...@apache.org> on 2013/11/13 03:41:17 UTC

[jira] [Resolved] (HIVE-3324) analyze command is not gathering "num_rows" present in the table.

     [ https://issues.apache.org/jira/browse/HIVE-3324?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Ashutosh Chauhan resolved HIVE-3324.
------------------------------------

    Resolution: Invalid

You can't use derby for this, since a remote daemon is required to be running which is accessible to all task nodes. Derby runs in embedded mode, so that won't work. You need mysql or orther RDBMS running as daemon and accessible from all task nodes.

> analyze command is not gathering "num_rows" present in the table.
> -----------------------------------------------------------------
>
>                 Key: HIVE-3324
>                 URL: https://issues.apache.org/jira/browse/HIVE-3324
>             Project: Hive
>          Issue Type: Bug
>          Components: Statistics
>    Affects Versions: 0.9.1, 0.10.0
>            Reporter: Rohith Sharma K S
>
> When analyze command is executed, "collectableStats" i.e num_rows and raw_data_size is always zero even though table contains data.
> bq. [num_partitions: 0, num_files: 1, num_rows: 0, total_size: 5812, raw_data_size: 0]



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