compute stats in impala using impyla

92 Views Asked by At

I'm trying to compute statistics in impala(hive) using python impyla module.

command used: compute stats db.tablename;

But im getting below error. cannot recognize input near 'compute' 'stats'

How this can be fixed?

0

There are 0 best solutions below