My storage engines file has "dfsName" : "hdfs://localhost:9000" rather than 127.0.0.1.
Hope this helps. On 4 December 2013 14:32, He, Yunlong <[email protected]> wrote: > Hi, Timothy, > > Thanks for your reply, we setup hadoop environment yesterday, but > still failed to connect it with Dril, Our configuration in > ./sqlparser/target/classes/storage-engines.json is like below: > > "parquet" : > { > "type":"parquet", > "dfsName" : "hdfs://127.0.0.1/" > } > > Sqlline is started as ./sqlline -u jdbc:drill:schema=parquet -n > admin -p admin, However, it doesn't work. Do you know what else need to do? > > B.R. > He Yunlong > > -----Original Message----- > From: Avinash Dongre [mailto:[email protected]] > Sent: Friday, November 29, 2013 2:44 PM > To: [email protected] > Subject: Re: What storages does drill support? > > I am interested, Please let us know if there is any document for the same. > > Thanks > Avinash > > > > On Fri, Nov 29, 2013 at 9:23 AM, Timothy Chen <[email protected]> wrote: > > > Hi Yunlong, > > > > We currently only support hdfs and file system, with hbase currently > > in progress. > > > > If you are interested contributing feel free to do so for other > databases. > > > > Tim > > > > Sent from my iPhone > > > > > On Nov 29, 2013, at 10:37 AM, "He, Yunlong" <[email protected]> > > wrote: > > > > > > Hi, All, > > > > > > I just start to evaluate drill, I have compiled drill from source > > > and > > sample queries are running ok, however, I want to fill some data from > > database, or query data from mysql-like database, but don't know how > > to do that, could someone throw some lights? > > > > > > B.R. > > > He Yunlong > > >
