[ 
https://issues.apache.org/jira/browse/DRILL-1235?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14081897#comment-14081897
 ] 

B Anil Kumar commented on DRILL-1235:
-------------------------------------

@Neeraja: Thanks for verifying it.

@Aditya: I re-verified the issue. The problem is, it is failing from web UI, 
but when I tested from sqlline, then it's working fine.

On web UI, "select * from dfs.tmp.`test.json`" is returning error code 500 and 
there is not much info in logs except NPE. But when I "select name from 
dfs.tmp.`test.json`" is again working fine. Seems there is no issue in json 
record reader.

{noformat}
HTTP ERROR 500

Problem accessing /query. Reason:

    Request failed.

{noformat}

> Json Record reader is failing for semi structured data
> ------------------------------------------------------
>
>                 Key: DRILL-1235
>                 URL: https://issues.apache.org/jira/browse/DRILL-1235
>             Project: Apache Drill
>          Issue Type: Bug
>          Components: Execution - Flow
>            Reporter: B Anil Kumar
>            Assignee: Aditya Kishore
>            Priority: Critical
>
> select * from dfs.tmp.`test1.json` is failing when the data is in the 
> following format. 
> {noformat}
> { "name" : "mongo" }
> { "name" : "test1", "email" : "[email protected]" }
> {noformat}



--
This message was sent by Atlassian JIRA
(v6.2#6252)

Reply via email to