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

Regarding drill with big file

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Open
    • Major
    • Resolution: Unresolved
    • None
    • None
    • None
    • None

    Description

      I am new to apache drill. I have configured apache drill on machine with centos.

      "DRILL_MAX_DIRECT_MEMORY" = 25g
      "DRILL_HEAP" = 4g

      I have a 600 mb and 3 gb json file [sample file attached]. When i fire query on relativly small size file everything works fine but as I fire same query with 600 mb and 3 gb files it gives following error[stack trace attached].

      Query -
      select tbl5.product_id product_id,tbl5.gender gender,tbl5.item_number item_number,tbl5.price price,tbl5.description description,tbl5.color_swatch.image image,tbl5.color_swatch.color color from
      (select tbl4.product_id product_id,tbl4.gender gender,tbl4.item_number item_number,tbl4.price price,tbl4.size.description description,FLATTEN(tbl4.size.color_swatch) color_swatch from
      (select tbl3.product_id product_id,tbl3.catalog_item.gender gender,tbl3.catalog_item.item_number item_number,tbl3.catalog_item.price price,FLATTEN(tbl3.catalog_item.size) size from
      (select tbl2.product.product_id as product_id,FLATTEN(tbl2.product.catalog_item) as catalog_item from
      (select FLATTEN(tbl1.catalog.product) product from dfs.root.`demo.json` tbl1) tbl2) tbl3) tbl4) tbl5
      --------------------------------------------------------------------------------------------------
      Error -

      SYSTEM ERROR: IllegalArgumentException: initialCapacity: -2147483648 (expectd: 0+)

      Fragment 0:0

      [Error Id: 60cf1b95-762d-4a0d-8cae-a2db418d4ea9 on sinhagad:31010]

      --------------------------------------------------------------------------------------------------

      1) Am i doing someting wrong or missing something ( probably because i am not using cluster ?? ).

      Please guide me through this.

      Attachments

        1. sys_Options_1.png
          254 kB
          kunal
        2. sys_Options.png
          269 kB
          kunal
        3. sqlline.log
          4.98 MB
          kunal
        4. sample.json
          9 kB
          kunal

        Activity

          People

            Unassigned Unassigned
            kunal_ghosh84 kunal
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated: