MAPREDUCE服务 MRS-ANALYZE:示例

时间:2024-04-10 09:06:14

示例

  • 收集表fruit的统计信息:
    ANALYZE fruit;
  • 统计catalog hive、schema default下的表存储:
    ANALYZE hive.default.orders;
  • 从hive分区表中统计分区'2020-07-17' , '2020-07-18'信息:
    ANALYZE hive.web.page_views WITH (partitions = ARRAY[ARRAY['2020-07-17','US'], ARRAY['2020-07-18','US']]);
support.huaweicloud.com/cmpntguide-lts-mrs/mrs_01_2499090.html