-
Download VMware WorkStation from here
-
Download Teradata express VMware image from here
-
Follow the steps from here to install and run teradata
-
Jars for jdbc drivers are available in
lib
folder -
Make sure to put this line in
build.sbt
exportJars := true
-
Make note of th IP of virtual machine and use the jdbc url as
jdbc:teradata://<IP>/<dbname>
-
Follow this tutorial for druid setup on your machine
-
Add this line to
druid-0.12.3/conf-quickstart/druid/broker/runtime.properties
filedruid.sql.enable = true
-
Add this dependency to
build.sbt
"org.apache.calcite.avatica" % "avatica-server" % 1.12.0 excludeAll ExclusionRule(organization = "com.fasterxml.jackson.core") "org.apache.calcite.avatica" % "avatica-core" % 1.12.0 excludeAll ExclusionRule(organization = "com.fasterxml.jackson.core")