The .classpath file seems to not have the complete classpath. It only has parquet jars, and not any of the drill jars or other dependencies. Could you try deleting the .classpath file and then running sqlline again? The sqlline script will generate a new .classpath file, using the mvn dependency:build-classpath command.
On Sat, Sep 7, 2013 at 11:08 PM, Ted Dunning <[email protected]> wrote: > On Sat, Sep 7, 2013 at 9:55 PM, joycreek Ni <[email protected]> wrote: > > > However, when I run the following command: > > > > ./sqlline -u jdbc:drill:schema=parquet-local -n admin -p admin > > > > I hit the following error: > > > > ------------------------------------------------ > > Loaded singnal handler: SunSignalHandler > > /home/ubuntu/.sqlline/sqlline.properties (No such file or directory) > > issuing: !connect jdbc:drill:schema=parquet-local admin admin scan > complete > > in 72ms scan complete in 849ms No known driver to handle > > "jdbc:drill:schema=parquet-local" sqlline version ??? by Marc > Prud'hommeaux > > > > Harumph. > > Can you say which version you are trying to run? > > Which versions of java and maven do you have? > > (I am grasping at straws, obviously) >
