------------------ ???????? ------------------ ??????: "Jason Altekruse";<[email protected]>; ????????: 2014??5??22??(??????) ????11:29 ??????: "Apache Drill User"<[email protected]>;
????: Re: Have some trouble in querying json files 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, ???????? <[email protected]> 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 >
