Gonfiguration file

  • hive-site.xml
    • 配置不走MR任务(不涉及计算 count sum …..)
      • hive.fetch.tash.conversion = true
    • 设置动态分区
      • set hive.exec.dynamic.partition = true
      • set hive.exec.dynamic.partition.mode = nonstrict ()
    • 那些语句走MR任务
      • CRETAE TABLE TABLENAME SELECT …
      • INSERT 一条或者多条