You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@drill.apache.org by "Jason Altekruse (JIRA)" <ji...@apache.org> on 2015/01/28 03:26:35 UTC

[jira] [Resolved] (DRILL-2062) Drill only appears to work with small compressed JSON

     [ https://issues.apache.org/jira/browse/DRILL-2062?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jason Altekruse resolved DRILL-2062.
------------------------------------
    Resolution: Fixed

Fixed by automatic vector reallocation DRILL-1960

> Drill only appears to work with small compressed JSON
> -----------------------------------------------------
>
>                 Key: DRILL-2062
>                 URL: https://issues.apache.org/jira/browse/DRILL-2062
>             Project: Apache Drill
>          Issue Type: Bug
>          Components: Storage - JSON
>    Affects Versions: 0.8.0
>            Reporter: Paul Pearcy
>            Assignee: Jason Altekruse
>             Fix For: 0.8.0
>
>         Attachments: browserlog.json.gz
>
>
> 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 *



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)