Re: questions about storage plugin

2017-01-31 Thread Pravin Joshi
Even after running drill in debug mode drillbit.log does not show more info other then unable to create storage plugin. On Tue, Jan 31, 2017 at 2:00 PM, Sudheesh Katkam wrote: > Can you check for relevant info in the drillbit.log file (either > /var/log/drill/ or ${DRILL_HOME}/log)? > > > On Jan

Re: questions about storage plugin

2017-01-31 Thread Sudheesh Katkam
Can you check for relevant info in the drillbit.log file (either /var/log/drill/ or ${DRILL_HOME}/log)? > On Jan 31, 2017, at 1:50 PM, Pravin Joshi wrote: > > I am trying to create storage plugin for snowflake and am getting Please > retry: error (unable to create/ update storage) error. JDBC c

questions about storage plugin

2017-01-31 Thread Pravin Joshi
I am trying to create storage plugin for snowflake and am getting Please retry: error (unable to create/ update storage) error. JDBC connection and credentials are verified outside of drill. Using following storage configuration. Any advice would be helpful. { "type": "jdbc", "driver": "net.

Re: Extra Column are showing in output while querying files

2017-01-31 Thread Sanjiv Kumar
Yes I have a jdbc plugin enabled. On Tue, Jan 31, 2017 at 8:42 PM, Sanjiv Kumar wrote: > Hello I am using Drill latest version (1.9) in window and in embedded mode. > > I have csv file in my local drive (D://). While querying through csv file > some extra columns are showing in output. > > EXAMP

Re: Extra Column are showing in output while querying files

2017-01-31 Thread Rahul Raj
Do you have a jdbc plugin enabled? https://issues.apache.org/ jira/browse/DRILL-4903 Rahul On Jan 31, 2017 20:42, "Sanjiv Kumar" wrote: > Hello I am using Drill latest version (1.9) in window and in embedded mode. > > I have csv file in my local drive (D://). While querying through csv file > s

Extra Column are showing in output while querying files

2017-01-31 Thread Sanjiv Kumar
Hello I am using Drill latest version (1.9) in window and in embedded mode. I have csv file in my local drive (D://). While querying through csv file some extra columns are showing in output. EXAMPLE:- Query:- select * from dfs.`D:\Test1.csv`; Output:- Result is showing file but some extra co