Re: 回复: 回复: error when querying a csv file with drill.

2014-05-23 Thread Yash Sharma
Hi All, Is the main issue on connecting/querying to the json/csv data sources. Here is what I did for querying Json/Csv data Sources. Let me know if this is what we are looking for... or I am missing the context here.. 1. I did not modify the storage-plugin.json. https://github.com/apache/incubat

Re: 回复: 回复: error when querying a csv file with drill.

2014-05-23 Thread Jason Altekruse
Sorry, that was a bit of a roundabout way of describing the process. The normal connection should just give you a session where you can query all schemas (in your config file, dfs is the only schema listed). You simply need to write it as dfs.`filepath' I was looking at the connection docs quickly