Uploaded image for project: 'IMPALA'
  1. IMPALA
  2. IMPALA-6032 Configuration knobs to automatically reject and fail queries
  3. IMPALA-6950

Restrict execution of queries that don't include a partition filter or do a cross join

    XMLWordPrintableJSON

Details

    • Sub-task
    • Status: Open
    • Minor
    • Resolution: Unresolved
    • Impala 2.11.0
    • None
    • Frontend
    • None
    • ghx-label-2

    Description

      Synopsis:
      =========
      Query option to restrict the execution of risky queries.

      Feature Request:
      ================
      Please enahnce Impala with a query option to restrict the execution of risk queries.

      For instance, in Hive, the parameter "set hive.mapred.mode=strict" will reject queries based in the following criteria:

      1) Queries on partitioned tables are not permitted unless they include a partition filter in the WHERE clause.

      2) Queries doing Cartesian product (cross join).

      Attachments

        Activity

          People

            Unassigned Unassigned
            lmartinez@cloudera.com Luis E Martinez-Poblete
            Votes:
            0 Vote for this issue
            Watchers:
            5 Start watching this issue

            Dates

              Created:
              Updated: