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

Drill only appears to work with small compressed JSON

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • 0.8.0
    • 0.8.0
    • Storage - JSON
    • None

    Description

      Before DRILL-1871 things wouldn't work at all. Now, things fail part way through the file. Attached a sample to reproduce.

      Do a simple select all from this file:
      select * from dfs.`/opt/drill/data/rawgzjson/browserlog`;

      Ends up giving this exception in logs:

      org.apache.drill.common.exceptions.DrillRuntimeException: Error parsing JSON. - Parser was at record: 1 column: 8
      at org.apache.drill.exec.store.easy.json.JSONRecordReader.handleAndRaise(JSONRecordReader.java:101) ~[drill-java-exec-0.8.0-SNAPSHOT-rebuffed.jar:0.8.0-SNAPSHOT]
      at org.apache.drill.exec.store.easy.json.JSONRecordReader.next(JSONRecordReader.java:148) ~[drill-java-exec-0.8.0-SNAPSHOT-rebuffed.jar:0.8.0-SNAPSHOT]
      gunzip the file and the whole contents can be queried via select *

      Attachments

        1. browserlog.json.gz
          1.25 MB
          Paul Pearcy

        Activity

          People

            jaltekruse Jason Altekruse
            ppearcy Paul Pearcy
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: