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?
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?