Or paste the error trace here! On Thu, May 22, 2014 at 8:59 PM, Jason Altekruse wrote: > The image didn't show up for me, do you want to throw it on an image > hosting service like imgur and post a link? > > -Jason Altekruse > > > On Thu, May 22, 2014 at 8:53 AM, 南在南方 wrote: > > > hi, > > When I use drill to query json files , error occurs . here is my error > > report : > > > > and my drill storage-engines.json configuration : > > { > > "storage":{ > > "parquet-local" : > > { > > "type":"parquet", > > "dfsName" : "file:///" > > }, > > "parquet-cp" : > > { > > "type":"parquet", > > "dfsName" : "classpath:///" > > }, > > "jsonl" : > > { > > "type":"json", > > "dfsName" : "hdfs://localhost:9000/user/bevin" > > }, > > "json-cp" : > > { > > "type":"json", > > "dfsName" : "classpath:///" > > }, > > "parquet" : > > { > > "type":"parquet", > > "dfsName" : "hdfs://localhost:9000/user/bevin" > > } > > } > > } > > > > I also have some trouble in querying csv file. How should I config my > > drill storage-engines.json file? > > thanks > > >