blob: 3a8356c1d1c667ee053e69cc4175e7bcf22bc1b8 [file] [log] [blame]
set hive.mapred.mode=strict;
select "${hiveconf:hive.mapred.mode}";
create table t (a int);
analyze table t compute statistics;
select "${hiveconf:hive.mapred.mode}";