Hi, Hemant, Aditya:
    I don't want to create temp table and write code, I just want to run sql 
directly on files "select * from csv.`/path/to/file`"





------------------ ???????? ------------------
??????: "Hemant Bhanawat";<hemant9...@gmail.com>;
????????: 2016??9??23??(??????) ????3:32
??????: "Sea"<261810...@qq.com>; 
????: "user"<user@spark.apache.org>; 
????: Re: How to specify file




Check out the READEME on the following page. This is the csv connector that you 
are using. I think you need to specify the delimiter option.  

https://github.com/databricks/spark-csv

Hemant Bhanawat

www.snappydata.io 







 
On Fri, Sep 23, 2016 at 12:26 PM, Sea <261810...@qq.com> wrote:
Hi, I want to run sql directly on files, I find that spark has supported sql 
like select * from csv.`/path/to/file`, but files may not be split by ','. 
Maybe it is split by '\001', how can I specify delimiter?

Thank you!

Reply via email to