Hi,
I am a newbie to Apache drill and have been struggling to see how to solve
this (probably really easy) issue. Here is what I am doing:
1. Log in as a superuser: su - xxxx
2. Move to the working directory: cd /usr/local/
3. Create a testing csv file; cat drill/input/xxx.csv
4. Launch drill; drill/bin/drill-embedded
5. Run a query: select * from dfs.'drill/input/data.csv';
And I got this error:
Error: PARSE ERROR: Encountered ". \'drill/input/data.csv\'" at line 1,
column 18.
Was expecting one of:
<EOF>
"ORDER" ...
I have googled but haven't got a solution yet.
I appreciate if anyone could help me....
Best,
TK