Configuring JARS and running Dremio
Log in to a linux machine, and perform the following tasks:
Download the
.jar
plugin from GitHub, and place this.jar
plugin in the $DREMIO_HOME/jars directory in Dremio.Download The SingleStore JDBC Driver
.jar
file from GitHub, and place this.jar
file in the $DREMIO_HOME/jars/3rdparty directory.Start (or restart) the
dremio
service:sudo /opt/dremio/bin/dremio start
Open a browser, and connect to Dremio running on the linux server:
http://<IP_address_of_the_server_running_the_Dremio_service>:9047/