You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@hive.apache.org by 张甲超 <re...@gmail.com> on 2014/07/31 09:33:26 UTC

How can know one table is a partitioned table?

dear all,
          How can know one table is a partitioned table in hive?


Re: How can know one table is a partitioned table?

Posted by Fastupload <fa...@outlook.com>.
You can run “describe {table name}” in hive terminal. It shows the partition information about COL_NAME, DATE_TYPE and COMMENT.

regards,
Link Qian


On Jul 31, 2014, at 3:33 PM, 张甲超 <re...@gmail.com> wrote:

> dear all,
>         How can know one table is a partitioned table in hive?
> 
>