-1

I'm trying to follow a tutorial from this link: https://github.com/awslabs/amazon-kinesis-connectors

Although the tutorial did mention the need for a JDBC driver for Redshift, but it didn't specify where to place the driver file. Currently when I run the script I'm getting the missing JDBC driver file error.

Kelvin Low
  • 552
  • 4
  • 18
  • You need to give use more information in the question itself, don't make us go through that tutorial to find out what kind of project it is and where to place files. In general, you'd use a build tool like Maven or Gradle, and the driver would end up in the right place automatically. – Mark Rotteveel May 25 '17 at 06:58

1 Answers1

0

JDBC drivers are loaded during statup and better them to keep in class path.

ABHAY JOHRI
  • 1,233
  • 12
  • 18