Top "Table-statistics" questions

Any way to compute statistics on a hive table for all partitions with a single analyze command?

The syntax I see for computing statistics in hive seems to indicate the answer to the title question would be …

hadoop hive table-statistics
No privileges to gather table stats

I have an oracle package with a procedure that create table, than it grant priviliges on it. The code is …

oracle privileges table-statistics