Re: showing column stats

2014-05-13 Thread Xuefu Zhang
nual+DDL#LanguageManualDDL-DescribePartition. > If you see the DDL describe partition does not accept column names. > > > > I can create JIRAs for the following tasks > > 1) Showing column stats in describe table > > 2) Showing column stats in describe partition > > >

Re: showing column stats

2014-05-13 Thread Prasanth Jayachandran
tition does not accept column names. > > I can create JIRAs for the following tasks > 1) Showing column stats in describe table > 2) Showing column stats in describe partition > > If you would like to take up 2) please feel free to do so. > > Thanks > Prasanth Jayachandr

Re: showing column stats

2014-05-12 Thread Prasanth Jayachandran
#LanguageManualDDL-DescribePartition. If you see the DDL describe partition does not accept column names. I can create JIRAs for the following tasks 1) Showing column stats in describe table 2) Showing column stats in describe partition If you would like to take up 2) please feel free to do so

showing column stats

2014-05-12 Thread Xuefu Zhang
Hi all, I'm wondering if there is a simpler way to show column stats than writing a thrift client calling the thrift API, such as commands in Hive CLI. I have tried "desc extended" as well as "explain select", but none of them shows column stats. Thanks, Xuefu