You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@drill.apache.org by "Rahul Challapalli (JIRA)" <ji...@apache.org> on 2015/04/25 00:26:38 UTC

[jira] [Created] (DRILL-2875) IllegalStateException when querying the public yelp json dataset

Rahul Challapalli created DRILL-2875:
----------------------------------------

             Summary: IllegalStateException when querying the public yelp json dataset
                 Key: DRILL-2875
                 URL: https://issues.apache.org/jira/browse/DRILL-2875
             Project: Apache Drill
          Issue Type: Bug
          Components: Storage - JSON
            Reporter: Rahul Challapalli
            Assignee: Steven Phillips


git.commit.id.abbrev=5cd36c5

The below query fails from sqlline after displaying a few results
{code}
 select attributes from `json_kvgenflatten/yelp_academic_dataset_business.json`;
.......after displaying fefw records .....
java.lang.RuntimeException: java.sql.SQLException: Failure while executing query.
	at sqlline.SqlLine$IncrementalRows.hasNext(SqlLine.java:2514)
	at sqlline.SqlLine$TableOutputFormat.print(SqlLine.java:2148)
	at sqlline.SqlLine.print(SqlLine.java:1809)
	at sqlline.SqlLine$Commands.execute(SqlLine.java:3766)
	at sqlline.SqlLine$Commands.sql(SqlLine.java:3663)
	at sqlline.SqlLine.dispatch(SqlLine.java:889)
	at sqlline.SqlLine.begin(SqlLine.java:763)
	at sqlline.SqlLine.start(SqlLine.java:498)
	at sqlline.SqlLine.main(SqlLine.java:460)
{code}

I attached the error log and the data set. Let me know if you need anything else



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