Uploaded image for project: 'Apache Drill'
  1. Apache Drill
  2. DRILL-5817

deprecated sys options should be deleted from old zookeeper setting

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Major
    • Resolution: Invalid
    • 1.11.0
    • 1.11.0
    • Functions - Drill
    • None
    • drill 1.11.0

    Description

      In the following example, exec.query.rowkeyjoin.batchsize is a deprecated sys options, which is replaced with exec.query.rowkeyjoin_batchsize. Further both of them are just for MapR drill distribution, hence should not be listed at all.

      0: jdbc:drill:schema=default> select * from sys.options where name like '%batch%';
      +-----------------------------------------------+-------+---------+----------+----------+-------------+-----------+------------+
      |                     name                      | kind  |  type   |  status  | num_val  | string_val  | bool_val  | float_val  |
      +-----------------------------------------------+-------+---------+----------+----------+-------------+-----------+------------+
      | drill.exec.hashagg.min_batches_per_partition  | LONG  | SYSTEM  | DEFAULT  | 3        | null        | null      | null       |
      | exec.query.rowkeyjoin.batchsize               | LONG  | SYSTEM  | DEFAULT  | 128      | null        | null      | null       |
      | exec.query.rowkeyjoin_batchsize               | LONG  | SYSTEM  | DEFAULT  | 128      | null        | null      | null       |
      +-----------------------------------------------+-------+---------+----------+----------+-------------+-----------+------------+
      3 rows selected (0.118 seconds)
      

      Attachments

        Activity

          People

            timothyfarkas Timothy Farkas
            dechanggu Dechang Gu
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: