You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@drill.apache.org by 南在南方 <i0...@qq.com> on 2014/05/23 06:01:46 UTC

回复: Have some trouble in querying json files

------------------ 原始邮件 ------------------
发件人: "Yash Sharma"<ya...@gmail.com>; 
发送时间: 2014年5月23日(星期五) 凌晨2:00
收件人: "drill-user"<dr...@incubator.apache.org>; 
主题: Re: Have some trouble in querying json files



Or paste the error trace here!


On Thu, May 22, 2014 at 8:59 PM, Jason Altekruse
<al...@gmail.com>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, 南在南方 <i0...@qq.com> 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
> >
>