update test_table set age=31 where id=1;查询更新后的表数据。select * from test_table where id=1;删除表中id为1的数据。delete from test_table where id=1;删除表结构。drop table test_table;删除数据库。drop database test_db;
2.然后查找“hive.server.session.control.maxconnections”,调大该配置项的数值。设该配置项的值为A,阈值为B,连接到HiveServer的session数为C,调整策略为A x B > C ,连接到HiveServer的session数可在Hive的监控界面查看监控指标“HiveServer的session数统计”。 3.查看本告警是否恢复。 是,操作结束。 否,执行步骤4。